Package | Description |
---|---|
org.forgerock.openig.handler.router |
Provides automated router capability that loads its configurations files (called routes) from a given directory.
|
Modifier and Type | Method and 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.
|
Copyright 2011-2015 ForgeRock AS.