public class RoutingContext extends AbstractContext
RequestContext
across Operations (required for subtree searches).Constructor and Description |
---|
RoutingContext(String backendId,
org.forgerock.services.context.Context parent)
Creates a new routing context.
|
Modifier and Type | Method and Description |
---|---|
String |
getBackendId()
Returns the id of the backend to use to process the request.
|
RequestContext |
getRequestContext()
Returns the request context associated to this context.
|
asContext, containsContext, containsContext, getContext, getContextName, getId, getParent, isRootContext, toJsonValue, toString
public RoutingContext(String backendId, org.forgerock.services.context.Context parent)
backendId
- The backendId to use.parent
- The parent context.public RequestContext getRequestContext()
public String getBackendId()
Copyright 2010-2020 ForgeRock AS.