Interface DefaultAuthorizers
public interface DefaultAuthorizers
Constants for authorizers.
- Since:
- 2.0.0
- Author:
- Richard Walker
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe "csrfCheck" authorizer.static final StringThe "isAnonymous" authorizer.static final StringThe "isAuthenticated" authorizer.static final StringThe "isFullyAuthenticated" authorizer.static final StringThe "isRemembered" authorizer.static final String
-
Field Details
-
CSRF_CHECK
The "csrfCheck" authorizer.- See Also:
-
IS_ANONYMOUS
The "isAnonymous" authorizer.- See Also:
-
IS_AUTHENTICATED
The "isAuthenticated" authorizer.- See Also:
-
IS_FULLY_AUTHENTICATED
The "isFullyAuthenticated" authorizer.- See Also:
-
IS_REMEMBERED
The "isRemembered" authorizer.- See Also:
-
NONE
- See Also:
-