Package org.forgerock.config.resolvers
package org.forgerock.config.resolvers
This package contains the common config property resolvers.
-
ClassDescriptionContains a chain of
PropertyResolver
s that should be used to get a token replacement property.A property accessor that allows access to environment variables.Deprecated.This class is currently only used in conjunction with the PropertyResolverSecretStore and this pairing is deprecated.A configuration property resolver that uses a JsonValue to resolve properties.Helper class for logging securely sensitive values.A property accessor for product paths.Given a file path this will load the properties within the file as aPropertyResolver
.A property resolver attempt to get the value of a given config property.A utility class that gives access to the default property resolvers for a product.ASubstitutionContext
holds both runtime and config time values for the substitution process.Exception thrown during substitution process.Substitute tokens in the source String with their resolved value.This visitor evaluatesTemplate
s with the help of aPropertyResolver
.Builder ofSubstitutionVisitor
.A SystemPropertyResolver resolves a config token using system properties.