Package blackboard.platform.session

Interface Summary
BbSession BbSession.
BbSessionManagerService BbSessionManagerService This interface provides utility methods to retrieve the BbSession associated with the user making the request.
CookieKiller  
SessionInvalidationFilter  
UserDataService A service for storing user-specific data (e.g. tool preferences) either temporarily (for the duration of the user's session) or permanently (cross-session) The data stored by this service is always represented by a String.
 

Class Summary
BbSession.Scope Deprecated. All attributes are stored in Global scope, since the alternate scopes were never properly implemented
BbSessionManagerServiceFactory Simple service factory interface.
CookieUtil  
UserDataServiceFactory Factory for retrieving the UserDataService
 

Enum Summary
UserDataService.Scope The options for scopes to store the data in.
 

Exception Summary
ScopeNotSupportedException Runtime exception thrown by UserDataService when the caller tries to access a scope that is not available (for example, if the HttpSession is not available for the temporary scope)
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.