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 classAgentCertAuthenticationCertificate server agent authentication.classCMCAuthUID/CMC authentication plug-inclassDirBasedAuthenticationAbstract class for directory based authentication managers Uses a pattern for formulating subject names.classFlatFileAuthThis represents the authentication manager that authenticates user against a file where id, and password are stored.classHashAuthenticationHash uid/pwd directory based authentication managerclassPortalEnrolluid/pwd directory based authentication managerclassSessionAuthenticationPull any existing auth token from the session context.classSharedSecretSharedSecret provides methods to retrieve shared secrets between users and the server.classSSLclientCertAuthenticationCertificate server SSL client authentication.classTokenAuthenticationToken authentication.classUidPwdDirAuthenticationuid/pwd directory based authentication managerclassUidPwdPinDirAuthenticationuid/pwd/pin directory based authentication managerclassUserPwdDirAuthenticationuid/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 interfaceProfileAuthenticatorThis 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 AuthCredentialsAdminServlet. 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 AuthCredentialsCMSServlet. 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 AuthCredentialsCMSGateway. 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 classCertUserDBAuthenticationCertificate server agent authentication.classChallengePhraseAuthenticationChallenge phrase based authentication.classNullAuthenticationThis authentication does nothing but just returns an empty authToken.classPasswdUserDBAuthenticationCertificate Server admin authentication.classSSLClientCertAuthenticationSSL client based authentication.Methods in com.netscape.cmscore.authentication that return AuthManager Modifier and Type Method Description AuthManagerAuthSubsystem. get(java.lang.String name)Gets the authentication manager instance of the specified name.AuthManagerAuthSubsystem. getAuthManager(java.lang.String name)gets the named authentication managerAuthManagerAuthSubsystem. 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 voidAuthSubsystem. 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 AuthManagerAuthManagerProxy. 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.
-