Uses of Class
org.dogtagpki.server.authentication.AuthManager
Packages that use AuthManager
Package
Description
-
Uses of AuthManager in com.netscape.cms.authentication
Subclasses of AuthManager in com.netscape.cms.authenticationModifier and TypeClassDescriptionclassCertificate server agent authentication.classAbstract class for directory based authentication managers Uses a pattern for formulating subject names.classHash uid/pwd directory based authentication managerclassuid/pwd directory based authentication managerclassPull any existing auth token from the session context.classCertificate server SSL client authentication.classToken authentication.classuid/pwd directory based authentication managerclassuid/pwd/pin directory based authentication managerclassuid/pwd directory based authentication manager -
Uses of AuthManager in com.netscape.cms.servlet.admin
Methods in com.netscape.cms.servlet.admin with parameters of type AuthManagerModifier and TypeMethodDescriptionstatic AuthCredentialsAdminServlet.getAuthCreds(AuthManager authMgr, X509Certificate clientCert) -
Uses of AuthManager in com.netscape.cms.servlet.base
Methods in com.netscape.cms.servlet.base with parameters of type AuthManagerModifier and TypeMethodDescriptionstatic AuthCredentialsCMSServlet.getAuthCreds(AuthManager authMgr, ArgBlock argBlock, 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 AuthManagerModifier and TypeMethodDescriptionCMSGateway.getAuthCreds(AuthManager authMgr, ArgBlock argBlock, X509Certificate clientCert) construct a authentication credentials to pass into authentication manager. -
Uses of AuthManager in com.netscape.cmscore.authentication
Subclasses of AuthManager in com.netscape.cmscore.authenticationModifier and TypeClassDescriptionclassCertificate server agent authentication.classThis authentication does nothing but just returns an empty authToken.classCertificate Server admin authentication.Methods in com.netscape.cmscore.authentication that return AuthManagerModifier and TypeMethodDescriptionGets the authentication manager instance of the specified name.AuthSubsystem.getAuthManager(String name) gets the named authentication managerAuthSubsystem.getAuthManagerPlugin(String name) Retrieve a single auth manager instanceMethods in com.netscape.cmscore.authentication that return types with arguments of type AuthManagerModifier and TypeMethodDescriptionAuthSubsystem.getAuthManagers()Enumerate all authentication manager instances.Methods in com.netscape.cmscore.authentication with parameters of type AuthManagerModifier and TypeMethodDescriptionvoidAuthSubsystem.add(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 AuthManagerModifier and TypeMethodDescriptionAuthManagerProxy.getAuthManager()Returns an authentication manager instance.Constructors in org.dogtagpki.server.authentication with parameters of type AuthManagerModifierConstructorDescriptionAuthManagerProxy(boolean enable, AuthManager mgr) ConstructorAuthToken(AuthManager authMgr) Constructs an instance of a authentication token.