Package | Description |
---|---|
org.forgerock.http.routing |
Provides routing functionality for HTTP requests.
|
org.forgerock.json.resource |
Classes and interfaces for core types including connections, request
handlers, resources, and their exceptions.
|
Modifier and Type | Method and Description |
---|---|
static ResourceApiVersionBehaviourManager |
RouteMatchers.newResourceApiVersionBehaviourManager()
Creates a new
ResourceApiVersionBehaviourManager 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 Type | Method and Description |
---|---|
static Filter |
RouteMatchers.resourceApiVersionContextFilter(ResourceApiVersionBehaviourManager behaviourManager)
Creates a
Filter which MUST be placed, in the route, before any
API Version routing takes place. |
Constructor and Description |
---|
ResourceApiVersionRoutingFilter(ResourceApiVersionBehaviourManager behaviourManager)
Constructs a new
ResourceApiVersionRoutingFilter instance. |
Modifier and Type | Method and Description |
---|---|
static ResourceApiVersionBehaviourManager |
RouteMatchers.newResourceApiVersionBehaviourManager()
Creates a new
ResourceApiVersionBehaviourManager 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 Type | Method and Description |
---|---|
static Filter |
RouteMatchers.resourceApiVersionContextFilter(ResourceApiVersionBehaviourManager behaviourManager)
Creates a
Filter which MUST be placed, in the route, before any
API Version routing takes place. |
Copyright © 2010-2018, ForgeRock All Rights Reserved.