Uses of Interface
org.apache.shiro.web.util.RequestPairSource
-
Packages that use RequestPairSource Package Description org.apache.shiro.web.session.mgt org.apache.shiro.web.subject Web-specificSubjectinterfaces to enableSubjectuse in web environments.org.apache.shiro.web.subject.support Supporting implementations oforg.apache.shiro.web.subjectpackage interfaces. -
-
Uses of RequestPairSource in org.apache.shiro.web.session.mgt
Subinterfaces of RequestPairSource in org.apache.shiro.web.session.mgt Modifier and Type Interface Description interfaceWebSessionContextAWebSubjectContextis 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.Classes in org.apache.shiro.web.session.mgt that implement RequestPairSource Modifier and Type Class Description classDefaultWebSessionContextDefault implementation of theWebSessionContextinterface which provides getters and setters that wrap interaction with the underlying backing context map.classWebSessionKeyASessionKeyimplementation that also retains theServletRequestandServletResponseassociated with the web request that is performing the session lookup. -
Uses of RequestPairSource in org.apache.shiro.web.subject
Subinterfaces of RequestPairSource in org.apache.shiro.web.subject Modifier and Type Interface Description interfaceWebSubjectAWebSubjectrepresents a Subject instance that was acquired as a result of an incomingServletRequest.interfaceWebSubjectContextAWebSubjectContextis aSubjectContextthat additionally provides for type-safe methods to set and retrieve aServletRequestandServletResponse. -
Uses of RequestPairSource in org.apache.shiro.web.subject.support
Classes in org.apache.shiro.web.subject.support that implement RequestPairSource Modifier and Type Class Description classDefaultWebSubjectContextDefaultWebSubjectContextimplementation that provides for additional storage and retrieval of aServletRequestandServletResponse.classWebDelegatingSubjectDefaultWebSubjectimplementation that additional ensures the ability to retain a servlet request/response pair to be used by internal shiro components as necessary during the request execution.
-