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) |
protected boolean |
NegotiationAuthenticator.handleBasic(org.apache.catalina.connector.Request request,
HttpServletResponse response,
org.apache.tomcat.util.buf.CharChunk charchunk) |
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 |
---|---|
void |
HTTPAuthenticationScheme.challengeClient(HttpServletRequest request,
HttpServletResponse response)
Challenges the client if no credentials were supplied or the credentials were not extracted in order to continue with the authentication.
|
void |
FormAuthenticationScheme.challengeClient(HttpServletRequest request,
HttpServletResponse response) |
void |
DigestAuthenticationScheme.challengeClient(HttpServletRequest request,
HttpServletResponse response) |
void |
ClientCertAuthenticationScheme.challengeClient(HttpServletRequest request,
HttpServletResponse response) |
void |
BasicAuthenticationScheme.challengeClient(HttpServletRequest request,
HttpServletResponse response) |
boolean |
HTTPAuthenticationScheme.postAuthentication(HttpServletRequest request,
HttpServletResponse response)
Performs any post-authentication logic regarding of the authentication result.
|
boolean |
FormAuthenticationScheme.postAuthentication(HttpServletRequest request,
HttpServletResponse response) |
boolean |
DigestAuthenticationScheme.postAuthentication(HttpServletRequest request,
HttpServletResponse response) |
boolean |
ClientCertAuthenticationScheme.postAuthentication(HttpServletRequest request,
HttpServletResponse response) |
boolean |
BasicAuthenticationScheme.postAuthentication(HttpServletRequest request,
HttpServletResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
HttpAuthenticationScheme.challengeClient(HttpServletRequest request,
HttpServletResponse response)
Challenges the client if no credentials were supplied or the credentials were not extracted in order to continue
with the authentication.
|
void |
HttpAuthenticationScheme.onPostAuthentication(HttpServletRequest request,
HttpServletResponse response)
Performs any post-authentication logic regarding of the authentication result.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PathAuthorizer.authorize(PathConfiguration pathConfiguration,
HttpServletRequest request,
HttpServletResponse response)
Performs an authorization check for a specific
PathConfiguration considering
an incoming HttpServletRequest . |
Modifier and Type | Method and Description |
---|---|
void |
X509AuthenticationScheme.challengeClient(HttpServletRequest request,
HttpServletResponse response) |
void |
TokenAuthenticationScheme.challengeClient(HttpServletRequest request,
HttpServletResponse response)
We use a 401 http status code to sinalize to clients that authentication is required.
|
void |
FormAuthenticationScheme.challengeClient(HttpServletRequest request,
HttpServletResponse response) |
void |
DigestAuthenticationScheme.challengeClient(HttpServletRequest request,
HttpServletResponse response) |
void |
BasicAuthenticationScheme.challengeClient(HttpServletRequest request,
HttpServletResponse response) |
protected String |
TokenAuthenticationScheme.issueToken(HttpServletRequest request,
HttpServletResponse response)
Issues a token for a previously authenticated
Account using the
configured Token.Provider . |
void |
X509AuthenticationScheme.onPostAuthentication(HttpServletRequest request,
HttpServletResponse response) |
void |
TokenAuthenticationScheme.onPostAuthentication(HttpServletRequest request,
HttpServletResponse response) |
void |
FormAuthenticationScheme.onPostAuthentication(HttpServletRequest request,
HttpServletResponse response) |
void |
DigestAuthenticationScheme.onPostAuthentication(HttpServletRequest request,
HttpServletResponse response) |
void |
BasicAuthenticationScheme.onPostAuthentication(HttpServletRequest request,
HttpServletResponse response) |
protected void |
TokenAuthenticationScheme.writeToken(String issuedToken,
HttpServletRequest request,
HttpServletResponse response)
Writes the
issuedToken to the HttpServletResponse . |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractPathAuthorizer.authorize(PathConfiguration pathConfiguration,
HttpServletRequest request,
HttpServletResponse response) |
protected boolean |
RolePathAuthorizer.doAuthorize(PathConfiguration pathConfiguration,
HttpServletRequest request,
HttpServletResponse response) |
boolean |
RealmPathAuthorizer.doAuthorize(PathConfiguration pathConfiguration,
HttpServletRequest request,
HttpServletResponse response) |
protected boolean |
GroupPathAuthorizer.doAuthorize(PathConfiguration pathConfiguration,
HttpServletRequest request,
HttpServletResponse response) |
protected boolean |
ExpressionPathAuthorizer.doAuthorize(PathConfiguration pathConfiguration,
HttpServletRequest request,
HttpServletResponse response) |
protected abstract boolean |
AbstractPathAuthorizer.doAuthorize(PathConfiguration pathConfiguration,
HttpServletRequest request,
HttpServletResponse response) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
PicketLinkAuthenticator.authenticate(org.apache.catalina.connector.Request request,
HttpServletResponse response,
org.apache.catalina.deploy.LoginConfig config) |
boolean |
GenericHeaderAuthenticator.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 | 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.handleSAML11(HttpServletRequest request,
HttpServletResponse response) |
protected void |
IDPFilter.processSAMLRequestMessage(HttpServletRequest request,
HttpServletResponse response) |
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) |
Modifier and Type | Method and Description |
---|---|
boolean |
OpenIDConsumerAuthenticator.authenticate(HttpServletRequest request,
HttpServletResponse response,
org.apache.catalina.deploy.LoginConfig loginConfig) |
boolean |
OpenIDConsumerAuthenticator.authenticate(org.apache.catalina.connector.Request request,
HttpServletResponse response,
org.apache.catalina.deploy.LoginConfig config)
Authenticate the request
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.