Uses of Class
org.dogtagpki.server.authentication.AuthManagerConfig
Packages that use AuthManagerConfig
Package
Description
-
Uses of AuthManagerConfig in com.netscape.cms.authentication
Fields in com.netscape.cms.authentication declared as AuthManagerConfigModifier and TypeFieldDescriptionprotected AuthManagerConfig
DirBasedAuthentication.mConfig
protected AuthManagerConfig
FlatFileAuth.mConfig
configuration storeMethods in com.netscape.cms.authentication that return AuthManagerConfigModifier and TypeMethodDescriptionAgentCertAuthentication.getConfigStore()
gets the configuration substore used by this authentication managerCMCAuth.getConfigStore()
gets the configuration substore used by this authentication plug-inDirBasedAuthentication.getConfigStore()
Gets the configuration substore used by this authentication managerFlatFileAuth.getConfigStore()
Returns the configuration store used by this authentication managerHashAuthentication.getConfigStore()
Gets the configuration substore used by this authentication managerSessionAuthentication.getConfigStore()
gets the configuretion substore used by this authentication managerSSLclientCertAuthentication.getConfigStore()
gets the configuretion substore used by this authentication managerTokenAuthentication.getConfigStore()
gets the configuretion substore used by this authentication managerMethods in com.netscape.cms.authentication with parameters of type AuthManagerConfigModifier and TypeMethodDescriptionvoid
AgentCertAuthentication.init
(String name, String implName, AuthManagerConfig config) initializes the CertUserDBAuthentication auth managervoid
CMCAuth.init
(String name, String implName, AuthManagerConfig config) Initializes the CMCAuth authentication plug-in.void
DirBasedAuthentication.init
(String name, String implName, AuthManagerConfig config) Initializes the UidPwdDirBasedAuthentication auth manager.void
DirBasedAuthentication.init
(String name, String implName, AuthManagerConfig config, boolean needBaseDN) void
FlatFileAuth.init
(String name, String implName, AuthManagerConfig config) void
HashAuthentication.init
(String name, String implName, AuthManagerConfig config) void
PortalEnroll.init
(String name, String implName, AuthManagerConfig config) Initializes the PortalEnrollment auth manager.void
SessionAuthentication.init
(String instName, String implName, AuthManagerConfig config) void
SharedSecret.init
(String name, String implName, AuthManagerConfig config) void
SSLclientCertAuthentication.init
(String name, String implName, AuthManagerConfig config) initializes the SSLClientCertAuthentication auth managervoid
TokenAuthentication.init
(String name, String implName, AuthManagerConfig config) initializes the TokenAuthentication auth managervoid
UidPwdPinDirAuthentication.init
(String name, String implName, AuthManagerConfig config) void
UserPwdDirAuthentication.init
(String name, String implName, AuthManagerConfig config) Initializes the UserPwdDirAuthentication auth manager.void
SharedSecret.initLdapConn
(AuthManagerConfig config) initLadapConn initializes ldap connection for shared token based CMC enrollment. -
Uses of AuthManagerConfig in com.netscape.cms.profile
Methods in com.netscape.cms.profile that return AuthManagerConfigModifier and TypeMethodDescriptionProfileAuthenticator.getConfigStore()
Retrieves the configuration store. -
Uses of AuthManagerConfig in com.netscape.cmscore.authentication
Methods in com.netscape.cmscore.authentication that return AuthManagerConfigModifier and TypeMethodDescriptionCertUserDBAuthentication.getConfigStore()
gets the configuretion substore used by this authentication managerChallengePhraseAuthentication.getConfigStore()
gets the configuretion substore used by this authentication managerNullAuthentication.getConfigStore()
gets the configuration substore used by this authentication managerPasswdUserDBAuthentication.getConfigStore()
gets the configuretion substore used by this authentication managerSSLClientCertAuthentication.getConfigStore()
Gets the configuration substore used by this authentication managerMethods in com.netscape.cmscore.authentication with parameters of type AuthManagerConfigModifier and TypeMethodDescriptionvoid
CertUserDBAuthentication.init
(String name, String implName, AuthManagerConfig config) initializes the CertUserDBAuthentication auth managervoid
ChallengePhraseAuthentication.init
(String name, String implName, AuthManagerConfig config) initializes the ChallengePhraseAuthentication auth managervoid
NullAuthentication.init
(String name, String implName, AuthManagerConfig config) initializes the NullAuthentication auth managervoid
PasswdUserDBAuthentication.init
(String name, String implName, AuthManagerConfig config) initializes the PasswdUserDBAuthentication auth managervoid
SSLClientCertAuthentication.init
(String name, String implName, AuthManagerConfig config) -
Uses of AuthManagerConfig in org.dogtagpki.server.authentication
Methods in org.dogtagpki.server.authentication that return AuthManagerConfigModifier and TypeMethodDescriptionAuthManagersConfig.createAuthManagerConfig
(String name) AuthManagersConfig.getAuthManagerConfig
(String name) AuthManager.getConfigStore()
Get the configuration store for this authentication manager.Methods in org.dogtagpki.server.authentication with parameters of type AuthManagerConfigModifier and TypeMethodDescriptionvoid
AuthManager.init
(String name, String implName, AuthManagerConfig config) Initialize this authentication manager.