Package | Description |
---|---|
org.forgerock.json.resource |
Classes and interfaces for core types including connections, request
handlers, resources, and their exceptions.
|
org.forgerock.openam.rest.resource |
This package contains classes for the handling of REST request to CREST Resource endpoints with the concept of realms
in OpenAM built in.
|
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 |
RestrictedTokenContextFilter
A filter that can be applied to a CREST route in order to enter the restricted token context for a request if
it contains a requester token as well as subject token.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.