Uses of Class
org.forgerock.http.protocol.Response
Packages that use 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
Methods in org.forgerock.audit.handlers.elasticsearch with parameters of type ResponseModifier 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
Methods in org.forgerock.http that return types with arguments of type ResponseModifier 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
Methods in org.forgerock.http.filter that return types with arguments of type ResponseModifier 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
Methods in org.forgerock.http.filter.cors that return ResponseModifier and TypeMethodDescriptionCorsPolicy.handlePreflight
(Request request, String origin) Produces the response for a CORS preflight request.Methods in org.forgerock.http.filter.cors that return types with arguments of type ResponseModifier and TypeMethodDescriptionMethods in org.forgerock.http.filter.cors with parameters of type ResponseModifier and TypeMethodDescriptionvoid
CorsPolicy.handleActual
(Response response, String origin) Handles the response of an actual CORS request. -
Uses of Response in org.forgerock.http.handler
Methods in org.forgerock.http.handler that return types with arguments of type Response -
Uses of Response in org.forgerock.http.header
Methods in org.forgerock.http.header with parameters of type ResponseModifier 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
Methods in org.forgerock.http.oauth2 that return types with arguments of type ResponseModifier and TypeMethodDescriptionDeprecated. -
Uses of Response in org.forgerock.http.protocol
Methods in org.forgerock.http.protocol that return ResponseModifier 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) Methods in org.forgerock.http.protocol that return types with arguments of type ResponseModifier 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.Methods in org.forgerock.http.protocol with parameters of type ResponseModifier and TypeMethodDescriptionstatic Promise<Response,
NeverThrowsException> Response.newResponsePromise
(Response response) Returns aPromise
representing theResponse
for an asynchronousRequest
which has already completed.Constructors in org.forgerock.http.protocol with parameters of type ResponseModifierConstructorDescriptionCreates 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
Methods in org.forgerock.http.routing that return types with arguments of type Response -
Uses of Response in org.forgerock.http.session
Methods in org.forgerock.http.session with parameters of type Response -
Uses of Response in org.forgerock.http.spi
Methods in org.forgerock.http.spi that return types with arguments of type Response -
Uses of Response in org.forgerock.http.swagger
Methods in org.forgerock.http.swagger that return types with arguments of type Response -
Uses of Response in org.forgerock.openig.assertion.handler
Methods in org.forgerock.openig.assertion.handler that return types with arguments of type Response -
Uses of Response in org.forgerock.openig.el
Methods in org.forgerock.openig.el with parameters of type Response -
Uses of Response in org.forgerock.openig.filter
Methods in org.forgerock.openig.filter that return types with arguments of type ResponseModifier and TypeMethodDescription -
Uses of Response in org.forgerock.openig.filter.allow
Methods in org.forgerock.openig.filter.allow that return types with arguments of type Response -
Uses of Response in org.forgerock.openig.filter.circuitbreaker
Methods in org.forgerock.openig.filter.circuitbreaker that return types with arguments of type Response -
Uses of Response in org.forgerock.openig.filter.finance
Methods in org.forgerock.openig.filter.finance that return types with arguments of type Response -
Uses of Response in org.forgerock.openig.filter.jwt
Methods in org.forgerock.openig.filter.jwt that return types with arguments of type Response -
Uses of Response in org.forgerock.openig.filter.oauth2
Methods in org.forgerock.openig.filter.oauth2 that return types with arguments of type Response -
Uses of Response in org.forgerock.openig.filter.oauth2.client
Methods in org.forgerock.openig.filter.oauth2.client that return types with arguments of type ResponseModifier and TypeMethodDescriptionMethods in org.forgerock.openig.filter.oauth2.client with parameters of type ResponseModifier and TypeMethodDescriptionConstructs a new header, initialized from the specified message. -
Uses of Response in org.forgerock.openig.filter.oauth2.cnf
Methods in org.forgerock.openig.filter.oauth2.cnf that return types with arguments of type Response -
Uses of Response in org.forgerock.openig.filter.throttling
Methods in org.forgerock.openig.filter.throttling that return types with arguments of type Response -
Uses of Response in org.forgerock.openig.handler
Methods in org.forgerock.openig.handler that return types with arguments of type ResponseModifier and TypeMethodDescription -
Uses of Response in org.forgerock.openig.handler.assertion
Methods in org.forgerock.openig.handler.assertion that return types with arguments of type Response -
Uses of Response in org.forgerock.openig.handler.resources
Methods in org.forgerock.openig.handler.resources that return types with arguments of type Response -
Uses of Response in org.forgerock.openig.handler.router
Methods in org.forgerock.openig.handler.router that return types with arguments of type Response -
Uses of Response in org.forgerock.openig.handler.saml
Methods in org.forgerock.openig.handler.saml that return types with arguments of type ResponseModifier 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
Methods in org.forgerock.openig.openam that return types with arguments of type ResponseModifier 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
Methods in org.forgerock.openig.openam.session that return types with arguments of type Response -
Uses of Response in org.forgerock.openig.ping.sideband
Methods in org.forgerock.openig.ping.sideband that return types with arguments of type Response -
Uses of Response in org.forgerock.openig.session.cookie
Methods in org.forgerock.openig.session.cookie with parameters of type Response -
Uses of Response in org.forgerock.openig.sql
Methods in org.forgerock.openig.sql that return types with arguments of type Response -
Uses of Response in org.forgerock.openig.tools
Methods in org.forgerock.openig.tools that return types with arguments of type ResponseModifier and TypeMethodDescription -
Uses of Response in org.forgerock.openig.uma
Methods in org.forgerock.openig.uma that return types with arguments of type Response