| Class and Description |
|---|
| AbstractCheckAuthenticationAuthorizer
Check the authentication of the user.
|
| AbstractRequireAllAuthorizer
An authorizer to require all the elements.
|
| AbstractRequireAnyAuthorizer
An authorizer to require any of the elements.
|
| AbstractRequireElementAuthorizer
An authorizer to require elements.
|
| Authorizer
Checks if an access is authorized.
|
| CheckHttpMethodAuthorizer
Checks the HTTP method.
|
| CheckProfileTypeAuthorizer
Checks the profile type.
|
| IsAnonymousAuthorizer
The user must be anonymous.
|
| IsAuthenticatedAuthorizer
The user must be authenticated.
|
| IsFullyAuthenticatedAuthorizer
The user must be fully authenticated (not remembered).
|
| IsRememberedAuthorizer
The user must be authenticated and remembered.
|
| OrAuthorizer
The disjunction of authorizers.
|
| ProfileAuthorizer
Authorizer which is valid if one of the profiles is authorized or all the profiles are authorized.
|
| RequireAllPermissionsAuthorizer
Checks an access if the user profile has all the permissions.
|
| RequireAllRolesAuthorizer
Checks an access if the user profile has all the roles.
|
| RequireAnyAttributeAuthorizer
This is
RequireAnyAttributeAuthorizer which checks profile
attributes for the specified element, and optionally
may pattern-check the configured value. |
| RequireAnyPermissionAuthorizer
Checks an access if the user profile has any of the permissions.
|
| RequireAnyRoleAuthorizer
Checks an access if the user profile has any of the roles.
|
| Class and Description |
|---|
| Authorizer
Checks if an access is authorized.
|
| Class and Description |
|---|
| Authorizer
Checks if an access is authorized.
|
| Class and Description |
|---|
| Authorizer
Checks if an access is authorized.
|
Copyright © 2019. All Rights Reserved.