Uses of Interface
org.apache.shiro.session.mgt.SessionContext

Packages that use SessionContext
org.apache.shiro.mgt Provides the master SecurityManager interface and a default implementation hierarchy for managing all aspects of Shiro's functionality in an application. 
org.apache.shiro.session.mgt SessionManager components supporting enterprise session management. 
org.apache.shiro.subject.support Concrete support implementations of most of the org.apache.shiro.subject interfaces. 
 

Uses of SessionContext in org.apache.shiro.mgt
 

Methods in org.apache.shiro.mgt that return SessionContext
protected  SessionContext DefaultSecurityManager.createSessionContext(SubjectContext subjectContext)
           
 

Methods in org.apache.shiro.mgt with parameters of type SessionContext
 Session SessionsSecurityManager.start(SessionContext context)
           
 

Uses of SessionContext in org.apache.shiro.session.mgt
 

Classes in org.apache.shiro.session.mgt that implement SessionContext
 class DefaultSessionContext
          Default implementation of the SessionContext interface 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
protected  Session AbstractNativeSessionManager.createExposedSession(Session session, SessionContext context)
           
 Session SimpleSessionFactory.createSession(SessionContext initData)
          Creates a new SimpleSession instance retaining the context's host if one can be found.
 Session SessionFactory.createSession(SessionContext initData)
          Creates a new Session instance based on the specified contextual initialization data.
protected  Session AbstractValidatingSessionManager.createSession(SessionContext context)
           
protected abstract  Session AbstractNativeSessionManager.createSession(SessionContext context)
          Creates a new Session Session instance based on the specified (possibly null) initialization data.
protected  Session DefaultSessionManager.doCreateSession(SessionContext context)
           
protected abstract  Session AbstractValidatingSessionManager.doCreateSession(SessionContext initData)
           
protected  Session DefaultSessionManager.newSessionInstance(SessionContext context)
           
protected  void AbstractNativeSessionManager.onStart(Session session, SessionContext context)
          Template method that allows subclasses to react to a new session being created.
 Session SessionManager.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.
 Session AbstractNativeSessionManager.start(SessionContext context)
           
 

Uses of SessionContext in org.apache.shiro.subject.support
 

Methods in org.apache.shiro.subject.support that return SessionContext
protected  SessionContext DelegatingSubject.createSessionContext()
           
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.