| Methods in blackboard.platform.security.authentication that throw BbCredentialsNotFoundException |
java.lang.String |
HttpAuthModule.doAuthenticate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Performs the actual, implementation-specific work of authentication. |
java.lang.String |
BaseAuthenticationModule.doAuthenticate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Performs the work of authentication. |
protected java.lang.String |
BaseAuthenticationModule.doAuthenticate(java.util.Map authenticateParams,
SessionStub sessionStub,
boolean useChallenge)
Implementation specific version of doAuthenticate which does additional checking before
calling authenticate. |