Uses of Class
org.dogtagpki.server.authentication.AuthManagerConfig
Packages that use AuthManagerConfig
Package
Description
-
Uses of AuthManagerConfig in com.netscape.cms.authentication
Methods in com.netscape.cms.authentication with parameters of type AuthManagerConfigModifier and TypeMethodDescriptionvoidAgentCertAuthentication.init(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) initializes the CertUserDBAuthentication auth managervoidDirBasedAuthentication.init(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) Initializes the UidPwdDirBasedAuthentication auth manager.voidDirBasedAuthentication.init(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config, boolean needBaseDN) voidHashAuthentication.init(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) voidPortalEnroll.init(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) Initializes the PortalEnrollment auth manager.voidSessionAuthentication.init(AuthenticationConfig authenticationConfig, String instName, String implName, AuthManagerConfig config) voidSSLclientCertAuthentication.init(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) initializes the SSLClientCertAuthentication auth managervoidTokenAuthentication.init(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) initializes the TokenAuthentication auth managervoidUidPwdPinDirAuthentication.init(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) voidUserPwdDirAuthentication.init(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) Initializes the UserPwdDirAuthentication auth manager. -
Uses of AuthManagerConfig in com.netscape.cmscore.authentication
Methods in com.netscape.cmscore.authentication with parameters of type AuthManagerConfigModifier and TypeMethodDescriptionvoidCertUserDBAuthentication.init(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) initializes the CertUserDBAuthentication auth managervoidNullAuthentication.init(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) initializes the NullAuthentication auth managervoidPasswdUserDBAuthentication.init(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) initializes the PasswdUserDBAuthentication auth manager -
Uses of AuthManagerConfig in org.dogtagpki.server.authentication
Fields in org.dogtagpki.server.authentication declared as AuthManagerConfigMethods in org.dogtagpki.server.authentication that return AuthManagerConfigModifier and TypeMethodDescriptionAuthManagersConfig.createAuthManagerConfig(String name) AuthManagersConfig.getAuthManagerConfig(String name) Returns auths.instance..* parameters. AuthManager.getConfigStore()Get the configuration store for this authentication manager.Methods in org.dogtagpki.server.authentication with parameters of type AuthManagerConfigModifier and TypeMethodDescriptionabstract voidAuthManager.init(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) Initialize this authentication manager.