Uses of Class
org.dogtagpki.server.authentication.AuthenticationConfig
-
Packages that use AuthenticationConfig Package Description com.netscape.cms.authentication com.netscape.cmscore.apps com.netscape.cmscore.authentication -
-
Uses of AuthenticationConfig in com.netscape.cms.authentication
Methods in com.netscape.cms.authentication that return AuthenticationConfig Modifier and Type Method Description AuthenticationConfigCMCAuth. getAuthenticationConfig()Methods in com.netscape.cms.authentication with parameters of type AuthenticationConfig Modifier and Type Method Description voidCMCAuth. setAuthenticationConfig(AuthenticationConfig authenticationConfig) -
Uses of AuthenticationConfig in com.netscape.cmscore.apps
Methods in com.netscape.cmscore.apps that return AuthenticationConfig Modifier and Type Method Description AuthenticationConfigEngineConfig. getAuthenticationConfig() -
Uses of AuthenticationConfig in com.netscape.cmscore.authentication
Methods in com.netscape.cmscore.authentication that return AuthenticationConfig Modifier and Type Method Description AuthenticationConfigCertUserDBAuthentication. getAuthenticationConfig()AuthenticationConfigChallengePhraseAuthentication. getAuthenticationConfig()AuthenticationConfigNullAuthentication. getAuthenticationConfig()AuthenticationConfigPasswdUserDBAuthentication. getAuthenticationConfig()AuthenticationConfigSSLClientCertAuthentication. getAuthenticationConfig()AuthenticationConfigAuthSubsystem. getConfigStore()Returns the root configuration storage of this system.Methods in com.netscape.cmscore.authentication with parameters of type AuthenticationConfig Modifier and Type Method Description voidCertUserDBAuthentication. setAuthenticationConfig(AuthenticationConfig authenticationConfig)voidChallengePhraseAuthentication. setAuthenticationConfig(AuthenticationConfig authenticationConfig)voidNullAuthentication. setAuthenticationConfig(AuthenticationConfig authenticationConfig)voidPasswdUserDBAuthentication. setAuthenticationConfig(AuthenticationConfig authenticationConfig)voidSSLClientCertAuthentication. setAuthenticationConfig(AuthenticationConfig authenticationConfig)
-