Uses of Class
net.shibboleth.sp.messaging.RemotedHttpServletResponse
Packages that use RemotedHttpServletResponse
Package
Description
General
BaseContext subclasses defined by the SP plugin.APIs regarding messaging.
-
Uses of RemotedHttpServletResponse in net.shibboleth.sp.context
Fields in net.shibboleth.sp.context declared as RemotedHttpServletResponseModifier and TypeFieldDescriptionprivate RemotedHttpServletResponseAgentRequestContext.wrappedHttpServletResponseWrapped servlet response backed by output.Methods in net.shibboleth.sp.context that return RemotedHttpServletResponseModifier and TypeMethodDescriptionAgentRequestContext.getRemotedHttpServletResponse()Get the wrapped servlet response backed by the output message.Methods in net.shibboleth.sp.context with parameters of type RemotedHttpServletResponseModifier and TypeMethodDescriptionAgentRequestContext.setRemotedHttpServletResponse(RemotedHttpServletResponse wrapped) Set the wrapped servlet response backed by the output message. -
Uses of RemotedHttpServletResponse in net.shibboleth.sp.messaging
Fields in net.shibboleth.sp.messaging with type parameters of type RemotedHttpServletResponseModifier and TypeFieldDescriptionprivate static final ThreadLocal<RemotedHttpServletResponse>RemotedHttpServletRequestResponseContext.currentResponseThreadLocal storage for response.Methods in net.shibboleth.sp.messaging that return RemotedHttpServletResponseModifier and TypeMethodDescriptionstatic RemotedHttpServletResponseRemotedHttpServletRequestResponseContext.getResponse()Get the currentRemotedHttpServletResponsebeing serviced by the current thread.Methods in net.shibboleth.sp.messaging with parameters of type RemotedHttpServletResponseModifier and TypeMethodDescriptionstatic voidRemotedHttpServletRequestResponseContext.loadCurrent(RemotedHttpServletRequest request, RemotedHttpServletResponse response) Load the thread-local storage with the current request and response.