Package | Description |
---|---|
javax.servlet.http |
The javax.servlet.http package contains a number of classes and interfaces
that describe and define the contracts between a servlet class
running under the HTTP protocol and the runtime environment provided
for an instance of such a class by a conforming servlet container.
|
javax.servlet.jsp |
Classes and interfaces for the Core JSP 2.1 API.
|
org.h2.server.web | |
org.picketlink.identity.federation.bindings.tomcat | |
org.picketlink.identity.federation.bindings.tomcat.sp | |
org.picketlink.identity.federation.web.core | |
org.picketlink.identity.federation.web.filters | |
org.picketlink.identity.federation.web.process | |
org.picketlink.identity.federation.web.servlets | |
org.picketlink.identity.federation.web.servlets.saml | |
org.picketlink.identity.federation.web.util |
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 |
WebServlet.doGet(HttpServletRequest req,
HttpServletResponse resp) |
protected void |
WebServlet.doPost(HttpServletRequest req,
HttpServletResponse resp) |
Modifier and Type | Method and Description |
---|---|
boolean |
PicketLinkAuthenticator.authenticate(HttpServletRequest request,
HttpServletResponse response,
org.apache.catalina.deploy.LoginConfig loginConfig) |
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 © 2012 JBoss by Red Hat. All Rights Reserved.