Package org.apache.shiro.web.session.mgt
-
Interface Summary Interface Description WebSessionContext AWebSubjectContextis aSessionContextthat additionally provides for type-safe methods to set and retrieve aServletRequestandServletResponse, as the request/response pair will often need to be referenced during construction of web-initiatedSessioninstances.WebSessionManager SessionManagerspecific to web-enabled applications. -
Class Summary Class Description DefaultWebSessionContext Default implementation of theWebSessionContextinterface which provides getters and setters that wrap interaction with the underlying backing context map.DefaultWebSessionManager Web-application capableSessionManagerimplementation.ServletContainerSessionManager SessionManager implementation providingSessionimplementations that are merely wrappers for the Servlet container'sHttpSession.WebSessionKey ASessionKeyimplementation that also retains theServletRequestandServletResponseassociated with the web request that is performing the session lookup.