Classes
| Class | Description | |
|---|---|---|
| FailedLoginException | ||
| LoginException | ||
| LoginManager |
The
| |
| PasswordRequest |
A simple password credential requestor. This may be used with
the LoginManager string array constructor.
| |
| SimpleCredentialRequest |
The base class of credential requests that are settable
with a String value. All credential requests that are to
be used from the LoginManager string array
constructor should extend this class.
| |
| StaticCredentialRequestHandler |
A simple request handler that uses a username and password
| |
| UnsupportedCredentialException | ||
| UsernameRequest |
Interfaces
| Interface | Description | |
|---|---|---|
| IAuthCredentialRequest |
Base interface for authentication information requests.
| |
| IAuthCredentialRequestHandler |
Interface implemented by clients of the ILoginManager
interface to provide authentication credentials
| |
| IENEUser |
Interface of the user object
| |
| ILoginManager | ||
| ILoginModule |
LoginModule Interface - implemented by authentication and
authorization providers.
|