Class RemotedHttpServletRequestResponseContext

java.lang.Object
net.shibboleth.sp.messaging.RemotedHttpServletRequestResponseContext

public final class RemotedHttpServletRequestResponseContext extends Object
Class which holds and makes available the indirected HTTP servlet request and response via ThreadLocal storage.

Unlike the IdP-which uses a filter to stash the actual container-supplied interfaces, these objects are backed by the DDF objects in an SP agent request/response. It also allows them to be individually null.