| Class | Description |
|---|---|
| AppConfigurationEntry | |
| AppConfigurationEntry.LoginModuleControlFlag | |
| Configuration | |
| LoginContext |
| Exception | Description |
|---|---|
| AccountException |
This is the base class for various account-related exceptions.
|
| AccountExpiredException |
An exception that signals that an attempt was made to login to an account
that has expired.
|
| AccountLockedException |
An exception indicating that an account is locked.
|
| AccountNotFoundException |
An exception indicating that an account was not found.
|
| CredentialException |
This is the base class for various credential-related exceptions.
|
| CredentialExpiredException |
An exception that signals an attempt to login with a credential that
has expired.
|
| CredentialNotFoundException |
An exception that indicates that a credential was not found.
|
| FailedLoginException |
An exception that signals that an attempt to login was unsuccessful.
|
| LoginException |
A general exception during authentication and authorization.
|