Uses of Interface
org.apache.shiro.web.util.RequestPairSource
Packages that use RequestPairSource
Package
Description
Concepts used to represent Shiro's aggregate state in an application.
Web-specific
Subject interfaces to enable Subject use in web
environments.Supporting implementations of
org.apache.shiro.web.subject package interfaces.-
Uses of RequestPairSource in org.apache.shiro.web.session.mgt
Subinterfaces of RequestPairSource in org.apache.shiro.web.session.mgtModifier and TypeInterfaceDescriptioninterfaceAWebSubjectContextis 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 RequestPairSourceModifier and TypeClassDescriptionclassDefault implementation of theWebSessionContextinterface which provides getters and setters that wrap interaction with the underlying backing context map.classASessionKeyimplementation 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.subjectModifier and TypeInterfaceDescriptioninterfaceAWebSubjectrepresents a Subject instance that was acquired as a result of an incomingServletRequest.interfaceAWebSubjectContextis 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 RequestPairSourceModifier and TypeClassDescriptionclassDefaultWebSubjectContextimplementation that provides for additional storage and retrieval of aServletRequestandServletResponse.classDefaultWebSubjectimplementation 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.