Modifier and Type | Method and Description |
---|---|
Request |
MessageInfoContext.getRequest()
Gets the request object from this
MessageContextInfo . |
Modifier and Type | Method and Description |
---|---|
void |
MessageInfoContext.setRequest(Request request)
Sets the request object for this
MessageContextInfo . |
Modifier and Type | Method and Description |
---|---|
Promise<Response,NeverThrowsException> |
AuthenticationFilter.filter(Context context,
Request request,
Handler next)
Authenticates incoming request messages and if successful calls the downstream filter or
handler and then secures the returned response.
|
Modifier and Type | Method and Description |
---|---|
Promise<Response,NeverThrowsException> |
ProtectedResource.handle(Context context,
Request request)
Sets a header, "RESOURCE_CALLED:true" on the response to signify that it has been called and write a JSON
string to the response containing the principal and context from the request attributes.
|
Modifier and Type | Method and Description |
---|---|
Promise<Response,NeverThrowsException> |
Filter.filter(Context context,
Request request,
Handler next)
Filters the request and/or response of an exchange.
|
Promise<Response,NeverThrowsException> |
Handler.handle(Context context,
Request request)
|
Promise<Response,NeverThrowsException> |
Client.send(Context context,
Request request)
Sends an HTTP request and returns a
Promise representing the
pending HTTP response. |
Promise<Response,NeverThrowsException> |
Client.send(Request request)
Sends an HTTP request and returns a
Promise representing the
pending HTTP response. |
Modifier and Type | Method and Description |
---|---|
protected org.apache.http.client.methods.HttpUriRequest |
AbstractHttpClient.createHttpUriRequest(Request request)
Creates a new
HttpUriRequest populated from the given request . |
Modifier and Type | Method and Description |
---|---|
Promise<Response,NeverThrowsException> |
AsyncHttpClient.sendAsync(Request request) |
Modifier and Type | Method and Description |
---|---|
Promise<Response,NeverThrowsException> |
DescribedOauth2Endpoint.handle(Context context,
Request request) |
io.swagger.models.Swagger |
DescribedOauth2Endpoint.handleApiRequest(Context context,
Request request) |
Modifier and Type | Method and Description |
---|---|
Promise<Response,NeverThrowsException> |
TransactionIdOutboundFilter.filter(Context context,
Request request,
Handler next) |
Promise<Response,NeverThrowsException> |
TransactionIdInboundFilter.filter(Context context,
Request request,
Handler next) |
Promise<Response,NeverThrowsException> |
OptionsFilter.filter(Context context,
Request request,
Handler next)
Handles all OPTION requests to CREST resources, all other request methods are handled by the
Handler . |
Modifier and Type | Method and Description |
---|---|
Promise<Response,NeverThrowsException> |
HttpClientHandler.handle(Context context,
Request request)
Sends an HTTP request to a remote server and returns a
Promise
representing the asynchronous response. |
Modifier and Type | Method and Description |
---|---|
static TransactionIdHeader |
TransactionIdHeader.valueOf(Request request)
Constructs a new header, initialized from the specified request.
|
static CookieHeader |
CookieHeader.valueOf(Request message)
Constructs a new header, initialized from the specified request message.
|
Modifier and Type | Method and Description |
---|---|
Promise<Response,NeverThrowsException> |
ResourceServerFilter.filter(Context context,
Request request,
Handler next) |
Set<String> |
ResourceAccess.getRequiredScopes(Context context,
Request request)
Returns the scopes required to access the resource.
|
Modifier and Type | Method and Description |
---|---|
Request |
Request.setEntity(Object o) |
Request |
Request.setMethod(String method)
Sets the method to be performed on the resource.
|
Request |
Request.setUri(String uri)
Sets the fully-qualified string URI of the resource being accessed.
|
Request |
Request.setUri(URI uri)
Sets the fully-qualified URI of the resource being accessed.
|
Request |
Request.setVersion(String version) |
Modifier and Type | Method and Description |
---|---|
void |
Form.appendRequestQuery(Request request)
Appends the form as additional query parameters on an existing request
URI.
|
Form |
Form.fromRequestEntity(Request request)
Parses the URL-encoded form entity of a request and stores them in this
object.
|
Form |
Form.fromRequestQuery(Request request)
Parses the query parameters of a request and stores them in this object.
|
void |
Form.toRequestEntity(Request request)
Populates a request with the necessary headers and entity for the form to
be submitted as a POST with application/x-www-form-urlencoded content
type.
|
void |
Form.toRequestQuery(Request request)
Sets a request URI with query parameters.
|
Constructor and Description |
---|
Request(Request request)
Creates a defensive copy of the given
request message. |
RequestCookies(Request request)
Constructs a new request cookies object that reads cookies from the
specified request.
|
Modifier and Type | Method and Description |
---|---|
static RouteMatcher<Request> |
RouteMatchers.requestResourceApiVersionMatcher(Version version)
Creates a
RouteMatcher instance that matches the request
resource API version with the provided version. |
static RouteMatcher<Request> |
RouteMatchers.requestUriMatcher(RoutingMode mode,
String template)
Creates a
RouteMatcher instance that matches Request s
with the provided mode and template. |
protected RouteMatcher<Request> |
Router.uriMatcher(RoutingMode mode,
String pattern) |
Modifier and Type | Method and Description |
---|---|
Promise<Response,NeverThrowsException> |
ResourceApiVersionRoutingFilter.filter(Context context,
Request request,
Handler next) |
Promise<Response,NeverThrowsException> |
Router.handle(Context context,
Request request) |
Modifier and Type | Method and Description |
---|---|
Request |
HttpFrameworkServlet.createRequest(javax.servlet.http.HttpServletRequest req) |
Modifier and Type | Method and Description |
---|---|
UriRouterContext |
HttpFrameworkServlet.createRouterContext(Context parent,
javax.servlet.http.HttpServletRequest req,
Request request) |
Modifier and Type | Method and Description |
---|---|
Session |
SessionManager.load(Request request)
Loads a new Session for the given
Request . |
Modifier and Type | Method and Description |
---|---|
Promise<Response,NeverThrowsException> |
HttpClient.sendAsync(Request request)
|
Modifier and Type | Method and Description |
---|---|
Promise<Response,NeverThrowsException> |
OpenApiRequestFilter.filter(Context context,
Request request,
Handler next) |
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.databind.ObjectWriter |
Json.makeLocalizingObjectWriter(com.fasterxml.jackson.databind.ObjectMapper mapper,
Request request)
Make an object writer that contains the locales from the request for serialization of
LocalizableString
instances. |
Modifier and Type | Method and Description |
---|---|
String |
WDSSO.process(Map<String,String> options,
Context context,
Request request)
Process the login attempt.
|
Modifier and Type | Method and Description |
---|---|
SecurityContext |
SecurityContextFactory.createContext(Context context,
Request request)
Deprecated.
Creates a new
SecurityContext using the attributes contained in
the provided HTTP request. |
Context |
HttpContextFactory.createContext(Context parent,
Request request)
Returns the context which should be used for the provided HTTP request.
|
static RequestType |
HttpUtils.determineRequestType(Request request)
Determines which CREST operation (CRUDPAQ) of the incoming request.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.