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 that return AuthenticationConfigMethods in com.netscape.cms.authentication with parameters of type AuthenticationConfigModifier and TypeMethodDescriptionvoidCMCAuth.setAuthenticationConfig(AuthenticationConfig authenticationConfig) -
Uses of AuthenticationConfig in com.netscape.cmscore.apps
Methods in com.netscape.cmscore.apps that return AuthenticationConfig -
Uses of AuthenticationConfig in com.netscape.cmscore.authentication
Methods in com.netscape.cmscore.authentication that return AuthenticationConfigModifier and TypeMethodDescriptionCertUserDBAuthentication.getAuthenticationConfig()ChallengePhraseAuthentication.getAuthenticationConfig()NullAuthentication.getAuthenticationConfig()PasswdUserDBAuthentication.getAuthenticationConfig()SSLClientCertAuthentication.getAuthenticationConfig()AuthSubsystem.getConfigStore()Returns the root configuration storage of this system.Methods in com.netscape.cmscore.authentication with parameters of type AuthenticationConfigModifier and TypeMethodDescriptionvoidCertUserDBAuthentication.setAuthenticationConfig(AuthenticationConfig authenticationConfig) voidChallengePhraseAuthentication.setAuthenticationConfig(AuthenticationConfig authenticationConfig) voidNullAuthentication.setAuthenticationConfig(AuthenticationConfig authenticationConfig) voidPasswdUserDBAuthentication.setAuthenticationConfig(AuthenticationConfig authenticationConfig) voidSSLClientCertAuthentication.setAuthenticationConfig(AuthenticationConfig authenticationConfig)