Package | Description |
---|---|
com.netscape.certsrv.authentication | |
com.netscape.certsrv.profile |
Modifier and Type | Method and Description |
---|---|
IAuthManager |
IAuthSubsystem.get(java.lang.String name)
Get an authentication manager interface for the given name.
|
IAuthManager |
AuthManagerProxy.getAuthManager()
Returns an authentication manager instance.
|
IAuthManager |
IAuthSubsystem.getAuthManager(java.lang.String name)
Gets the Authentication manager instance of the specified name.
|
IAuthManager |
IAuthSubsystem.getAuthManagerPlugin(java.lang.String name)
Gets a single authentication manager plugin implementation
|
Modifier and Type | Method and Description |
---|---|
java.util.Enumeration<IAuthManager> |
IAuthSubsystem.getAuthManagers()
Gets an enumeration of authentication managers registered to the
authentication subsystem.
|
Modifier and Type | Method and Description |
---|---|
void |
IAuthSubsystem.add(java.lang.String name,
IAuthManager authMgr)
Adds (registers) the given authentication manager.
|
Constructor and Description |
---|
AuthManagerProxy(boolean enable,
IAuthManager mgr)
Constructor
|
AuthToken(IAuthManager authMgr)
Constructs an instance of a authentication token.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IProfileAuthenticator
This interface represents an authenticator for profile.
|