Package | Description |
---|---|
org.forgerock.json.resource |
Classes and interfaces for core types including connections, request
handlers, resources, and their exceptions.
|
org.forgerock.openig.tools |
Common tools used in policy service.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
NotSupportedFilter
A convenient implementation of a CREST
Filter that just returns a NotSupportedException for all the
methods implementations. |
Copyright 2011-2017 ForgeRock AS.