Package | Description |
---|---|
org.forgerock.services.routing | |
org.forgerock.util |
Modifier and Type | Method and Description |
---|---|
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.
|
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 © 2025 Open Identity Platform Community. All rights reserved.