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

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

Uses of BbAuthenticationFailedException in blackboard.platform.security.authentication
 

Methods in blackboard.platform.security.authentication that throw BbAuthenticationFailedException
 void SessionStub.associateSessionWithUser(java.lang.String userName)
          associateSessionWithUser If the userId is associated with a valid user record in the database, then the current session should be associated with that user record, in the database.
 void SessionStub.updateLastLoginTime(java.lang.String userName)
          updateUserLastLoginTime Updates the appropriate user's record in the database; enables the application to track login times for each user.
 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.
protected  java.lang.String BaseAuthenticationModule.authenticate(java.lang.String userName, java.lang.String userToken, SessionStub sessionStub, boolean useChallenge)
          Method to support native authentication.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.