| Interface | Description |
|---|---|
| Authorizer<U extends CommonProfile> |
Checks if an access is authorized.
|
| Class | Description |
|---|---|
| AbstractCheckAuthenticationAuthorizer<U extends CommonProfile> |
Check the authentication of the user.
|
| AbstractRequireAllAuthorizer<E,U extends CommonProfile> |
An authorizer to require all the elements.
|
| AbstractRequireAnyAuthorizer<E,U extends CommonProfile> |
An authorizer to require any of the elements.
|
| AbstractRequireElementAuthorizer<E,U extends CommonProfile> |
An authorizer to require elements.
|
| CacheControlHeader |
Cache control header.
|
| CheckHttpMethodAuthorizer |
Checks the HTTP method.
|
| CheckProfileTypeAuthorizer<U extends CommonProfile> |
Checks the profile type.
|
| CorsAuthorizer |
Define how the CORS requests are authorized.
|
| IsAnonymousAuthorizer<U extends CommonProfile> |
The user must be anonymous.
|
| IsAuthenticatedAuthorizer<U extends CommonProfile> |
The user must be authenticated.
|
| IsFullyAuthenticatedAuthorizer<U extends CommonProfile> |
The user must be fully authenticated (not remembered).
|
| IsRememberedAuthorizer<U extends CommonProfile> |
The user must be authenticated and remembered.
|
| ProfileAuthorizer<U extends CommonProfile> |
Authorizer which is valid if one of the profiles is authorized or all the profiles are authorized.
|
| RequireAllPermissionsAuthorizer<U extends CommonProfile> |
Checks an access if the user profile has all the permissions.
|
| RequireAllRolesAuthorizer<U extends CommonProfile> |
Checks an access if the user profile has all the roles.
|
| RequireAnyAttributeAuthorizer<U extends CommonProfile> |
This is
RequireAnyAttributeAuthorizer which checks profile
attributes for the specified element, and optionally
may pattern-check the configured value. |
| RequireAnyPermissionAuthorizer<U extends CommonProfile> |
Checks an access if the user profile has any of the permissions.
|
| RequireAnyRoleAuthorizer<U extends CommonProfile> |
Checks an access if the user profile has any of the roles.
|
| StrictTransportSecurityHeader |
Strict transport security header.
|
| XContentTypeOptionsHeader |
XContent type options header.
|
| XFrameOptionsHeader |
XFrame options header.
|
| XSSProtectionHeader |
XSS protection header.
|
Copyright © 2017. All Rights Reserved.