See: Description
Exception | Description |
---|---|
AccountDeactivatedException |
Thrown if an authentication request is rejected because the account is in a deactivated state.
|
AccountException |
Abstract superclass for all account related authentication exceptions.
|
AccountExpiredException |
Thrown if an authentication request is rejected because the account is in an expired state.
|
AccountLockedException |
Thrown if an authentication request is rejected because the account is in a locked state.
|
AccountNotFoundException |
Thrown if an authentication request is rejected because the account does not exist within the system.
|
AuthenticationException |
Abstract superclass for all authentication related exceptions.
|
CredentialsException |
Abstract superclass for all credentials related authentication exceptions.
|
CredentialsExpiredException |
Thrown if an authentication request is rejected because the account's credentials have expired.
|
CredentialsIncorrectException |
Thrown if an authentication request is rejected because the presented credentials are incorrect.
|
UnknownAuthenticationException |
Thrown when an unforeseen authentication error occurs.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA