Uses of Class
net.shibboleth.sp.messaging.RemotedHttpServletRequest
Packages that use RemotedHttpServletRequest
Package
Description
General
BaseContext subclasses defined by the SP plugin.APIs regarding messaging.
-
Uses of RemotedHttpServletRequest in net.shibboleth.sp.context
Fields in net.shibboleth.sp.context declared as RemotedHttpServletRequestModifier and TypeFieldDescriptionprivate RemotedHttpServletRequestAgentRequestContext.wrappedHttpServletRequestWrapped servlet request backed by input.Methods in net.shibboleth.sp.context that return RemotedHttpServletRequestModifier and TypeMethodDescriptionAgentRequestContext.getRemotedHttpServletRequest()Get the wrapped servlet request backed by the input message.Methods in net.shibboleth.sp.context with parameters of type RemotedHttpServletRequestModifier and TypeMethodDescriptionAgentRequestContext.setRemotedHttpServletRequest(RemotedHttpServletRequest wrapped) Set the wrapped servlet request backed by the input message. -
Uses of RemotedHttpServletRequest in net.shibboleth.sp.messaging
Fields in net.shibboleth.sp.messaging with type parameters of type RemotedHttpServletRequestModifier and TypeFieldDescriptionprivate static final ThreadLocal<RemotedHttpServletRequest>RemotedHttpServletRequestResponseContext.currentRequestThreadLocal storage for request.Methods in net.shibboleth.sp.messaging that return RemotedHttpServletRequestModifier and TypeMethodDescriptionstatic RemotedHttpServletRequestRemotedHttpServletRequestResponseContext.getRequest()Get the currentRemotedHttpServletRequestbeing serviced by the current thread.Methods in net.shibboleth.sp.messaging with parameters of type RemotedHttpServletRequestModifier and TypeMethodDescriptionstatic voidRemotedHttpServletRequestResponseContext.loadCurrent(RemotedHttpServletRequest request, RemotedHttpServletResponse response) Load the thread-local storage with the current request and response.