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 TypeMethodDescriptionvoid
AgentCertAuthentication.init
(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) initializes the CertUserDBAuthentication auth managervoid
DirBasedAuthentication.init
(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) Initializes the UidPwdDirBasedAuthentication auth manager.void
DirBasedAuthentication.init
(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config, boolean needBaseDN) void
HashAuthentication.init
(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) void
PortalEnroll.init
(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) Initializes the PortalEnrollment auth manager.void
SessionAuthentication.init
(AuthenticationConfig authenticationConfig, String instName, String implName, AuthManagerConfig config) void
SSLclientCertAuthentication.init
(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) initializes the SSLClientCertAuthentication auth managervoid
TokenAuthentication.init
(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) initializes the TokenAuthentication auth managervoid
UidPwdPinDirAuthentication.init
(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) void
UserPwdDirAuthentication.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 TypeMethodDescriptionvoid
CertUserDBAuthentication.init
(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) initializes the CertUserDBAuthentication auth managervoid
NullAuthentication.init
(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) initializes the NullAuthentication auth managervoid
PasswdUserDBAuthentication.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 void
AuthManager.init
(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) Initialize this authentication manager.void
AuthManager.setAuthenticationConfig
(AuthenticationConfig authenticationConfig)