| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SessionContext | |
|---|---|
| org.apache.shiro.mgt | Provides the master SecurityManagerinterface 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 the org.apache.shiro.subjectinterfaces. | 
| 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 | DefaultSessionContextDefault implementation of the SessionContextinterface 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 SimpleSessioninstance retaining the context'shostif one can be found. | 
|  Session | SessionFactory.createSession(SessionContext initData)Creates a new Sessioninstance based on the specified contextual initialization data. | 
| protected  Session | AbstractValidatingSessionManager.createSession(SessionContext context) | 
| protected abstract  Session | AbstractNativeSessionManager.createSession(SessionContext context)Creates a new Session Sessioninstance based on the specified (possiblynull)
 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() | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||