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 a
SecretStore implementation that loads secrets from a Common Configuration
PropertyResolver and then decodes it with a
SecretPropertyFormat . |
Class and Description |
---|
ChainedPropertyResolver
Contains a chain of
PropertyResolver 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
A
SubstitutionContext holds both runtime and config time values for the substitution process. |
SubstitutionException
Exception thrown during substitution process.
|
Class and Description |
---|
SubstitutionContext
A
SubstitutionContext 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.
|
Class and Description |
---|
PropertyResolver
A property resolver attempt to get the value of a given config property.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.