Interface | Description |
---|---|
AuthenticationStateHandler |
Each method of
AuthenticationStateHandler corresponds to a state of Okta's Authentication state machine. |
Class | Description |
---|---|
AuthenticationStateHandlerAdapter |
Adapter implementation of
AuthenticationStateHandler that calls AuthenticationStateHandler.handleUnknown(AuthenticationResponse) for each method. |
Exception | Description |
---|---|
AuthenticationException |
Base Authentication Exception.
|
AuthenticationFailureException |
Authentication/login attempt failure.
|
CredentialsException |
Update of user credentials failed.
|
FactorValidationException |
MFA Factor validation failed.
|
InvalidAuthenticationStateException |
Operation not allowed from the current authentication state.
|
InvalidRecoveryAnswerException |
Invalid recovery question answer.
|
InvalidTokenException |
Invalid token provided.
|
InvalidUserException |
Recovery or other state is not allowed for user.
|
Copyright © 2018 Okta. All rights reserved.