|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IAuthManager in com.netscape.certsrv.authentication |
|---|
| Methods in com.netscape.certsrv.authentication that return IAuthManager | |
|---|---|
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 |
| Methods in com.netscape.certsrv.authentication with parameters of type IAuthManager | |
|---|---|
void |
IAuthSubsystem.add(java.lang.String name,
IAuthManager authMgr)
Adds (registers) the given authentication manager. |
| Constructors in com.netscape.certsrv.authentication with parameters of type IAuthManager | |
|---|---|
AuthManagerProxy(boolean enable,
IAuthManager mgr)
Constructor |
|
AuthToken(IAuthManager authMgr)
Constructs an instance of a authentication token. |
|
| Uses of IAuthManager in com.netscape.certsrv.profile |
|---|
| Subinterfaces of IAuthManager in com.netscape.certsrv.profile | |
|---|---|
interface |
IProfileAuthenticator
This interface represents an authenticator for profile. |
| Uses of IAuthManager in com.netscape.cms.authentication |
|---|
| Classes in com.netscape.cms.authentication that implement IAuthManager | |
|---|---|
class |
AgentCertAuthentication
Certificate server agent authentication. |
class |
CMCAuth
UID/CMC authentication plug-in |
class |
DirBasedAuthentication
Abstract class for directory based authentication managers Uses a pattern for formulating subject names. |
class |
FlatFileAuth
This represents the authentication manager that authenticates user against a file where id, and password are stored. |
class |
HashAuthentication
Hash uid/pwd directory based authentication manager |
class |
PortalEnroll
uid/pwd directory based authentication manager |
class |
SSLclientCertAuthentication
Certificate server SSL client authentication. |
class |
TokenAuthentication
Token authentication. |
class |
UdnPwdDirAuthentication
udn/pwd directory based authentication manager |
class |
UidPwdDirAuthentication
uid/pwd directory based authentication manager |
class |
UidPwdPinDirAuthentication
uid/pwd/pin directory based authentication manager |
| Uses of IAuthManager in com.netscape.cms.servlet.admin |
|---|
| Methods in com.netscape.cms.servlet.admin with parameters of type IAuthManager | |
|---|---|
static AuthCredentials |
AdminServlet.getAuthCreds(IAuthManager authMgr,
java.security.cert.X509Certificate clientCert)
|
| Uses of IAuthManager in com.netscape.cms.servlet.base |
|---|
| Methods in com.netscape.cms.servlet.base with parameters of type IAuthManager | |
|---|---|
static AuthCredentials |
CMSServlet.getAuthCreds(IAuthManager authMgr,
IArgBlock argBlock,
java.security.cert.X509Certificate clientCert)
construct a authentication credentials to pass into authentication manager. |
| Uses of IAuthManager in com.netscape.cms.servlet.common |
|---|
| Methods in com.netscape.cms.servlet.common with parameters of type IAuthManager | |
|---|---|
static AuthCredentials |
CMSGateway.getAuthCreds(IAuthManager authMgr,
IArgBlock argBlock,
java.security.cert.X509Certificate clientCert)
construct a authentication credentials to pass into authentication manager. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||