Uses of Interface
org.apache.shiro.session.mgt.SessionContext
-
Packages that use SessionContext Package Description org.apache.shiro.mgt Provides the masterSecurityManagerinterface and a default implementation hierarchy for managing all aspects of Shiro's functionality in an application.org.apache.shiro.session.mgt SessionManagercomponents supporting enterprise session management.org.apache.shiro.subject.support Concrete support implementations of most of theorg.apache.shiro.subjectinterfaces. -
-
Uses of SessionContext in org.apache.shiro.mgt
Methods in org.apache.shiro.mgt that return SessionContext Modifier and Type Method Description protected SessionContextDefaultSecurityManager. createSessionContext(SubjectContext subjectContext)Methods in org.apache.shiro.mgt with parameters of type SessionContext Modifier and Type Method Description SessionSessionsSecurityManager. start(SessionContext context) -
Uses of SessionContext in org.apache.shiro.session.mgt
Classes in org.apache.shiro.session.mgt that implement SessionContext Modifier and Type Class Description classDefaultSessionContextDefault implementation of theSessionContextinterface which provides getters and setters that wrap interaction with the underlying backing context map.Methods in org.apache.shiro.session.mgt with parameters of type SessionContext Modifier and Type Method Description protected SessionAbstractNativeSessionManager. createExposedSession(Session session, SessionContext context)protected abstract SessionAbstractNativeSessionManager. createSession(SessionContext context)Creates a newSession Sessioninstance based on the specified (possiblynull) initialization data.protected SessionAbstractValidatingSessionManager. createSession(SessionContext context)SessionSessionFactory. createSession(SessionContext initData)Creates a newSessioninstance based on the specified contextual initialization data.SessionSimpleSessionFactory. createSession(SessionContext initData)Creates a newSimpleSessioninstance retaining the context'shostif one can be found.protected abstract SessionAbstractValidatingSessionManager. doCreateSession(SessionContext initData)protected SessionDefaultSessionManager. doCreateSession(SessionContext context)protected SessionDefaultSessionManager. newSessionInstance(SessionContext context)protected voidAbstractNativeSessionManager. onStart(Session session, SessionContext context)Template method that allows subclasses to react to a new session being created.SessionAbstractNativeSessionManager. start(SessionContext context)SessionSessionManager. start(SessionContext context)Starts a new session based on the specified contextual initialization data, which can be used by the underlying implementation to determine how exactly to create the internal Session instance. -
Uses of SessionContext in org.apache.shiro.subject.support
Methods in org.apache.shiro.subject.support that return SessionContext Modifier and Type Method Description protected SessionContextDelegatingSubject. createSessionContext()
-