Uses of Class
org.forgerock.http.protocol.Response
Package
Description
This package contains the Elasticsearch
AuditEventHandler
implementation.Models and manages elements of the Hypertext Transfer Protocol.
Core
Filter
implementations.Support for CORS.
Core
Handler
implementations.Processes HTTP message header fields.
This package provides APIs for OAuth 2.0 services implementations.
Models and manages elements of the Hypertext Transfer Protocol.
Provides routing functionality for HTTP requests.
Provides interfaces for managing and interacting with HTTP Sessions.
HTTP service provider API.
Classes to support OpenAPI API Descriptions using Swagger.
Identity Assertion handler.
Integrates with the Java Enterprise Edition Unified Expression Language API.
Filters the requests and/or responses of HTTP.
Filters the HTTP request using a declarative configuration model based on a chain of predicates to validate.
This package contains the components used to implement circuit breaking.
Support for financial APIs (Open Banking, PSD2, Berlin Group, ...).
This package contains the components used to implement some JWT related filter.
This package contains the OAuth2 Token validation filter that acts as an OAuth 2 Resource Server.
OAuth 2.0 Client filter implementation.
JWT confirmation key support for access tokens.
This package contains the components used to implement a throttling rate support.
Handles HTTP requests by generating responses.
Handles the tech preview identity assertion processing.
Contains components and APIs used to serve static resources.
Provides automated router capability that loads its configurations files (called routes) from a given directory.
Identity Gateway SAML support.
Integration classes specifically for ForgeRock Access Management.
AM Session idle timeout tracking.
Contains every classes related to Ping's sideband API.
Manage the Identity Gateway session using an HTTP Cookie.
Provides SQL and JDBC support.
Common tools used in policy service.
This package contains the UMA (User Managed Access) components used to support the Uma Resource Server role.
-
Uses of Response in org.forgerock.audit.handlers.elasticsearch
Modifier and TypeMethodDescriptionprotected static ResourceException
ElasticsearchAuditEventHandler.resourceException
(String indexName, String topic, String resourceId, Response response) Gets anException
Promise
containing an Elasticsearch HTTP response status and payload. -
Uses of Response in org.forgerock.http
Modifier and TypeMethodDescriptionFilters the request and/or response of an exchange.Sends an HTTP request and returns aPromise
representing the pending HTTP response.Sends an HTTP request and returns aPromise
representing the pending HTTP response.Client.sendWithoutClose
(Request request) Sends an HTTP request and returns aPromise
representing the pending HTTP response.Client.sendWithoutClose
(Context context, Request request) Sends an HTTP request and returns aPromise
representing the pending HTTP response. -
Uses of Response in org.forgerock.http.filter
Modifier and TypeMethodDescriptionHandles all OPTION requests to CREST resources, all other request methods are handled by theHandler
. -
Uses of Response in org.forgerock.http.filter.cors
Modifier and TypeMethodDescriptionCorsPolicy.handlePreflight
(Request request, String origin) Produces the response for a CORS preflight request.Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionvoid
CorsPolicy.handleActual
(Response response, String origin) Handles the response of an actual CORS request. -
Uses of Response in org.forgerock.http.handler
-
Uses of Response in org.forgerock.http.header
Modifier and TypeMethodDescriptionstatic SetCookie2Header
Deprecated, for removal: This API element is subject to removal in a future version.Constructs a new header, initialized from the specified response message.static SetCookieHeader
Constructs a new header, initialized from the specified response message.static WwwAuthenticateHeader
Obtain aWwwAuthenticateHeader
representation of the headers in the given response. -
Uses of Response in org.forgerock.http.oauth2
Modifier and TypeMethodDescriptionDeprecated. -
Uses of Response in org.forgerock.http.protocol
Modifier and TypeMethodDescriptionResponse.addTrailers
(Header... trailers) Add one or more trailers, aka trailing headers, to the response.ResponseException.getResponse()
Returns the response associated to this exception.static Response
Responses.newForbidden()
Generates an empty Forbidden response (403).static Response
Responses.newInternalServerError()
Generates an empty Internal Server Error response (500).static Response
Responses.newInternalServerError
(Exception exception) Generates an Internal Server Error response (500) containing the cause of the error response.static Response
Responses.newNotFound()
Generates an empty Not Found response (404).Response.putTrailers
(Header... trailers) Put one or more trailers, aka trailing headers, to the response.Link a 'caused by' exception to this response.Sets the response status code.Response.setStreamingContent
(boolean streamingContent) Set that the response's content has to be considered as a streaming and thus some special treatments may apply on it.Response.setVersion
(String version) Modifier and TypeMethodDescriptionstatic <E extends Exception>
AsyncFunction<E,Response, NeverThrowsException> Responses.internalServerError()
Utility method returning an async function that creates aResponse
with statusStatus.INTERNAL_SERVER_ERROR
and the exception set as the cause.static Promise<Response,
NeverThrowsException> Response.newResponsePromise
(Response response) Returns aPromise
representing theResponse
for an asynchronousRequest
which has already completed.static PromiseImpl<Response,
NeverThrowsException> Response.newResponsePromiseImpl()
static <E extends Exception>
Function<E,Response, NeverThrowsException> Responses.onExceptionInternalServerError()
Utility function that returns aResponse
whose status isStatus.INTERNAL_SERVER_ERROR
and the exception attached to the response as the cause.Modifier and TypeMethodDescriptionstatic Promise<Response,
NeverThrowsException> Response.newResponsePromise
(Response response) Returns aPromise
representing theResponse
for an asynchronousRequest
which has already completed.ModifierConstructorDescriptionCreates a defensive copy of the givenresponse
message.ResponseException
(Response response) Constructs a ResponseException using the givenresponse
.ResponseException
(Response response, String message, Throwable cause) Constructs a ResponseException using the givenresponse
,message
and parentcause
. -
Uses of Response in org.forgerock.http.routing
-
Uses of Response in org.forgerock.http.session
-
Uses of Response in org.forgerock.http.spi
-
Uses of Response in org.forgerock.http.swagger
-
Uses of Response in org.forgerock.openig.assertion.handler
-
Uses of Response in org.forgerock.openig.el
-
Uses of Response in org.forgerock.openig.filter
Modifier and TypeMethodDescription -
Uses of Response in org.forgerock.openig.filter.allow
-
Uses of Response in org.forgerock.openig.filter.circuitbreaker
-
Uses of Response in org.forgerock.openig.filter.finance
-
Uses of Response in org.forgerock.openig.filter.jwt
-
Uses of Response in org.forgerock.openig.filter.oauth2
-
Uses of Response in org.forgerock.openig.filter.oauth2.client
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionConstructs a new header, initialized from the specified message. -
Uses of Response in org.forgerock.openig.filter.oauth2.cnf
-
Uses of Response in org.forgerock.openig.filter.throttling
-
Uses of Response in org.forgerock.openig.handler
Modifier and TypeMethodDescription -
Uses of Response in org.forgerock.openig.handler.assertion
-
Uses of Response in org.forgerock.openig.handler.resources
-
Uses of Response in org.forgerock.openig.handler.router
-
Uses of Response in org.forgerock.openig.handler.saml
Modifier and TypeMethodDescriptionprotected Promise<Response,
NeverThrowsException> AbstractSamlFederationHeaplet.defaultFailureHandler
(Context context, Request request) The default failure handler to use should none be provided in the configuration. -
Uses of Response in org.forgerock.openig.openam
Modifier and TypeMethodDescriptionAbstractConditionAdviceFilter.customAdvicesResponse
(Context context, Request request, List<org.forgerock.openig.openam.AbstractConditionAdviceFilter.Advice> advices) Provide extenders a change to provide a custom advices response.protected abstract Promise<Response,
NeverThrowsException> AbstractConditionAdviceFilter.doRedirect
(Context context, Request request, Handler next, List<org.forgerock.openig.openam.AbstractConditionAdviceFilter.Advice> advices, URI originalUri) Handle redirect to theinstance
to verify the required advices.protected Promise<Response,
NeverThrowsException> CdSsoConditionAdviceFilter.doRedirect
(Context context, Request request, Handler next, List<org.forgerock.openig.openam.AbstractConditionAdviceFilter.Advice> advices, URI originalUri) -
Uses of Response in org.forgerock.openig.openam.session
-
Uses of Response in org.forgerock.openig.ping.sideband
-
Uses of Response in org.forgerock.openig.session.cookie
-
Uses of Response in org.forgerock.openig.sql
-
Uses of Response in org.forgerock.openig.tools
Modifier and TypeMethodDescription -
Uses of Response in org.forgerock.openig.uma