Uses of Class
com.netscape.certsrv.authentication.EMissingCredential
-
Packages that use EMissingCredential Package Description com.netscape.cms.authentication com.netscape.cmscore.authentication org.dogtagpki.server.authentication -
-
Uses of EMissingCredential in com.netscape.cms.authentication
Methods in com.netscape.cms.authentication that throw EMissingCredential Modifier and Type Method Description IAuthToken
AgentCertAuthentication. authenticate(IAuthCredentials authCred)
authenticates user(agent) by certificateIAuthToken
CMCAuth. authenticate(IAuthCredentials authCred)
Authenticates user by their CMC; resulting AuthToken sets a TOKEN_SUBJECT for the subject name.IAuthToken
CMCUserSignedAuth. authenticate(IAuthCredentials authCred)
Authenticates user by their CMC; resulting AuthToken sets a TOKEN_SUBJECT for the subject name.IAuthToken
DirBasedAuthentication. authenticate(IAuthCredentials authCred)
Authenticates user through LDAP by a set of credentials.IAuthToken
FlatFileAuth. authenticate(IAuthCredentials authCred)
Authenticate the requestIAuthToken
SessionAuthentication. authenticate(IAuthCredentials authCred)
Authenticate user.IAuthToken
SSLclientCertAuthentication. authenticate(IAuthCredentials authCred)
authenticates user by certificateIAuthToken
TokenAuthentication. authenticate(IAuthCredentials authCred)
authenticates user(agent) by certificateprotected IAuthToken
CMCUserSignedAuth. verifySignerInfo(SessionContext auditContext, AuthToken authToken, org.mozilla.jss.pkix.cms.SignedData cmcFullReq)
User-signed CMC requests can be signed in two ways: a. -
Uses of EMissingCredential in com.netscape.cmscore.authentication
Methods in com.netscape.cmscore.authentication that throw EMissingCredential Modifier and Type Method Description IAuthToken
AuthSubsystem. authenticate(IAuthCredentials authCred, java.lang.String authMgrInstName)
Authenticate to the named authentication manager instanceIAuthToken
CertUserDBAuthentication. authenticate(IAuthCredentials authCred)
authenticates user(agent) by certificateIAuthToken
ChallengePhraseAuthentication. authenticate(IAuthCredentials authCred)
authenticates revocation of a certification by a challenge phraseIAuthToken
NullAuthentication. authenticate(IAuthCredentials authCred)
authenticates nothingIAuthToken
PasswdUserDBAuthentication. authenticate(IAuthCredentials authCred)
authenticates administratrators by LDAP uid/pwdIAuthToken
SSLClientCertAuthentication. authenticate(IAuthCredentials authCred)
-
Uses of EMissingCredential in org.dogtagpki.server.authentication
Methods in org.dogtagpki.server.authentication that throw EMissingCredential Modifier and Type Method Description 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.
-