Package | Description |
---|---|
com.netscape.certsrv.authentication |
Modifier and Type | Class and Description |
---|---|
class |
AuthCredentials
Authentication Credentials as input to the authMgr.
|
Modifier and Type | Method and Description |
---|---|
IAuthToken |
IAuthManager.authenticate(IAuthCredentials authCred)
Authenticate the given credentials.
|
IAuthToken |
IAuthSubsystem.authenticate(IAuthCredentials authCred,
java.lang.String authMgrName)
Authenticate the given credentials using the given manager name.
|