Package wt.session

Overview

See:
          Description

Interface Summary
SessionManager Interface containing the methods for setting and retrieving the current principal.
SessionManagerSvr

Supported API: true

Extendable: false
 

Class Summary
SessionAuthenticator An Authenticator implementation based on passing a known session id back and forth to the client.
SessionCache A multi-level cache of SessionContext objects.
SessionContext A specialized Hashtable for maintaining static context partitioned by user session.
SessionContextDestroyer  
SessionHelper Helper class that p[rovides a convinient way to access the SessionManager functionality.
SessionManagerFwd Interface containing the methods for setting and retrieving the current principal.
SessionMgr  
SessionServerHelper Provides access to the methods of the SessionManagerSvr interface.
SessionThread A thread class for executing asynchronous server-side operations under a new or existing session context.
SimpleSessionAuthenticator A MethodAuthenticator that is used to associate method invocations with previously identified session objects.
StandardSessionManager Standard implementation of the SessionManager interface.
TransientSessionAuthenticator A MethodAuthenticator that is used to associate a \ method context to a transient session within the server.
 

Package wt.session Description

Overview


The Session manager (wt.session package) maintains information specific
to the user session. This includes information about the session user.
Session contexts are cached and subsequently destroyed when the
associated servlet context is timed out.

External Interface

The SessionManager contains methods for setting and getting the current
principal and Administrator. Additional server side methods provide the
ability to enable and disable access contorl.