Package | Description |
---|---|
org.forgerock.http.routing |
Provides routing functionality for HTTP requests.
|
org.forgerock.json.jose.jwk.store |
This package contains classes to manage a JWKs URI.
|
org.forgerock.json.resource |
Classes and interfaces for core types including connections, request
handlers, resources, and their exceptions.
|
org.forgerock.services.routing |
This package provides a simple framework for implementing routers.
|
org.forgerock.util |
Provides common interfaces and classes.
|
Modifier and Type | Method and Description |
---|---|
protected Pair<RouteMatcher<Request>,Handler> |
Router.getSelfApiHandler() |
Modifier and Type | Method and Description |
---|---|
Pair<JWKSet,Instant> |
JwksStore.getLastLoadedJwkSet()
Returns the last successfully loaded JWK Set together with the time at which it was last fetched.
|
Modifier and Type | Method and Description |
---|---|
protected Pair<RouteMatcher<Request>,RequestHandler> |
Router.getSelfApiHandler() |
Modifier and Type | Method and Description |
---|---|
protected Pair<Context,H> |
AbstractRouter.getBestApiRoute(Context context,
R request)
Get the best route for an API request.
|
protected Pair<Context,H> |
AbstractRouter.getBestRoute(Context context,
R request)
Finds the best route that matches the given request based on the route
matchers of the registered routes.
|
protected abstract Pair<RouteMatcher<R>,H> |
AbstractRouter.getSelfApiHandler()
Return a
Describable handler that returns this AbstractRouter 's internal api description from the
Describable.handleApiRequest(Context, Object) method. |
Modifier and Type | Field and Description |
---|---|
static Pair<?,?> |
Pair.EMPTY
An empty Pair.
|
Modifier and Type | Method and Description |
---|---|
static <F,S> Pair<F,S> |
Pair.empty()
Returns an empty Pair matching the required types.
|
static <F,S> Pair<F,S> |
Pair.of(F first,
S second)
Creates a new
Pair . |
Modifier and Type | Method and Description |
---|---|
static <F extends Comparable<F>,S extends Comparable<S>> |
Pair.getPairComparator()
Returns a comparator for Pairs of comparable objects.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.