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 AuthManagerConfigDirBasedAuthentication.mConfigprotected AuthManagerConfigFlatFileAuth.mConfigconfiguration 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 TypeMethodDescriptionvoidAgentCertAuthentication.init(String name, String implName, AuthManagerConfig config) initializes the CertUserDBAuthentication auth managervoidCMCAuth.init(String name, String implName, AuthManagerConfig config) Initializes the CMCAuth authentication plug-in.voidDirBasedAuthentication.init(String name, String implName, AuthManagerConfig config) Initializes the UidPwdDirBasedAuthentication auth manager.voidDirBasedAuthentication.init(String name, String implName, AuthManagerConfig config, boolean needBaseDN) voidFlatFileAuth.init(String name, String implName, AuthManagerConfig config) voidHashAuthentication.init(String name, String implName, AuthManagerConfig config) voidPortalEnroll.init(String name, String implName, AuthManagerConfig config) Initializes the PortalEnrollment auth manager.voidSessionAuthentication.init(String instName, String implName, AuthManagerConfig config) voidSharedSecret.init(String name, String implName, AuthManagerConfig config) voidSSLclientCertAuthentication.init(String name, String implName, AuthManagerConfig config) initializes the SSLClientCertAuthentication auth managervoidTokenAuthentication.init(String name, String implName, AuthManagerConfig config) initializes the TokenAuthentication auth managervoidUidPwdPinDirAuthentication.init(String name, String implName, AuthManagerConfig config) voidUserPwdDirAuthentication.init(String name, String implName, AuthManagerConfig config) Initializes the UserPwdDirAuthentication auth manager.voidSharedSecret.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 TypeMethodDescriptionvoidCertUserDBAuthentication.init(String name, String implName, AuthManagerConfig config) initializes the CertUserDBAuthentication auth managervoidChallengePhraseAuthentication.init(String name, String implName, AuthManagerConfig config) initializes the ChallengePhraseAuthentication auth managervoidNullAuthentication.init(String name, String implName, AuthManagerConfig config) initializes the NullAuthentication auth managervoidPasswdUserDBAuthentication.init(String name, String implName, AuthManagerConfig config) initializes the PasswdUserDBAuthentication auth managervoidSSLClientCertAuthentication.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 TypeMethodDescriptionvoidAuthManager.init(String name, String implName, AuthManagerConfig config) Initialize this authentication manager.