Package | Description |
---|---|
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. |
org.apache.shiro.web.session.mgt | |
org.apache.shiro.web.subject.support |
Supporting implementations of
org.apache.shiro.web.subject package interfaces. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSessionContext
Default implementation of the
SessionContext interface which provides getters and setters that
wrap interaction with the underlying backing context map. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSubjectContext
Default implementation of the
SubjectContext interface. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultWebSessionContext
Default implementation of the
WebSessionContext interface which provides getters and setters that
wrap interaction with the underlying backing context map. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultWebSubjectContext
Default
WebSubjectContext implementation that provides for additional storage and retrieval of
a ServletRequest and ServletResponse . |
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.