Class DefaultWebSessionContext

java.lang.Object
org.apache.shiro.util.MapContext
org.apache.shiro.session.mgt.DefaultSessionContext
org.apache.shiro.web.session.mgt.DefaultWebSessionContext
All Implemented Interfaces:
Serializable, Map<String,Object>, org.apache.shiro.session.mgt.SessionContext, WebSessionContext, RequestPairSource

public class DefaultWebSessionContext extends org.apache.shiro.session.mgt.DefaultSessionContext implements WebSessionContext
Default implementation of the WebSessionContext interface which provides getters and setters that wrap interaction with the underlying backing context map.
Since:
1.0
See Also: