Package | Description |
---|---|
org.forgerock.services.routing |
This package provides a simple framework for implementing routers.
|
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.
|
boolean |
RouteMatch.isBetterMatchThan(RouteMatch result)
Determines whether this route match is better than the given rout match.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.