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 TypeClassDescriptionclass
Certificate server agent authentication.class
UID/CMC authentication plug-inclass
Abstract class for directory based authentication managers Uses a pattern for formulating subject names.class
This represents the authentication manager that authenticates user against a file where id, and password are stored.class
Hash uid/pwd directory based authentication managerclass
uid/pwd directory based authentication managerclass
Pull any existing auth token from the session context.class
SharedSecret provides methods to retrieve shared secrets between users and the server.class
Certificate server SSL client authentication.class
Token authentication.class
uid/pwd directory based authentication managerclass
uid/pwd/pin directory based authentication managerclass
uid/pwd directory based authentication manager -
Uses of AuthManager in com.netscape.cms.profile
Subinterfaces of AuthManager in com.netscape.cms.profileModifier and TypeInterfaceDescriptioninterface
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 AuthManagerModifier and TypeMethodDescriptionstatic AuthCredentials
AdminServlet.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 AuthCredentials
CMSServlet.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 AuthCredentials
CMSGateway.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 TypeClassDescriptionclass
Certificate server agent authentication.class
Challenge phrase based authentication.class
This authentication does nothing but just returns an empty authToken.class
Certificate Server admin authentication.class
SSL 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 TypeMethodDescriptionvoid
AuthSubsystem.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.