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

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

Uses of SessionStub in blackboard.platform.security.authentication
 

Methods in blackboard.platform.security.authentication with parameters of type SessionStub
protected  java.lang.String LDAPAuthModule.authenticate(java.lang.String userName, java.lang.String password, SessionStub sessionStub, boolean useChallenge)
          Method to support LDAP-based authentication.
protected  java.lang.String BaseAuthenticationModule.authenticate(java.lang.String userName, java.lang.String userToken, SessionStub sessionStub, boolean useChallenge)
          Method to support native 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.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.