JSecurity

Uses of Package
org.jsecurity.session

Packages that use org.jsecurity.session
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 Components related to managing sessions, the time-based data contexts in which a Subject interacts with an application. 
org.jsecurity.session.mgt SessionManager components supporting enterprise session management. 
org.jsecurity.session.mgt.eis EIS (Enterprise Information System)-tier components that can perform CRUD operations for sessions using any EIS API. 
org.jsecurity.spring.remoting Support to enable Spring-based remote method invocations to carry a JSecurity session ID as part of the invocation payload, allowing remote clients to perform security operations. 
org.jsecurity.subject Components supporting the Subject interface, the most important concept in JSecurity's API. 
org.jsecurity.web Framework support for any web-enabled application. 
org.jsecurity.web.servlet Support implementations that depend heavily on the javax.servlet. 
org.jsecurity.web.session Components supporting Session management in web-enabled applications. 
 

Classes in org.jsecurity.session used by org.jsecurity.mgt
InvalidSessionException
          Exception thrown when attempting to interact with the system under an established session when that session is considered invalid.
Session
          A Session is a stateful data context associated with a single Subject (user, 3rd party process, etc) who interacts with a software system over a period of time.
SessionFactory
          A SessionFactory is responsible for starting new Sessions and acquiring existing Sessions.
SessionListener
          Interface to be implemented by components that wish to be notified of events that occur during a Session's lifecycle.
SessionListenerRegistrar
          A SessionListenerRegistrar is a component that is capable of registering interested SessionListeners that wish to be notified during Session lifecycle events.
 

Classes in org.jsecurity.session used by org.jsecurity.session
InvalidSessionException
          Exception thrown when attempting to interact with the system under an established session when that session is considered invalid.
Session
          A Session is a stateful data context associated with a single Subject (user, 3rd party process, etc) who interacts with a software system over a period of time.
SessionException
          General security exception attributed to problems during interaction with the system during a session.
SessionListener
          Interface to be implemented by components that wish to be notified of events that occur during a Session's lifecycle.
StoppedSessionException
          Exception thrown when attempting to interact with the system under a session that has been stopped.
 

Classes in org.jsecurity.session used by org.jsecurity.session.mgt
InvalidSessionException
          Exception thrown when attempting to interact with the system under an established session when that session is considered invalid.
ProxiedSession
          Simple Session implementation that immediately delegates all corresponding calls to an underlying proxied session instance.
Session
          A Session is a stateful data context associated with a single Subject (user, 3rd party process, etc) who interacts with a software system over a period of time.
SessionListener
          Interface to be implemented by components that wish to be notified of events that occur during a Session's lifecycle.
SessionListenerRegistrar
          A SessionListenerRegistrar is a component that is capable of registering interested SessionListeners that wish to be notified during Session lifecycle events.
 

Classes in org.jsecurity.session used by org.jsecurity.session.mgt.eis
Session
          A Session is a stateful data context associated with a single Subject (user, 3rd party process, etc) who interacts with a software system over a period of time.
UnknownSessionException
          Exception thrown when attempting to interact with the system under the pretense of a particular session (e.g. under a specific session id), and that session does not exist in the system.
 

Classes in org.jsecurity.session used by org.jsecurity.spring.remoting
Session
          A Session is a stateful data context associated with a single Subject (user, 3rd party process, etc) who interacts with a software system over a period of time.
 

Classes in org.jsecurity.session used by org.jsecurity.subject
Session
          A Session is a stateful data context associated with a single Subject (user, 3rd party process, etc) who interacts with a software system over a period of time.
 

Classes in org.jsecurity.session used by org.jsecurity.web
Session
          A Session is a stateful data context associated with a single Subject (user, 3rd party process, etc) who interacts with a software system over a period of time.
SessionFactory
          A SessionFactory is responsible for starting new Sessions and acquiring existing Sessions.
SessionListenerRegistrar
          A SessionListenerRegistrar is a component that is capable of registering interested SessionListeners that wish to be notified during Session lifecycle events.
 

Classes in org.jsecurity.session used by org.jsecurity.web.servlet
Session
          A Session is a stateful data context associated with a single Subject (user, 3rd party process, etc) who interacts with a software system over a period of time.
 

Classes in org.jsecurity.session used by org.jsecurity.web.session
InvalidSessionException
          Exception thrown when attempting to interact with the system under an established session when that session is considered invalid.
Session
          A Session is a stateful data context associated with a single Subject (user, 3rd party process, etc) who interacts with a software system over a period of time.
SessionListenerRegistrar
          A SessionListenerRegistrar is a component that is capable of registering interested SessionListeners that wish to be notified during Session lifecycle events.
 


JSecurity

Copyright © 2004-2008 JSecurity.