Package | Description |
---|---|
org.forgerock.config.resolvers |
This package contains the common config property resolvers.
|
org.forgerock.config.util |
Contains utility classes for commons config.
|
org.forgerock.openig.util |
Miscellaneous utility classes.
|
Modifier and Type | Method and Description |
---|---|
String |
SubstitutionService.substitute(String source)
Perform variable substitution on the
source String. |
String |
SubstitutionService.substitute(String source,
boolean escape)
Perform variable substitution on the
source String. |
String |
SubstitutionService.substitute(String source,
SubstitutionContext context)
Perform variable substitution on the
source String. |
Modifier and Type | Method and Description |
---|---|
JsonValue |
JsonValuePropertyEvaluator.evaluate(JsonValue object,
boolean escape)
Traverses a
JsonValue and does property substitution as well as any type coercion. |
JsonValue |
JsonValuePropertyEvaluator.evaluate(JsonValue object,
SubstitutionContext context)
Traverses a
JsonValue and does property substitution as well as any type coercion. |
Modifier and Type | Method and Description |
---|---|
static Function<JsonValue,JsonValue,SubstitutionException> |
JsonValues.tokenized(PropertyResolver propertyResolver)
Returns a function performing deep token substitution and object coercion ($ "functions").
|
Copyright 2011-2017 ForgeRock AS.