Uses of Class
org.dogtagpki.server.authentication.AuthToken
Packages that use AuthToken
-
Uses of AuthToken in com.netscape.cms.authentication
Methods in com.netscape.cms.authentication with parameters of type AuthTokenModifier and TypeMethodDescriptionprotected abstract String
DirBasedAuthentication.authenticate
(netscape.ldap.LDAPConnection conn, IAuthCredentials authCreds, AuthToken token) Authenticates a user through directory based a set of credentials.protected String
PortalEnroll.authenticate
(netscape.ldap.LDAPConnection conn, IAuthCredentials authCreds, AuthToken token) Authenticates a user based on uid, pwd in the directory.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()protected 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.protected void
DirBasedAuthentication.formCertInfo
(netscape.ldap.LDAPConnection conn, String userdn, org.mozilla.jss.netscape.security.x509.X509CertInfo certinfo, AuthToken token) Formulate the cert info.adds a user to the directory.protected void
DirBasedAuthentication.setAuthTokenByteValue
(String name, netscape.ldap.LDAPEntry entry, AuthToken tok) protected void
DirBasedAuthentication.setAuthTokenStringValue
(String name, netscape.ldap.LDAPEntry entry, AuthToken tok) protected void
DirBasedAuthentication.setAuthTokenValues
(netscape.ldap.LDAPEntry e, AuthToken tok) Copy values from the LDAPEntry into the AuthToken.protected IAuthToken
CMCAuth.verifySignerInfo
(SessionContext auditContext, AuthToken authToken, org.mozilla.jss.pkix.cms.SignedData cmcFullReq)