Interface | Description |
---|---|
IAuthCredentials |
An interface represents authentication credentials:
e.g.
|
IAuthToken |
AuthToken interface.
|
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.
|
AuthMgrPlugin |
This class represents a registered authentication manager plugin.
|
ExternalAuthToken |
Authentication token that wraps an externally authenticated
principal to return.
|
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 |