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 | Method and Description |
---|---|
protected void |
JSAPIServlet.service(HttpServletRequest req,
HttpServletResponse resp) |
void |
JSAPIWriter.writeJavaScript(String uri,
HttpServletRequest req,
HttpServletResponse resp,
ServiceRegistry serviceRegistry) |
Modifier and Type | Field and Description |
---|---|
protected HttpServletResponse |
Servlet3AsyncHttpRequest.response |
Constructor and Description |
---|
HttpServletResponseHeaders(HttpServletResponse response,
ResteasyProviderFactory factory) |
HttpServletResponseWrapper(HttpServletResponse response,
ResteasyProviderFactory factory) |
Servlet3AsyncHttpRequest(HttpServletRequest httpServletRequest,
HttpServletResponse response,
HttpResponse httpResponse,
HttpHeaders httpHeaders,
UriInfo uriInfo,
String s,
SynchronousDispatcher synchronousDispatcher) |
Modifier and Type | Method and Description |
---|---|
boolean |
NegotiationAuthenticator.authenticate(org.apache.catalina.connector.Request request,
HttpServletResponse response,
org.apache.catalina.deploy.LoginConfig config) |
Modifier and Type | Method and Description |
---|---|
HttpServletResponse |
ServletEndpointContextImpl.getHttpServletResponse() |
Modifier and Type | Method and Description |
---|---|
HttpServletResponse |
ServletRequestContext.getHttpServletResponse() |
Modifier and Type | Method and Description |
---|---|
void |
PortComponentLinkServlet.doGet(HttpServletRequest req,
HttpServletResponse res)
Get the serviceURL as string for a given serviceID.
|
Constructor and Description |
---|
ServletHeaderSource(HttpServletRequest req,
HttpServletResponse res) |
ServletRequestContext(ServletContext context,
HttpServletRequest request,
HttpServletResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
EndpointServlet.doDelete(HttpServletRequest request,
HttpServletResponse response,
ServletContext context) |
void |
EndpointServlet.doGet(HttpServletRequest request,
HttpServletResponse response,
ServletContext context) |
void |
EndpointServlet.doHead(HttpServletRequest request,
HttpServletResponse response,
ServletContext context) |
void |
EndpointServlet.doPost(HttpServletRequest request,
HttpServletResponse response,
ServletContext context) |
void |
EndpointServlet.doPut(HttpServletRequest request,
HttpServletResponse response,
ServletContext context) |
void |
RequestHandlerImpl.handleHttpRequest(org.jboss.wsf.spi.deployment.Endpoint endpoint,
HttpServletRequest req,
HttpServletResponse res,
ServletContext context) |
void |
AbstractEndpointServlet.service(HttpServletRequest req,
HttpServletResponse res)
Serves the requests
|
void |
EndpointServlet.service(HttpServletRequest request,
HttpServletResponse response,
ServletContext context) |
Modifier and Type | Method and Description |
---|---|
HttpServletResponse |
HttpServletResponseAdapter.getWrappedResponse()
Gets the adapted response.
|
Constructor and Description |
---|
HttpServletResponseAdapter(HttpServletResponse response,
boolean isSecure)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
HttpContext.handleSecurity(HttpServletRequest request,
HttpServletResponse response)
Handles security for the specified request.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
PicketLinkAuthenticator.authenticate(org.apache.catalina.connector.Request request,
HttpServletResponse response,
org.apache.catalina.deploy.LoginConfig config) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractSPFormAuthenticator.authenticate(org.apache.catalina.connector.Request request,
HttpServletResponse response,
org.apache.catalina.deploy.LoginConfig config)
Authenticate the request
|
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 |
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 |
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 © 2013 JBoss by Red Hat. All Rights Reserved.