RouteInstance |
RouteInstance.auditService(org.forgerock.openig.model.component.ComponentInstance auditService) |
Sets the component instance supporting the AuditService of this route.
|
RouteInstance |
RouteInstance.condition(Expression<Boolean> condition) |
Sets the condition expression that describes what requests are accepted by this route.
|
RouteInstance |
RouteImporter.doImport(JsonValue routeJson,
org.forgerock.openig.model.component.Model parent,
String routeId) |
Import the given routeJson into a fully loaded component instance model.
|
RouteInstance |
RouteInstance.handler(org.forgerock.openig.model.component.ComponentInstance handler) |
Sets the component instance supporting the main handler of this route.
|
RouteInstance |
RouteInstance.name(String name) |
Sets the name of this route.
|
RouteInstance |
RouteInstance.route(org.forgerock.openig.model.component.ComponentInstance route) |
Sets the component instance supporting this route.
|
RouteInstance |
RouteInstance.session(org.forgerock.openig.model.component.ComponentInstance session) |
Sets the component instance supporting the SessionManager of this route.
|