Uses of Interface
com.netscape.certsrv.authentication.IAuthCredentials
Packages that use IAuthCredentials
Package
Description
-
Uses of IAuthCredentials in com.netscape.certsrv.authentication
Classes in com.netscape.certsrv.authentication that implement IAuthCredentialsModifier and TypeClassDescriptionclass
Authentication Credentials as input to the authMgr. -
Uses of IAuthCredentials in com.netscape.cms.authentication
Methods in com.netscape.cms.authentication with parameters of type IAuthCredentialsModifier and TypeMethodDescriptionAgentCertAuthentication.authenticate
(IAuthCredentials authCred) authenticates user(agent) by certificateCMCAuth.authenticate
(IAuthCredentials authCred) Authenticates user by their CMC; resulting AuthToken sets a TOKEN_SUBJECT for the subject name.DirBasedAuthentication.authenticate
(IAuthCredentials authCred) Authenticates user through LDAP by a set of credentials.protected abstract String
DirBasedAuthentication.authenticate
(netscape.ldap.LDAPConnection conn, IAuthCredentials authCreds, AuthToken token) Authenticates a user through directory based a set of credentials.FlatFileAuth.authenticate
(IAuthCredentials authCred) Authenticate the requestHashAuthentication.authenticate
(IAuthCredentials authCreds) Authenticates a user based on uid, pwd in the directory.protected String
PortalEnroll.authenticate
(netscape.ldap.LDAPConnection conn, IAuthCredentials authCreds, AuthToken token) Authenticates a user based on uid, pwd in the directory.SessionAuthentication.authenticate
(IAuthCredentials authCred) Authenticate user.protected String
SharedSecret.authenticate
(netscape.ldap.LDAPConnection conn, IAuthCredentials authCreds, AuthToken token) unsupported This is an unconventional authentication plugin implementation that does not support authenticate()SSLclientCertAuthentication.authenticate
(IAuthCredentials authCred) authenticates user by certificateTokenAuthentication.authenticate
(IAuthCredentials authCred) authenticates user(agent) by certificateprotected String
UidPwdDirAuthentication.authenticate
(netscape.ldap.LDAPConnection conn, IAuthCredentials authCreds, AuthToken token) Authenticates a user based on uid, pwd in the directory.protected String
UidPwdPinDirAuthentication.authenticate
(netscape.ldap.LDAPConnection conn, IAuthCredentials authCreds, AuthToken token) Authenticates a user based on its uid, pwd, pin in the directory.protected String
UserPwdDirAuthentication.authenticate
(netscape.ldap.LDAPConnection conn, IAuthCredentials authCreds, AuthToken token) Authenticates a user based on attr, pwd in the directory. -
Uses of IAuthCredentials in com.netscape.cms.servlet.admin
Classes in com.netscape.cms.servlet.admin that implement IAuthCredentialsModifier and TypeClassDescriptionclass
Authentication Credentials as input to the authMgr -
Uses of IAuthCredentials in com.netscape.cms.servlet.common
Classes in com.netscape.cms.servlet.common that implement IAuthCredentialsModifier and TypeClassDescriptionclass
Authentication Credentials as input to the authMgr -
Uses of IAuthCredentials in com.netscape.cmscore.authentication
Methods in com.netscape.cmscore.authentication with parameters of type IAuthCredentialsModifier and TypeMethodDescriptionAuthSubsystem.authenticate
(IAuthCredentials authCred, String authMgrInstName) Authenticate to the named authentication manager instanceCertUserDBAuthentication.authenticate
(IAuthCredentials authCred) authenticates user(agent) by certificateChallengePhraseAuthentication.authenticate
(IAuthCredentials authCred) authenticates revocation of a certification by a challenge phraseNullAuthentication.authenticate
(IAuthCredentials authCred) authenticates nothingPasswdUserDBAuthentication.authenticate
(IAuthCredentials authCred) authenticates administratrators by LDAP uid/pwdSSLClientCertAuthentication.authenticate
(IAuthCredentials authCred) -
Uses of IAuthCredentials in org.dogtagpki.server.authentication
Methods in org.dogtagpki.server.authentication with parameters of type IAuthCredentialsModifier and TypeMethodDescriptionAuthManager.authenticate
(IAuthCredentials authCred) Authenticate the given credentials.