Interface SecurityRule
@Internal
public interface SecurityRule
Copy of class io.micronaut.security.rules.SecurityRule from micronaut-security.
- Since:
- 4.8.7
-
Field Details
-
IS_ANONYMOUS
The token to represent allowing anonymous access.- See Also:
-
IS_AUTHENTICATED
The token to represent allowing any authenticated access.- See Also:
-
DENY_ALL
The token to represent no security roles are allowed.- See Also:
-