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 certificateDirBasedAuthentication.authenticate(AuthCredentials authCred) Authenticates user through LDAP by a set of credentials.protected abstract StringDirBasedAuthentication.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 StringPortalEnroll.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.SSLclientCertAuthentication.authenticate(AuthCredentials authCred) authenticates user by certificateTokenAuthentication.authenticate(AuthCredentials authCred) authenticates user(agent) by certificateprotected StringUidPwdDirAuthentication.authenticate(netscape.ldap.LDAPConnection conn, AuthCredentials authCreds, AuthToken token) Authenticates a user based on uid, pwd in the directory.protected StringUidPwdPinDirAuthentication.authenticate(netscape.ldap.LDAPConnection conn, AuthCredentials authCreds, AuthToken token) Authenticates a user based on its uid, pwd, pin in the directory.protected StringUserPwdDirAuthentication.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 AuthCredentialsAdminServlet.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 AuthCredentialsCMSServlet.getAuthCreds(AuthManager authMgr, ArgBlock 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 TypeMethodDescriptionCMSGateway.getAuthCreds(AuthManager authMgr, ArgBlock 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 certificateNullAuthentication.authenticate(AuthCredentials authCred) authenticates nothingPasswdUserDBAuthentication.authenticate(AuthCredentials authCred) authenticates administratrators by LDAP uid/pwd -
Uses of AuthCredentials in org.dogtagpki.server.authentication
Methods in org.dogtagpki.server.authentication with parameters of type AuthCredentialsModifier and TypeMethodDescriptionabstract AuthTokenAuthManager.authenticate(AuthCredentials authCred) Authenticate the given credentials.