Uses of Package
org.apache.shiro.session.mgt
Packages that use org.apache.shiro.session.mgt
Package
Description
Provides the master
SecurityManager interface and a default implementation
hierarchy for managing all aspects of Shiro's functionality in an application.SessionManager components supporting enterprise session management.Concrete support implementations of most of the
org.apache.shiro.subject interfaces.-
Classes in org.apache.shiro.session.mgt used by org.apache.shiro.mgtClassDescriptionA
SessionContextis a 'bucket' of data presented to aSessionFactorywhich interprets this data to constructSessioninstances.ASessionKeyis a key that allows look-up of any particularSessioninstance.A SessionManager manages the creation, maintenance, and clean-up of all applicationSessions. -
Classes in org.apache.shiro.session.mgt used by org.apache.shiro.session.mgtClassDescriptionAbstract implementation supporting the
NativeSessionManagerinterface, supportingSessionListeners and application of theglobalSessionTimeout.Base abstract class of theSessionManagerinterface, enabling configuration of an application-wideglobalSessionTimeout.Default business-tier implementation of theValidatingSessionManagerinterface.ANativesession manager is one that manages sessions natively - that is, it is directly responsible for the creation, persistence and removal ofSessioninstances and their lifecycles.ASessionContextis a 'bucket' of data presented to aSessionFactorywhich interprets this data to constructSessioninstances.A simple factory class that instantiates concreteSessioninstances.ASessionKeyis a key that allows look-up of any particularSessioninstance.A SessionManager manages the creation, maintenance, and clean-up of all applicationSessions.Interface that should be implemented by classes that can control validating sessions on a regular basis.SimpleSessionJavaBeans-compatible POJO implementation, intended to be used on the business/server tier.AValidatingSessionis aSessionthat is capable of determining it is valid or not and is able to validate itself if necessary.A ValidatingSessionManager is a SessionManager that can proactively validate any or all sessions that may be expired. -
Classes in org.apache.shiro.session.mgt used by org.apache.shiro.subject.supportClassDescriptionA
SessionContextis a 'bucket' of data presented to aSessionFactorywhich interprets this data to constructSessioninstances.