Uses of Class
com.netscape.certsrv.authentication.AuthToken

Packages that use AuthToken
com.netscape.cms.authentication   
com.netscape.cms.servlet.common   
 

Uses of AuthToken in com.netscape.cms.authentication
 

Methods in com.netscape.cms.authentication with parameters of type AuthToken
protected  java.lang.String PortalEnroll.authenticate(netscape.ldap.LDAPConnection conn, IAuthCredentials authCreds, AuthToken token)
          Authenticates a user based on uid, pwd in the directory.
protected  java.lang.String UdnPwdDirAuthentication.authenticate(netscape.ldap.LDAPConnection conn, IAuthCredentials authCreds, AuthToken token)
          Authenticates a user based on udn, pwd in the directory.
protected abstract  java.lang.String DirBasedAuthentication.authenticate(netscape.ldap.LDAPConnection conn, IAuthCredentials authCreds, AuthToken token)
          Authenticates a user through directory based a set of credentials.
protected  java.lang.String UidPwdPinDirAuthentication.authenticate(netscape.ldap.LDAPConnection conn, IAuthCredentials authCreds, AuthToken token)
          Authenticates a user based on its uid, pwd, pin in the directory.
protected  java.lang.String UidPwdDirAuthentication.authenticate(netscape.ldap.LDAPConnection conn, IAuthCredentials authCreds, AuthToken token)
          Authenticates a user based on uid, pwd in the directory.
protected  java.lang.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, java.lang.String userdn, netscape.security.x509.X509CertInfo certinfo, AuthToken token)
          Formulate the cert info.
 java.lang.String PortalEnroll.regist(AuthToken token, java.lang.String uid)
          adds a user to the directory.
protected  void DirBasedAuthentication.setAuthTokenByteValue(java.lang.String name, netscape.ldap.LDAPEntry entry, AuthToken tok)
           
protected  void DirBasedAuthentication.setAuthTokenStringValue(java.lang.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(AuthToken authToken, org.mozilla.jss.pkix.cms.SignedData cmcFullReq)
           
 

Uses of AuthToken in com.netscape.cms.servlet.common
 

Methods in com.netscape.cms.servlet.common that return AuthToken
static AuthToken CMSGateway.checkAuthManager(javax.servlet.http.HttpServletRequest httpReq, IArgBlock httpParams, java.security.cert.X509Certificate cert, java.lang.String authMgrName)