Uses of Interface
org.dogtagpki.server.authentication.AuthManager
Packages that use AuthManager
Package
Description
-
Uses of AuthManager in com.netscape.cms.authentication
Classes in com.netscape.cms.authentication that implement AuthManagerModifier and TypeClassDescriptionclassCertificate server agent authentication.classUID/CMC authentication plug-inclassAbstract class for directory based authentication managers Uses a pattern for formulating subject names.classThis represents the authentication manager that authenticates user against a file where id, and password are stored.classHash uid/pwd directory based authentication managerclassuid/pwd directory based authentication managerclassPull any existing auth token from the session context.classSharedSecret provides methods to retrieve shared secrets between users and the server.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.profile
Subinterfaces of AuthManager in com.netscape.cms.profileModifier and TypeInterfaceDescriptioninterfaceThis 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 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, IArgBlock 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 TypeMethodDescriptionstatic AuthCredentialsCMSGateway.getAuthCreds(AuthManager authMgr, IArgBlock argBlock, 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 AuthManagerModifier and TypeClassDescriptionclassCertificate server agent authentication.classChallenge phrase based authentication.classThis authentication does nothing but just returns an empty authToken.classCertificate Server admin authentication.classSSL client based 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.