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 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 requestIAuthTokenSessionAuthentication. authenticate(IAuthCredentials authCred)Authenticate user.IAuthTokenSSLclientCertAuthentication. authenticate(IAuthCredentials authCred)authenticates user by certificateIAuthTokenTokenAuthentication. authenticate(IAuthCredentials authCred)authenticates user(agent) by certificate -
Uses of EMissingCredential in com.netscape.cmscore.authentication
Methods in com.netscape.cmscore.authentication that throw EMissingCredential 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 EMissingCredential in org.dogtagpki.server.authentication
Methods in org.dogtagpki.server.authentication that throw EMissingCredential Modifier and Type Method Description IAuthTokenAuthManager. authenticate(IAuthCredentials authCred)Authenticate the given credentials.
-