Uses of Class
com.netscape.certsrv.authentication.EInvalidCredentials
-
Packages that use EInvalidCredentials Package Description com.netscape.cms.authentication com.netscape.cmscore.authentication org.dogtagpki.server.authentication -
-
Uses of EInvalidCredentials in com.netscape.cms.authentication
Methods in com.netscape.cms.authentication that throw EInvalidCredentials Modifier and Type Method Description IAuthTokenAgentCertAuthentication. authenticate(IAuthCredentials authCred)authenticates user(agent) by certificateIAuthTokenCMCAuth. authenticate(IAuthCredentials authCred)Authenticates user by their CMC; resulting AuthToken sets a TOKEN_SUBJECT for the subject name.IAuthTokenDirBasedAuthentication. authenticate(IAuthCredentials authCred)Authenticates user through LDAP by a set of credentials.IAuthTokenFlatFileAuth. authenticate(IAuthCredentials authCred)Authenticate the requestIAuthTokenSSLclientCertAuthentication. authenticate(IAuthCredentials authCred)authenticates user by certificateIAuthTokenTokenAuthentication. authenticate(IAuthCredentials authCred)authenticates user(agent) by certificate -
Uses of EInvalidCredentials in com.netscape.cmscore.authentication
Methods in com.netscape.cmscore.authentication that throw EInvalidCredentials Modifier and Type Method Description IAuthTokenAuthSubsystem. authenticate(IAuthCredentials authCred, java.lang.String authMgrInstName)Authenticate to the named authentication manager instanceIAuthTokenCertUserDBAuthentication. authenticate(IAuthCredentials authCred)authenticates user(agent) by certificateIAuthTokenChallengePhraseAuthentication. authenticate(IAuthCredentials authCred)authenticates revocation of a certification by a challenge phraseIAuthTokenNullAuthentication. authenticate(IAuthCredentials authCred)authenticates nothingIAuthTokenPasswdUserDBAuthentication. authenticate(IAuthCredentials authCred)authenticates administratrators by LDAP uid/pwdIAuthTokenSSLClientCertAuthentication. authenticate(IAuthCredentials authCred) -
Uses of EInvalidCredentials in org.dogtagpki.server.authentication
Methods in org.dogtagpki.server.authentication that throw EInvalidCredentials Modifier and Type Method Description IAuthTokenAuthManager. authenticate(IAuthCredentials authCred)Authenticate the given credentials.
-