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

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

Uses of EMissingCredential in com.netscape.certsrv.authentication
 

Methods in com.netscape.certsrv.authentication that throw EMissingCredential
 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 EMissingCredential in com.netscape.cms.authentication
 

Methods in com.netscape.cms.authentication that throw EMissingCredential
 IAuthToken AgentCertAuthentication.authenticate(IAuthCredentials authCred)
          authenticates user(agent) by certificate called by other subsystems or their servlets to authenticate users (agents)
 IAuthToken CMCAuth.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 request
 IAuthToken SSLclientCertAuthentication.authenticate(IAuthCredentials authCred)
          authenticates user by certificate called by other subsystems or their servlets to authenticate users
 IAuthToken TokenAuthentication.authenticate(IAuthCredentials authCred)
          authenticates user(agent) by certificate called by other subsystems or their servlets to authenticate users (agents)