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 void
RouterHandler. deploy(String routeId, String routeName, JsonValue routeConfig)
Deploy a route, meaning that it loads it but also stores it in a file.JsonValue
RouterHandler. undeploy(String routeId)
Undeploy a route, meaning that it unloads it but also deletes the associated file.void
RouterHandler. update(String routeId, String routeName, JsonValue routeConfig)
Update a route.
-