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 StringDirBasedAuthentication.authenticate(netscape.ldap.LDAPConnection conn, IAuthCredentials authCreds, AuthToken token) Authenticates a user through directory based a set of credentials.protected StringPortalEnroll.authenticate(netscape.ldap.LDAPConnection conn, IAuthCredentials authCreds, AuthToken token) Authenticates a user based on uid, pwd in the directory.protected StringSharedSecret.authenticate(netscape.ldap.LDAPConnection conn, IAuthCredentials authCreds, AuthToken token) unsupported This is an unconventional authentication plugin implementation that does not support authenticate()protected StringUidPwdDirAuthentication.authenticate(netscape.ldap.LDAPConnection conn, IAuthCredentials authCreds, AuthToken token) Authenticates a user based on uid, pwd in the directory.protected StringUidPwdPinDirAuthentication.authenticate(netscape.ldap.LDAPConnection conn, IAuthCredentials authCreds, AuthToken token) Authenticates a user based on its uid, pwd, pin in the directory.protected StringUserPwdDirAuthentication.authenticate(netscape.ldap.LDAPConnection conn, IAuthCredentials authCreds, AuthToken token) Authenticates a user based on attr, pwd in the directory.protected voidDirBasedAuthentication.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 voidDirBasedAuthentication.setAuthTokenByteValue(String name, netscape.ldap.LDAPEntry entry, AuthToken tok) protected voidDirBasedAuthentication.setAuthTokenStringValue(String name, netscape.ldap.LDAPEntry entry, AuthToken tok) protected voidDirBasedAuthentication.setAuthTokenValues(netscape.ldap.LDAPEntry e, AuthToken tok) Copy values from the LDAPEntry into the AuthToken.protected IAuthTokenCMCAuth.verifySignerInfo(SessionContext auditContext, AuthToken authToken, org.mozilla.jss.pkix.cms.SignedData cmcFullReq)