Uses of Class
org.dogtagpki.server.authentication.AuthenticationConfig
Packages that use AuthenticationConfig
Package
Description
-
Uses of AuthenticationConfig in com.netscape.cms.authentication
Methods in com.netscape.cms.authentication with parameters of type AuthenticationConfigModifier 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 AuthenticationConfig in com.netscape.cmscore.apps
Methods in com.netscape.cmscore.apps that return AuthenticationConfigModifier and TypeMethodDescriptionEngineConfig.getAuthenticationConfig()Returns auths.* parameters. -
Uses of AuthenticationConfig in com.netscape.cmscore.authentication
Fields in com.netscape.cmscore.authentication declared as AuthenticationConfigMethods in com.netscape.cmscore.authentication that return AuthenticationConfigModifier and TypeMethodDescriptionAuthSubsystem.getConfigStore()Returns the root configuration storage of this system.Methods in com.netscape.cmscore.authentication with parameters of type AuthenticationConfigModifier 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 AuthenticationConfig in org.dogtagpki.server.authentication
Fields in org.dogtagpki.server.authentication declared as AuthenticationConfigMethods in org.dogtagpki.server.authentication that return AuthenticationConfigMethods in org.dogtagpki.server.authentication with parameters of type AuthenticationConfigModifier and TypeMethodDescriptionabstract voidAuthManager.init(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) Initialize this authentication manager.voidAuthManager.setAuthenticationConfig(AuthenticationConfig authenticationConfig)