Package ibspan.tss.agents.sha.session

Realization of 'session tracking' feature, together with 'access authorization' feature.

See:
          Description

Class Summary
ActionDispatcherWithSessionTracking This class resolves the handler behaviour responsible for handling with incoming request and tracks the session with user.
DesEncrypter Simple class realizing DES-encrypting and decrypting procedures.
Session This class represent Session concept to setup multi-stepped interaction with the user.
SessionsMap This class provides mapping from sessionID into the Session object.
 

Package ibspan.tss.agents.sha.session Description

Realization of 'session tracking' feature, together with 'access authorization' feature. We assume that the same user can have a few different sessions from a single machine (see Session class for details) Sessions has no time-out and are stored until SessionHandlingAgent will take down.

See Also:
Session, ActionDispatcherWithSessionTracking