Uses of Class
org.forgerock.openig.handler.router.RouterHandlerException
-
Packages that use RouterHandlerException Package Description org.forgerock.openig.handler.router Provides automated router capability that loads its configurations files (called routes) from a given directory. -
-
Uses of RouterHandlerException in org.forgerock.openig.handler.router
Methods in org.forgerock.openig.handler.router that throw RouterHandlerException Modifier and Type Method Description voidRouterHandler. deploy(String routeId, String routeName, JsonValue routeConfig)Deploy a route, meaning that it loads it but also stores it in a file.JsonValueRouterHandler. undeploy(String routeId)Undeploy a route, meaning that it unloads it but also deletes the associated file.voidRouterHandler. update(String routeId, String routeName, JsonValue routeConfig)Update a route.
-