Uses of Class
blackboard.platform.security.authentication.BbCredentialsNotFoundException

Packages that use BbCredentialsNotFoundException
blackboard.platform.security.authentication Provides the public implementation classes for creating custom authentication modules for Learning System.  
 

Uses of BbCredentialsNotFoundException in blackboard.platform.security.authentication
 

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.Hashtable authenticateParams, SessionStub sessionStub, boolean useChallenge)
          Implementation specific version of doAuthenticate which does additional checking before calling authenticate.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.