JSecurity

Package org.jsecurity.session.mgt

SessionManager components supporting enterprise session management.

See:
          Description

Interface Summary
SessionManager A SessionManager manages the creation, maintenance, and clean-up of all application Sessions.
SessionValidationScheduler Interface that should be implemented by classes that can control validating sessions on a regular basis.
ValidatingSession  
ValidatingSessionManager A ValidatingSessionManager is a SessionManager that can proactively validate any or all sessions that may be expired.
 

Class Summary
AbstractSessionManager  
AbstractValidatingSessionManager Default business-tier implementation of the ValidatingSessionManager interface.
DefaultSessionManager Default business-tier implementation of the ValidatingSessionManager interface.
DelegatingSession A DelegatingSession is a client-tier representation of a server side Session.
ExecutorServiceSessionValidationScheduler SessionValidationScheduler implementation that uses a ScheduledExecutorService to call ValidatingSessionManager.validateSessions() every interval milliseconds.
ImmutableProxiedSession Implementation of the Session interface that proxies another Session, but does not allow any 'write' operations to the underlying session.
SimpleSession Simple Session implementation, intended to be used on the business/server tier.
 

Package org.jsecurity.session.mgt Description

SessionManager components supporting enterprise session management.


JSecurity

Copyright © 2004-2008 JSecurity.