| AbstractAuthenticator |
|
| AuthenticationConstants |
Contants class used for authentication
|
| AuthenticationFailureCause |
detail on possible authentication failure.
|
| AuthenticationResult |
AuthenticationResult: wrapper object for information that comes back from the authentication system
|
| AuthenticatorControl |
Gives a priority and what to do, if the authentication succeeds.
|
| BearerTokenAuthenticationDataSource |
Datasource used for authentication by Bearer token (JWT)
|
| DefaultAuthenticationManager |
DefaultAuthenticationManager: the goal of the authentication manager is to act as a conduit for
authentication requests into different authentication schemes
|
| PasswordBasedAuthenticationDataSource |
PasswordBasedAuthenticationDataSource: the username is considered the principal with this data source
|
| SimpleTokenData |
Simple Token information class that contains a username and a lifetime.
|
| StringToken |
Simple token implementation.
|
| TokenBasedAuthenticationDataSource |
TokenBasedAuthenticationDataSource
|
| TokenManager |
Class that manages tokens that are encrypted with a dynamic key.
|