Uses of Class
com.netscape.certsrv.authentication.AuthCredentials
Packages that use AuthCredentials
Package
Description
-
Uses of AuthCredentials in com.netscape.cms.authentication
Methods in com.netscape.cms.authentication with parameters of type AuthCredentialsModifier and TypeMethodDescriptionAgentCertAuthentication.authenticate
(AuthCredentials authCred) authenticates user(agent) by certificateCMCAuth.authenticate
(AuthCredentials authCred) Authenticates user by their CMC; resulting AuthToken sets a TOKEN_SUBJECT for the subject name.DirBasedAuthentication.authenticate
(AuthCredentials authCred) Authenticates user through LDAP by a set of credentials.protected abstract String
DirBasedAuthentication.authenticate
(netscape.ldap.LDAPConnection conn, AuthCredentials authCreds, AuthToken token) Authenticates a user through directory based a set of credentials.HashAuthentication.authenticate
(AuthCredentials authCreds) Authenticates a user based on uid, pwd in the directory.protected String
PortalEnroll.authenticate
(netscape.ldap.LDAPConnection conn, AuthCredentials authCreds, AuthToken token) Authenticates a user based on uid, pwd in the directory.SessionAuthentication.authenticate
(AuthCredentials authCred) Authenticate user.protected String
SharedSecret.authenticate
(netscape.ldap.LDAPConnection conn, AuthCredentials authCreds, AuthToken token) unsupported This is an unconventional authentication plugin implementation that does not support authenticate()SSLclientCertAuthentication.authenticate
(AuthCredentials authCred) authenticates user by certificateTokenAuthentication.authenticate
(AuthCredentials authCred) authenticates user(agent) by certificateprotected String
UidPwdDirAuthentication.authenticate
(netscape.ldap.LDAPConnection conn, AuthCredentials authCreds, AuthToken token) Authenticates a user based on uid, pwd in the directory.protected String
UidPwdPinDirAuthentication.authenticate
(netscape.ldap.LDAPConnection conn, AuthCredentials authCreds, AuthToken token) Authenticates a user based on its uid, pwd, pin in the directory.protected String
UserPwdDirAuthentication.authenticate
(netscape.ldap.LDAPConnection conn, AuthCredentials authCreds, AuthToken token) Authenticates a user based on attr, pwd in the directory. -
Uses of AuthCredentials in com.netscape.cms.servlet.admin
Methods in com.netscape.cms.servlet.admin that return AuthCredentialsModifier and TypeMethodDescriptionstatic AuthCredentials
AdminServlet.getAuthCreds
(AuthManager authMgr, X509Certificate clientCert) -
Uses of AuthCredentials in com.netscape.cms.servlet.base
Methods in com.netscape.cms.servlet.base that return AuthCredentialsModifier and TypeMethodDescriptionstatic AuthCredentials
CMSServlet.getAuthCreds
(AuthManager authMgr, IArgBlock argBlock, X509Certificate clientCert) construct a authentication credentials to pass into authentication manager. -
Uses of AuthCredentials in com.netscape.cms.servlet.common
Methods in com.netscape.cms.servlet.common that return AuthCredentialsModifier and TypeMethodDescriptionstatic AuthCredentials
CMSGateway.getAuthCreds
(AuthManager authMgr, IArgBlock argBlock, X509Certificate clientCert) construct a authentication credentials to pass into authentication manager. -
Uses of AuthCredentials in com.netscape.cmscore.authentication
Methods in com.netscape.cmscore.authentication with parameters of type AuthCredentialsModifier and TypeMethodDescriptionAuthSubsystem.authenticate
(AuthCredentials authCred, String authMgrInstName) Authenticate to the named authentication manager instanceCertUserDBAuthentication.authenticate
(AuthCredentials authCred) authenticates user(agent) by certificateChallengePhraseAuthentication.authenticate
(AuthCredentials authCred) authenticates revocation of a certification by a challenge phraseNullAuthentication.authenticate
(AuthCredentials authCred) authenticates nothingPasswdUserDBAuthentication.authenticate
(AuthCredentials authCred) authenticates administratrators by LDAP uid/pwdSSLClientCertAuthentication.authenticate
(AuthCredentials authCred) -
Uses of AuthCredentials in org.dogtagpki.server.authentication
Methods in org.dogtagpki.server.authentication with parameters of type AuthCredentialsModifier and TypeMethodDescriptionAuthManager.authenticate
(AuthCredentials authCred) Authenticate the given credentials.