Uses of Interface
org.dogtagpki.server.authentication.AuthManager
-
-
Uses of AuthManager in com.netscape.cms.authentication
Classes in com.netscape.cms.authentication that implement AuthManager Modifier and Type Class Description class
AgentCertAuthentication
Certificate server agent authentication.class
CMCAuth
UID/CMC authentication plug-inclass
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 managerclass
PortalEnroll
uid/pwd directory based authentication managerclass
SessionAuthentication
Pull any existing auth token from the session context.class
SharedSecret
SharedSecret provides methods to retrieve shared secrets between users and the server.class
SSLclientCertAuthentication
Certificate server SSL client authentication.class
TokenAuthentication
Token authentication.class
UidPwdDirAuthentication
uid/pwd directory based authentication managerclass
UidPwdPinDirAuthentication
uid/pwd/pin directory based authentication managerclass
UserPwdDirAuthentication
uid/pwd directory based authentication manager -
Uses of AuthManager in com.netscape.cms.profile
Subinterfaces of AuthManager in com.netscape.cms.profile Modifier and Type Interface Description interface
ProfileAuthenticator
This interface represents an authenticator for profile. -
Uses of AuthManager in com.netscape.cms.servlet.admin
Methods in com.netscape.cms.servlet.admin with parameters of type AuthManager Modifier and Type Method Description static AuthCredentials
AdminServlet. getAuthCreds(AuthManager authMgr, java.security.cert.X509Certificate clientCert)
-
Uses of AuthManager in com.netscape.cms.servlet.base
Methods in com.netscape.cms.servlet.base with parameters of type AuthManager Modifier and Type Method Description static AuthCredentials
CMSServlet. getAuthCreds(AuthManager authMgr, IArgBlock argBlock, java.security.cert.X509Certificate clientCert)
construct a authentication credentials to pass into authentication manager. -
Uses of AuthManager in com.netscape.cms.servlet.common
Methods in com.netscape.cms.servlet.common with parameters of type AuthManager Modifier and Type Method Description static AuthCredentials
CMSGateway. getAuthCreds(AuthManager authMgr, IArgBlock argBlock, java.security.cert.X509Certificate clientCert)
construct a authentication credentials to pass into authentication manager. -
Uses of AuthManager in com.netscape.cmscore.authentication
Classes in com.netscape.cmscore.authentication that implement AuthManager Modifier and Type Class Description class
CertUserDBAuthentication
Certificate server agent authentication.class
ChallengePhraseAuthentication
Challenge phrase based authentication.class
NullAuthentication
This authentication does nothing but just returns an empty authToken.class
PasswdUserDBAuthentication
Certificate Server admin authentication.class
SSLClientCertAuthentication
SSL client based authentication.Methods in com.netscape.cmscore.authentication that return AuthManager Modifier and Type Method Description AuthManager
AuthSubsystem. get(java.lang.String name)
Gets the authentication manager instance of the specified name.AuthManager
AuthSubsystem. getAuthManager(java.lang.String name)
gets the named authentication managerAuthManager
AuthSubsystem. getAuthManagerPlugin(java.lang.String name)
Retrieve a single auth manager instanceMethods in com.netscape.cmscore.authentication that return types with arguments of type AuthManager Modifier and Type Method Description java.util.Enumeration<AuthManager>
AuthSubsystem. getAuthManagers()
Enumerate all authentication manager instances.Methods in com.netscape.cmscore.authentication with parameters of type AuthManager Modifier and Type Method Description void
AuthSubsystem. add(java.lang.String name, AuthManager authMgrInst)
Add an authentication manager instance. -
Uses of AuthManager in org.dogtagpki.server.authentication
Methods in org.dogtagpki.server.authentication that return AuthManager Modifier and Type Method Description AuthManager
AuthManagerProxy. getAuthManager()
Returns an authentication manager instance.Constructors in org.dogtagpki.server.authentication with parameters of type AuthManager Constructor Description AuthManagerProxy(boolean enable, AuthManager mgr)
ConstructorAuthToken(AuthManager authMgr)
Constructs an instance of a authentication token.
-