|
JSecurity | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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. |
SessionManager components supporting enterprise session management.
|
JSecurity | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||