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 TypeMethodDescriptionvoid
CMCAuth.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 TypeMethodDescriptionvoid
CertUserDBAuthentication.setAuthenticationConfig
(AuthenticationConfig authenticationConfig) void
ChallengePhraseAuthentication.setAuthenticationConfig
(AuthenticationConfig authenticationConfig) void
NullAuthentication.setAuthenticationConfig
(AuthenticationConfig authenticationConfig) void
PasswdUserDBAuthentication.setAuthenticationConfig
(AuthenticationConfig authenticationConfig) void
SSLClientCertAuthentication.setAuthenticationConfig
(AuthenticationConfig authenticationConfig)