Package | Description |
---|---|
org.forgerock.http.example | |
org.forgerock.http.handler | |
org.forgerock.http.routing | |
org.forgerock.http.servlet |
Modifier and Type | Class and Description |
---|---|
class |
DescribedOauth2Endpoint
A described CHF Handler that implements a crude OAuth 2.0 AS.
|
Modifier and Type | Method and Description |
---|---|
static DescribableHandler |
Handlers.asDescribableHandler(Handler handler)
Adapts a
Handler to a DescribableHandler without adding support for API Descriptions if it is
not already implemented. |
static DescribableHandler |
Handlers.chainOf(Handler handler,
Filter... filters)
Creates a
Handler which wraps the provided filters
around the provided target handler. |
static DescribableHandler |
Handlers.chainOf(Handler handler,
List<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 | Class and Description |
---|---|
class |
Router
A router which routes requests based on route matchers.
|
Modifier and Type | Field and Description |
---|---|
DescribableHandler |
HttpFrameworkServlet.handler |
Modifier and Type | Method and Description |
---|---|
static DescribableHandler |
HttpFrameworkServlet.getRootHandler() |
Copyright © 2025 Open Identity Platform Community. All rights reserved.