Package | Description |
---|---|
org.forgerock.caf.authentication.framework | |
org.forgerock.http.filter | |
org.forgerock.http.handler | |
org.forgerock.http.oauth2 | |
org.forgerock.http.routing | |
org.forgerock.http.swagger |
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationFilter
A HTTP
Filter that will protect all downstream filters or handlers. |
Modifier and Type | Class and Description |
---|---|
class |
OptionsFilter
Filter which handles OPTION HTTP requests to CREST resources. |
class |
TransactionIdInboundFilter
This filter is responsible to create the
TransactionIdContext in the context's chain. |
class |
TransactionIdOutboundFilter
This filter aims to create a sub-transaction's id and inserts that value as a header of the request.
|
Modifier and Type | Method and Description |
---|---|
static Filter |
Filters.chainOf(Filter... filters)
Creates a
Filter which encapsulates the provided filters
into a single Filter . |
static Filter |
Filters.chainOf(List<Filter> filters)
Creates a
Filter which encapsulates the provided filters
into a single Filter . |
static Filter |
Filters.newOptionsFilter(String... allowedMethods)
Creates a
Filter which handles HTTP OPTIONS method requests. |
static Filter |
Filters.newSessionFilter(SessionManager sessionManager)
Creates a session
Filter that will use the provided
SessionManager to manage the users session. |
Modifier and Type | Method and Description |
---|---|
static Filter |
Filters.chainOf(Filter... filters)
Creates a
Filter which encapsulates the provided filters
into a single Filter . |
Modifier and Type | Method and Description |
---|---|
static Filter |
Filters.chainOf(List<Filter> filters)
Creates a
Filter which encapsulates the provided filters
into a single Filter . |
Modifier and Type | Method and Description |
---|---|
static DescribableHandler |
Handlers.chainOf(Handler handler,
Filter... filters)
Creates a
Handler which wraps the provided filters
around the provided target handler. |
static DescribableHandler |
Handlers.filtered(Handler handler,
Filter filter)
Creates a "filtered handler" instance.
|
Modifier and Type | Method and Description |
---|---|
static DescribableHandler |
Handlers.chainOf(Handler handler,
List<Filter> filters)
Creates a
Handler which wraps the provided filters
around the provided target handler. |
Modifier and Type | Class and Description |
---|---|
class |
ResourceServerFilter
Validates a
Request that contains an OAuth 2.0 access token. |
Modifier and Type | Class and Description |
---|---|
class |
ResourceApiVersionRoutingFilter
API Version routing filter which creates a
ApiVersionRouterContext
which contains the default routing behaviour when the
Accept-API-Version header is set 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. |
Modifier and Type | Class and Description |
---|---|
class |
OpenApiRequestFilter
This filter looks for the query parameter {code _api} : if present then it returns the API description of the
downstream handlers, otherwise the request is processed as expected.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.