Uses of Interface
org.forgerock.json.resource.Request
Packages that use Request
Package
Description
Package contains audit events.
This package contains utility classes used in the audit service.
Classes and interfaces for core types including connections, request
handlers, resources, and their exceptions.
APIs for implementing REST to LDAP gateways.
-
Uses of Request in org.forgerock.audit.events
Methods in org.forgerock.audit.events with parameters of type RequestModifier and TypeMethodDescriptionfinal TAccessAuditEventBuilder.forHttpRequest(org.forgerock.services.context.Context context, Request request) Sets common fields from CREST contexts and request.final TAccessAuditEventBuilder.requestFromCrestRequest(Request request) Sets request detail fromRequest. -
Uses of Request in org.forgerock.audit.util
Methods in org.forgerock.audit.util with parameters of type RequestModifier and TypeMethodDescriptionstatic ResourceExceptionResourceExceptionsUtil.notSupported(Request request) Creates a NotSupportedException.static ResourceExceptionResourceExceptionsUtil.notSupportedOnCollection(Request request) Creates a NotSupportedException.static ResourceExceptionResourceExceptionsUtil.notSupportedOnInstance(Request request) Creates a NotSupportedException. -
Uses of Request in org.forgerock.json.resource
Subinterfaces of Request in org.forgerock.json.resourceModifier and TypeInterfaceDescriptioninterfaceAn implementation specific action, or operation, upon a JSON resource.interfaceA request to create a new JSON resource.interfaceA request to delete a JSON resource.interfaceA request to update a JSON resource by applying a set of changes to its existing content.interfaceA request to search for all JSON resources matching a user specified set of criteria.interfaceA request to read a single identified JSON resource.interfaceA request to update a JSON resource by replacing its existing content with new content.Methods in org.forgerock.json.resource that return RequestModifier and TypeMethodDescriptionAdds one or more fields which should be included with each JSON resource returned by this request.Request.addField(JsonPointer... fields) Adds one or more fields which should be included with each JSON resource returned by this request.static RequestRequests.copyOfApiRequest(Request request) Returns a copy of the provided api request.static RequestRequests.newApiRequest(ResourcePath path) Returns a new API request with the provided path.Request.setAdditionalParameter(String name, String value) Sets an additional parameter which should be used to control the behavior of this action request.Request.setPreferredLocales(PreferredLocales preferredLocales) Set the locale preference for the request.Request.setResourcePath(String path) Sets the non-nullpath of the JSON resource to which this request should be targeted.Request.setResourcePath(ResourcePath path) Sets the non-nullpath of the JSON resource to which this request should be targeted.Request.setResourceVersion(org.forgerock.http.routing.Version resourceVersion) Sets the requested API version of the resource.Methods in org.forgerock.json.resource that return types with arguments of type RequestModifier and TypeMethodDescriptionorg.forgerock.services.routing.RouteMatcher<Request>Router.addRoute(org.forgerock.http.routing.RoutingMode mode, Router.UriTemplate uriTemplate, RequestHandler handler) Adds a new route to this router for the provided request handler.org.forgerock.services.routing.RouteMatcher<Request>Router.addRoute(org.forgerock.http.routing.Version version, CollectionResourceProvider provider) Adds a new route to this router for the provided collection resource provider.org.forgerock.services.routing.RouteMatcher<Request>Router.addRoute(org.forgerock.http.routing.Version version, RequestHandler handler) Adds a new route to this router for the provided request handler.org.forgerock.services.routing.RouteMatcher<Request>Router.addRoute(org.forgerock.http.routing.Version version, SingletonResourceProvider provider) Adds a new route to this router for the provided singleton resource provider.org.forgerock.services.routing.RouteMatcher<Request>Router.addRoute(Router.UriTemplate uriTemplate, CollectionResourceProvider provider) Adds a new route to this router for the provided collection resource provider.org.forgerock.services.routing.RouteMatcher<Request>Router.addRoute(Router.UriTemplate uriTemplate, SingletonResourceProvider provider) Adds a new route to this router for the provided singleton resource provider.protected Pair<org.forgerock.services.routing.RouteMatcher<Request>,RequestHandler> Router.getSelfApiHandler()static org.forgerock.services.routing.RouteMatcher<Request>RouteMatchers.requestResourceApiVersionMatcher(org.forgerock.http.routing.Version version) Creates aRouteMatcherinstance that matches the request resource API version with the provided version.static org.forgerock.services.routing.RouteMatcher<Request>RouteMatchers.requestUriMatcher(org.forgerock.http.routing.RoutingMode mode, String template) Creates aRouteMatcherinstance that matchesRequests with the provided mode and template.protected org.forgerock.services.routing.RouteMatcher<Request>Router.uriMatcher(org.forgerock.http.routing.RoutingMode mode, String pattern) Methods in org.forgerock.json.resource with parameters of type RequestModifier and TypeMethodDescriptionstatic RequestRequests.copyOfApiRequest(Request request) Returns a copy of the provided api request.org.forgerock.api.models.ApiDescriptionAbstractConnectionWrapper.handleApiRequest(org.forgerock.services.context.Context context, Request request) org.forgerock.api.models.ApiDescriptionDescribedSyncRequestHandlerAdapter.handleApiRequest(org.forgerock.services.context.Context context, Request request) org.forgerock.api.models.ApiDescriptionFilterChain.handleApiRequest(org.forgerock.services.context.Context context, Request request) org.forgerock.api.models.ApiDescriptionRouter.handleApiRequest(org.forgerock.services.context.Context context, Request request) booleanReturnstrueif the conditional filter should be invoked, orfalseif processing should continue directly to the next filter in the filter chain.Optional<org.forgerock.http.routing.Version>ResourceApiVersionSpecificationFilter.ResourcePathAndVersionSpecification.matchVersion(Request request) Optional<org.forgerock.http.routing.Version>ResourceApiVersionSpecificationFilter.VersionSpecification.matchVersion(Request request) Test the request to try to find a match based on version configuration.Constructor parameters in org.forgerock.json.resource with type arguments of type RequestModifierConstructorDescriptionRouter(org.forgerock.services.routing.AbstractRouter<Router, Request, RequestHandler, org.forgerock.api.models.ApiDescription> router) Creates a new router containing the same routes and default route as the provided router. -
Uses of Request in org.forgerock.opendj.rest2ldap
Methods in org.forgerock.opendj.rest2ldap with parameters of type RequestModifier and TypeMethodDescriptionorg.forgerock.api.models.ApiDescriptionDescribableRequestHandler.handleApiRequest(org.forgerock.services.context.Context context, Request request)