Modifier and Type | Method and Description |
---|---|
void |
ServletDispatcher.dispatchMockRequest(HttpServletRequest request,
HttpServletResponse response)
Dispatches a mock request to the servlet container.
|
Modifier and Type | Method and Description |
---|---|
void |
ServletInitialHandler.dispatchMockRequest(HttpServletRequest request,
HttpServletResponse response) |
protected void |
DefaultServlet.doDelete(HttpServletRequest req,
HttpServletResponse resp) |
protected void |
DefaultServlet.doGet(HttpServletRequest req,
HttpServletResponse resp) |
protected void |
DefaultServlet.doOptions(HttpServletRequest req,
HttpServletResponse resp) |
protected void |
DefaultServlet.doPost(HttpServletRequest req,
HttpServletResponse resp) |
protected void |
DefaultServlet.doPut(HttpServletRequest req,
HttpServletResponse resp) |
protected void |
DefaultServlet.doTrace(HttpServletRequest req,
HttpServletResponse resp) |
Modifier and Type | Class and Description |
---|---|
class |
HttpServletResponseImpl |
Modifier and Type | Method and Description |
---|---|
boolean |
HttpServletRequestImpl.authenticate(HttpServletResponse response) |
Modifier and Type | Method and Description |
---|---|
protected void |
WebSocketServlet.doGet(HttpServletRequest req,
HttpServletResponse resp) |
Constructor and Description |
---|
ServletWebSocketHttpExchange(HttpServletRequest request,
HttpServletResponse response,
Set<WebSocketChannel> peerConnections) |
Modifier and Type | Class and Description |
---|---|
class |
HttpServletResponseWrapper
Provides a convenient implementation of the HttpServletResponse interface that
can be subclassed by developers wishing to adapt the response from a Servlet.
|
Modifier and Type | Method and Description |
---|---|
boolean |
HttpServletRequestWrapper.authenticate(HttpServletResponse response)
The default behavior of this method is to call authenticate on the
wrapped request object.
|
boolean |
HttpServletRequest.authenticate(HttpServletResponse response)
Use the container login mechanism configured for the
ServletContext to authenticate the user making
this request. |
protected void |
HttpServlet.doDelete(HttpServletRequest req,
HttpServletResponse resp)
Called by the server (via the
service method)
to allow a servlet to handle a DELETE request. |
protected void |
HttpServlet.doGet(HttpServletRequest req,
HttpServletResponse resp)
Called by the server (via the
service method) to
allow a servlet to handle a GET request. |
protected void |
HttpServlet.doHead(HttpServletRequest req,
HttpServletResponse resp)
Receives an HTTP HEAD request from the protected
service method and handles the
request. |
protected void |
HttpServlet.doOptions(HttpServletRequest req,
HttpServletResponse resp)
Called by the server (via the
service method)
to allow a servlet to handle a OPTIONS request. |
protected void |
HttpServlet.doPost(HttpServletRequest req,
HttpServletResponse resp)
Called by the server (via the
service method)
to allow a servlet to handle a POST request. |
protected void |
HttpServlet.doPut(HttpServletRequest req,
HttpServletResponse resp)
Called by the server (via the
service method)
to allow a servlet to handle a PUT request. |
protected void |
HttpServlet.doTrace(HttpServletRequest req,
HttpServletResponse resp)
Called by the server (via the
service method)
to allow a servlet to handle a TRACE request. |
protected void |
HttpServlet.service(HttpServletRequest req,
HttpServletResponse resp)
Receives standard HTTP requests from the public
service method and dispatches
them to the do XXX methods defined in
this class. |
Constructor and Description |
---|
HttpServletResponseWrapper(HttpServletResponse response)
Constructs a response adaptor wrapping the given response.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpJspPage._jspService(HttpServletRequest request,
HttpServletResponse response)
The _jspService()method corresponds to the body of the JSP page.
|
Modifier and Type | Class and Description |
---|---|
class |
ThreadLocalHttpServletResponseProxy
An implementation of
HttpServletResponse which serves as a proxy for the
current thread-local servlet response obtained from HttpServletRequestResponseContext . |
Modifier and Type | Method and Description |
---|---|
protected HttpServletResponse |
ThreadLocalHttpServletResponseProxy.getCurrent()
Get the current HttpServletResponse from ThreadLocal storage.
|
static HttpServletResponse |
HttpServletRequestResponseContext.getResponse()
Get the current
HttpServletResponse being serviced by the current thread. |
Modifier and Type | Method and Description |
---|---|
static void |
HttpServletSupport.addNoCacheHeaders(HttpServletResponse response)
Adds Cache-Control and Pragma headers meant to disable caching.
|
boolean |
ThreadLocalHttpServletRequestProxy.authenticate(HttpServletResponse response)
Use the container login mechanism configured for the
ServletContext to authenticate the user making
this request. |
static void |
HttpServletRequestResponseContext.loadCurrent(HttpServletRequest request,
HttpServletResponse response)
Load the thread-local storage with the current request and response.
|
static void |
HttpServletSupport.setContentType(HttpServletResponse response,
String contentType)
Sets the MIME content type of the response.
|
void |
CookieManager.setHttpServletResponse(HttpServletResponse response)
Set the servlet response to write to.
|
static void |
HttpServletSupport.setUTF8Encoding(HttpServletResponse response)
Sets the character encoding of the transport to UTF-8.
|
Modifier and Type | Method and Description |
---|---|
protected void |
WebPBEConfigServlet.doGet(HttpServletRequest req,
HttpServletResponse resp) |
protected void |
WebPBEConfigServlet.doPost(HttpServletRequest req,
HttpServletResponse resp) |
Modifier and Type | Class and Description |
---|---|
class |
ResteasyHttpServletResponseWrapper
ResteasyHttpServletResponseWrapper is introduced to support the use of
RequestDispatcher.forward() and RequestDispatcher.include(), which need
to be able to retrieve the orginal HttpServletResponse.
|
Modifier and Type | Method and Description |
---|---|
HttpServletResponse |
ResteasyHttpServletResponseWrapper.getHttpServletResponse() |
Constructor and Description |
---|
ResteasyHttpServletResponseWrapper(HttpServletResponse response,
HttpServletResponse proxy) |
Modifier and Type | Method and Description |
---|---|
protected void |
JSAPIServlet.service(HttpServletRequest req,
HttpServletResponse resp) |
void |
JSAPIWriter.writeJavaScript(String base,
HttpServletRequest req,
HttpServletResponse resp,
Map<String,ServiceRegistry> serviceRegistries) |
Modifier and Type | Field and Description |
---|---|
protected HttpServletResponse |
HttpServletResponseWrapper.response |
protected HttpServletResponse |
Servlet3AsyncHttpRequest.response |
protected HttpServletResponse |
HttpServletInputMessage.servletResponse |
Constructor and Description |
---|
HttpServletInputMessage(HttpServletRequest request,
HttpServletResponse servletResponse,
ServletContext servletContext,
HttpResponse httpResponse,
ResteasyHttpHeaders httpHeaders,
ResteasyUriInfo uri,
String httpMethod,
SynchronousDispatcher dispatcher) |
HttpServletResponseHeaders(HttpServletResponse response,
ResteasyProviderFactory factory) |
HttpServletResponseWrapper(HttpServletResponse response,
ResteasyProviderFactory factory) |
Servlet3AsyncHttpRequest(HttpServletRequest httpServletRequest,
HttpServletResponse response,
ServletContext servletContext,
HttpResponse httpResponse,
ResteasyHttpHeaders httpHeaders,
ResteasyUriInfo uriInfo,
String s,
SynchronousDispatcher synchronousDispatcher) |
Modifier and Type | Method and Description |
---|---|
HttpServletRequest |
TJWSRequestPreProcessor.preProcessRequest(HttpServletRequest request,
HttpServletResponse response) |
void |
TJWSServletDispatcher.service(String httpMethod,
HttpServletRequest request,
HttpServletResponse response) |
Modifier and Type | Method and Description |
---|---|
HttpServletResponse |
AbstractProfileAction.getHttpServletResponse()
Get the current HTTP response.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractProfileAction.setHttpServletResponse(HttpServletResponse response)
Set the current HTTP response.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractSPFormAuthenticator.authenticate(Request request,
HttpServletResponse response,
LoginConfig config)
Authenticate the request
|
Modifier and Type | Method and Description |
---|---|
AuthenticationMechanism.AuthenticationMechanismOutcome |
SPFormAuthenticationMechanism.handleSAML11UnsolicitedResponse(HttpServletRequest request,
HttpServletResponse response,
SecurityContext securityContext) |
protected void |
IdentityURLProviderHandler.redirectToChosenPage(HttpServletRequest request,
HttpServletResponse response) |
void |
UndertowRedirectionHandler.sendPost(DestinationInfoHolder holder,
HttpServletResponse response,
boolean willSendRequest) |
void |
UndertowRedirectionHandler.sendRedirectForRequestor(String destination,
HttpServletResponse response) |
void |
UndertowRedirectionHandler.sendRedirectForResponder(String destination,
HttpServletResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceProviderSAMLWorkflow.sendHttpPostBindingRequest(String destination,
Document samlDocument,
String relayState,
HttpServletResponse response,
boolean willSendRequest)
Sends a HTTP POST request to the IDP.
|
void |
ServiceProviderSAMLWorkflow.sendHttpRedirectRequest(String destination,
Document samlDocument,
String relayState,
HttpServletResponse response,
boolean willSendRequest,
String destinationQueryStringWithSignature)
Sends a HTTP Redirect request to the IDP.
|
void |
ServiceProviderSAMLWorkflow.RedirectionHandler.sendPost(DestinationInfoHolder destinationHolder,
HttpServletResponse response,
boolean willSendRequest)
Send the payload via HTTP/POST
|
void |
ServiceProviderSAMLWorkflow.RedirectionHandler.sendRedirectForRequestor(String url,
HttpServletResponse response)
Send the payload via HTTP/REDIRECT
|
void |
ServiceProviderSAMLWorkflow.RedirectionHandler.sendRedirectForResponder(String destination,
HttpServletResponse response)
Send the payload via HTTP/REDIRECT
|
void |
ServiceProviderSAMLWorkflow.sendRequestToIDP(String destination,
Document samlDocument,
String relayState,
HttpServletResponse response,
boolean willSendRequest,
String destinationQueryStringWithSignature,
boolean httpPostBinding)
Send the request to the IDP.
|
void |
ServiceProviderSAMLWorkflow.sendToLogoutPage(HttpServletRequest request,
HttpServletResponse response,
HttpSession session,
ServletContext servletContext,
String logOutPage) |
Modifier and Type | Field and Description |
---|---|
protected HttpServletResponse |
HTTPContext.response |
Modifier and Type | Method and Description |
---|---|
HttpServletResponse |
HTTPContext.getResponse() |
Modifier and Type | Method and Description |
---|---|
HTTPContext |
HTTPContext.setResponse(HttpServletResponse resp) |
Constructor and Description |
---|
HTTPContext(HttpServletRequest httpReq,
HttpServletResponse httpResp,
ServletContext sctx) |
Modifier and Type | Method and Description |
---|---|
protected void |
IDPFilter.handleSAML11UnsolicitedResponse(HttpServletRequest request,
HttpServletResponse response) |
protected void |
IDPFilter.processSAMLRequestMessage(HttpServletRequest request,
HttpServletResponse response,
RequestAbstractType requestType,
boolean ignoreSignatureValidation) |
protected void |
IDPFilter.processSAMLResponseMessage(HttpServletRequest request,
HttpServletResponse response) |
protected void |
IDPFilter.sendErrorResponseToSP(String referrer,
HttpServletResponse response,
String relayState,
IDPWebRequestUtil webRequestUtil) |
protected void |
SPFilter.sendRequestToIDP(AuthnRequestType authnRequest,
String relayState,
HttpServletResponse response) |
protected void |
SPFilter.sendToDestination(Document samlDocument,
String relayState,
String destination,
HttpServletResponse response,
boolean request) |
Modifier and Type | Method and Description |
---|---|
protected void |
ServiceProviderSAMLRequestProcessor.sendRequestToIDP(String destination,
Document samlDocument,
String relayState,
HttpServletResponse response,
boolean willSendRequest)
Send the request to the IDP
|
Modifier and Type | Method and Description |
---|---|
protected void |
IDPServlet.doGet(HttpServletRequest req,
HttpServletResponse resp) |
protected void |
IDPServlet.doPost(HttpServletRequest request,
HttpServletResponse response) |
protected void |
IDPLoginServlet.doPost(HttpServletRequest request,
HttpServletResponse response) |
protected void |
IDPServlet.sendErrorResponseToSP(String referrer,
HttpServletResponse response,
String relayState,
IDPWebRequestUtil webRequestUtil) |
void |
IDPServlet.testPost(HttpServletRequest request,
HttpServletResponse response) |
void |
IDPLoginServlet.testPost(HttpServletRequest request,
HttpServletResponse response) |
Modifier and Type | Method and Description |
---|---|
protected void |
MetadataServletSP.doGet(HttpServletRequest req,
HttpServletResponse resp) |
protected void |
MetadataServlet.doGet(HttpServletRequest req,
HttpServletResponse resp) |
protected void |
CircleOfTrustServlet.doPost(HttpServletRequest req,
HttpServletResponse resp) |
protected void |
SOAPSAMLXACMLServlet.service(HttpServletRequest req,
HttpServletResponse resp) |
Modifier and Type | Method and Description |
---|---|
HttpServletResponse |
IDPWebRequestUtil.WebRequestUtilHolder.getServletResponse() |
Modifier and Type | Method and Description |
---|---|
static void |
PostBindingUtil.sendPost(DestinationInfoHolder holder,
HttpServletResponse response,
boolean request)
Send the response to the redirected destination while adding the character encoding of "UTF-8" as well as adding
headers
for cache-control and Pragma
|
static void |
HTTPRedirectUtil.sendRedirectForRequestor(String destination,
HttpServletResponse response)
Send the response to the redirected destination while adding the character encoding of "UTF-8" as well as adding
headers
for cache-control and Pragma
|
static void |
HTTPRedirectUtil.sendRedirectForResponder(String destination,
HttpServletResponse response) |
IDPWebRequestUtil.WebRequestUtilHolder |
IDPWebRequestUtil.WebRequestUtilHolder.setServletResponse(HttpServletResponse servletResponse) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.