Interface | Description |
---|---|
Authenticator |
An Authenticator implementation is responsible for managing the user authentication process.
|
Class | Description |
---|---|
BaseAuthenticator |
Abstract base class that Authenticator implementations can extend for convenience.
|
Enum | Description |
---|---|
Authenticator.AuthenticationStatus |
Exception | Description |
---|---|
AuthenticationException |
Thrown if there is an error during the authentication process
|
LockedAccountException |
Thrown during the authentication process to indicate that the account being validated is disabled.
|
UnexpectedCredentialException |
Thrown during the authentication process to indicate that credentials are not supported or could not be
handled.
|
UserAlreadyLoggedInException |
Thrown during the authentication process to indicate that an user is already authenticated.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.