Package | Description |
---|---|
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 Filter |
Filters.conditionalFilter(FilterCondition condition,
Filter subFilter)
Returns a
Filter which will only invoke subFilter when
the provided filter condition matches the request being processed. |
static Filter |
RouteMatchers.resourceApiVersionContextFilter(ResourceApiVersionBehaviourManager behaviourManager)
Creates a
Filter which MUST be placed, in the route, before any
API Version routing takes place. |
Modifier and Type | Method and Description |
---|---|
List<Filter> |
FilterChain.getFilters()
Returns a modifiable list containing the list of filters in this filter
chain.
|
Modifier and Type | Method and Description |
---|---|
static Filter |
Filters.conditionalFilter(FilterCondition condition,
Filter subFilter)
Returns a
Filter which will only invoke subFilter when
the provided filter condition matches the request being processed. |
Constructor and Description |
---|
FilterChain(RequestHandler target,
Filter... filters)
Creates a filter chain containing the provided list of filters.
|
Constructor and Description |
---|
FilterChain(RequestHandler target,
Collection<Filter> filters)
Creates a filter chain containing the provided list of filters.
|
Copyright 2011-2015 ForgeRock AS.