Uses of Package
org.forgerock.config.resolvers
-
Packages that use org.forgerock.config.resolvers 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.secrets.propertyresolver Provides aSecretStore
implementation that loads secrets from a Common ConfigurationPropertyResolver
and then decodes it with aSecretPropertyFormat
. -
Classes in org.forgerock.config.resolvers used by org.forgerock.config.resolvers Class Description ChainedPropertyResolver Contains a chain ofPropertyResolver
s that should be used to get a token replacement property.PropertyResolver A property resolver attempt to get the value of a given config property.SubstitutionContext ASubstitutionContext
holds both runtime and config time values for the substitution process.SubstitutionException Exception thrown during substitution process.SubstitutionVisitor This visitor evaluatesTemplate
s with the help of aPropertyResolver
.SubstitutionVisitor.Builder Builder ofSubstitutionVisitor
. -
Classes in org.forgerock.config.resolvers used by org.forgerock.config.util Class Description SubstitutionContext ASubstitutionContext
holds both runtime and config time values for the substitution process.SubstitutionException Exception thrown during substitution process.SubstitutionService Substitute tokens in the source String with their resolved value. -
Classes in org.forgerock.config.resolvers used by org.forgerock.secrets.propertyresolver Class Description PropertyResolver A property resolver attempt to get the value of a given config property.