Package com.netscape.certsrv.authentication

Interface Summary
IAuthCredentials An interface represents authentication credentials: e.g.
IAuthManager Authentication Manager interface.
IAuthSubsystem An interface that represents an authentication component
IAuthToken AuthToken interface.
ISharedToken Shared Token interface.
ISSLClientCertProvider This interface represents an object that captures the SSL client certificate in a SSL session.
 

Class Summary
AuthCredentials Authentication Credentials as input to the authMgr.
AuthManagerProxy A class represents an authentication manager.
AuthMgrPlugin This class represents a registered authentication manager plugin.
AuthResources Deprecated.  
AuthToken Authentication token returned by Authentication Managers.
 

Exception Summary
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.