| Interface | Description |
|---|---|
| IAuthCredentials |
An interface represents authentication credentials:
e.g.
|
| IAuthManager |
Authentication Manager interface.
|
| IAuthSubsystem |
An interface that represents an authentication component
|
| IAuthToken |
AuthToken interface.
|
| ICertUserDBAuthentication | |
| IPasswdUserDBAuthentication | |
| ISharedToken |
Shared Token interface.
|
| ISSLClientCertProvider |
This interface represents an object that captures the
SSL client certificate in a SSL session.
|
| Class | Description |
|---|---|
| AuthCredentials |
Authentication Credentials as input to the authMgr.
|
| AuthManagerProxy |
A class represents an authentication manager.
|
| AuthMgrPlugin |
This class represents a registered authentication manager plugin.
|
| AuthToken |
Authentication token returned by Authentication Managers.
|
| Exception | Description |
|---|---|
| EAuthException |
This class represents authentication exceptions.
|
| EAuthInternalError |
An exception for authentication internal error.
|
| EAuthMgrNotFound |
Exception for authentication manager not found.
|
| EAuthMgrPluginNotFound |
Exception for authentication manager not found.
|
| EAuthUserError |
Exception for invalid attribute value
|
| ECompSyntaxErr |
An exception for DN component syntax error.
|
| EFormSubjectDN |
An exception for Error formulating the subject name (X500Name)
|
| EInvalidCredentials |
An exception for invalid credentials.
|
| EMissingCredential |
Exception for missing a required authentication credential.
|
| Annotation Type | Description |
|---|---|
| AuthMethodMapping |