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

Packages that use EInvalidCredentials
com.netscape.certsrv.authentication   
com.netscape.cms.authentication   
 

Uses of EInvalidCredentials in com.netscape.certsrv.authentication
 

Methods in com.netscape.certsrv.authentication that throw EInvalidCredentials
 IAuthToken IAuthManager.authenticate(IAuthCredentials authCred)
          Authenticate the given credentials.
 IAuthToken IAuthSubsystem.authenticate(IAuthCredentials authCred, java.lang.String authMgrName)
          Authenticate the given credentials using the given manager name.
 

Uses of EInvalidCredentials in com.netscape.cms.authentication
 

Methods in com.netscape.cms.authentication that throw EInvalidCredentials
 IAuthToken AgentCertAuthentication.authenticate(IAuthCredentials authCred)
          authenticates user(agent) by certificate
 IAuthToken TokenAuthentication.authenticate(IAuthCredentials authCred)
          authenticates user(agent) by certificate
 IAuthToken CMCAuth.authenticate(IAuthCredentials authCred)
          Authenticates user by their CMC; resulting AuthToken sets a TOKEN_SUBJECT for the subject name.
 IAuthToken FlatFileAuth.authenticate(IAuthCredentials authCred)
          Authenticate the request
 IAuthToken DirBasedAuthentication.authenticate(IAuthCredentials authCred)
          Authenticates user through LDAP by a set of credentials.
 IAuthToken SSLclientCertAuthentication.authenticate(IAuthCredentials authCred)
          authenticates user by certificate
protected  IAuthToken CMCAuth.verifySignerInfo(AuthToken authToken, org.mozilla.jss.pkix.cms.SignedData cmcFullReq)