JSecurity

Uses of Package
org.jsecurity.session.mgt

Packages that use org.jsecurity.session.mgt
org.jsecurity.mgt Provides the master SecurityManager interface and a default implementation hierarchy for managing all aspects of JSecurity's functionality in an application. 
org.jsecurity.session.mgt SessionManager components supporting enterprise session management. 
org.jsecurity.session.mgt.quartz Quartz-based implementations of components that help SessionManager implementations maintain sessions (timed expiration, orphan cleanup, etc). 
org.jsecurity.web Framework support for any web-enabled application. 
org.jsecurity.web.session Components supporting Session management in web-enabled applications. 
 

Classes in org.jsecurity.session.mgt used by org.jsecurity.mgt
SessionManager
          A SessionManager manages the creation, maintenance, and clean-up of all application Sessions.
 

Classes in org.jsecurity.session.mgt used by org.jsecurity.session.mgt
AbstractSessionManager
          TODO - complete JavaDoc
AbstractValidatingSessionManager
          Default business-tier implementation of the ValidatingSessionManager interface.
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
          A ValidatingSession is a Session that is capable of determining it is valid or not and is able to validate itself if necessary.
ValidatingSessionManager
          A ValidatingSessionManager is a SessionManager that can proactively validate any or all sessions that may be expired.
 

Classes in org.jsecurity.session.mgt used by org.jsecurity.session.mgt.quartz
SessionValidationScheduler
          Interface that should be implemented by classes that can control validating sessions on a regular basis.
ValidatingSessionManager
          A ValidatingSessionManager is a SessionManager that can proactively validate any or all sessions that may be expired.
 

Classes in org.jsecurity.session.mgt used by org.jsecurity.web
SessionManager
          A SessionManager manages the creation, maintenance, and clean-up of all application Sessions.
 

Classes in org.jsecurity.session.mgt used by org.jsecurity.web.session
AbstractSessionManager
          TODO - complete JavaDoc
AbstractValidatingSessionManager
          Default business-tier implementation of the ValidatingSessionManager interface.
DefaultSessionManager
          Default business-tier implementation of the ValidatingSessionManager interface.
SessionManager
          A SessionManager manages the creation, maintenance, and clean-up of all application Sessions.
ValidatingSessionManager
          A ValidatingSessionManager is a SessionManager that can proactively validate any or all sessions that may be expired.
 


JSecurity

Copyright © 2004-2008 JSecurity.