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-specificSubject
interfaces to enableSubject
use in web environments.org.apache.shiro.web.subject.support Supporting implementations oforg.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.mgt Modifier and Type Interface Description interface
WebSessionContext
AWebSubjectContext
is aSessionContext
that additionally provides for type-safe methods to set and retrieve aServletRequest
andServletResponse
, as the request/response pair will often need to be referenced during construction of web-initiatedSession
instances.Classes in org.apache.shiro.web.session.mgt that implement RequestPairSource Modifier and Type Class Description class
DefaultWebSessionContext
Default implementation of theWebSessionContext
interface which provides getters and setters that wrap interaction with the underlying backing context map.class
WebSessionKey
ASessionKey
implementation that also retains theServletRequest
andServletResponse
associated 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 interface
WebSubject
AWebSubject
represents a Subject instance that was acquired as a result of an incomingServletRequest
.interface
WebSubjectContext
AWebSubjectContext
is aSubjectContext
that additionally provides for type-safe methods to set and retrieve aServletRequest
andServletResponse
. -
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 class
DefaultWebSubjectContext
DefaultWebSubjectContext
implementation that provides for additional storage and retrieval of aServletRequest
andServletResponse
.class
WebDelegatingSubject
DefaultWebSubject
implementation 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.
-