Uses of Interface
org.forgerock.http.routing.ResourceApiVersionBehaviourManager
Package
Description
Provides routing functionality for HTTP requests.
Classes and interfaces for core types including connections, request
handlers, resources, and their exceptions.
-
Uses of ResourceApiVersionBehaviourManager in org.forgerock.http.routing
Modifier and TypeMethodDescriptionRouteMatchers.newResourceApiVersionBehaviourManager()
Creates a newResourceApiVersionBehaviourManager
which is responsibly for managing whether warning headers are returned and the default version behaviour when the Accept-API-Version header is not present on the request.Modifier and TypeMethodDescriptionstatic Filter
RouteMatchers.resourceApiVersionContextFilter
(ResourceApiVersionBehaviourManager behaviourManager) Creates aFilter
which MUST be placed, in the route, before any API Version routing takes place.ModifierConstructorDescriptionResourceApiVersionRoutingFilter
(ResourceApiVersionBehaviourManager behaviourManager) Constructs a newResourceApiVersionRoutingFilter
instance. -
Uses of ResourceApiVersionBehaviourManager in org.forgerock.json.resource
Modifier and TypeMethodDescriptionRouteMatchers.newResourceApiVersionBehaviourManager()
Creates a newResourceApiVersionBehaviourManager
which is responsibly for managing whether warning headers are returned and the default version behaviour when the Accept-API-Version header is not present on the request.Modifier and TypeMethodDescriptionstatic Filter
RouteMatchers.resourceApiVersionContextFilter
(ResourceApiVersionBehaviourManager behaviourManager) Creates aFilter
which MUST be placed, in the route, before any API Version routing takes place.