Uses of Class
org.forgerock.util.DirectoryWatcher
Package
Description
This package contains the common config property resolvers.
Provides a
SecretStore
implementation that loads secrets from a Common Configuration
PropertyResolver
and then decodes it with a
SecretPropertyFormat
.-
Uses of DirectoryWatcher in org.forgerock.config.resolvers
ModifierConstructorDescriptionFlatFileResolver
(Path rootDirectory, String suffix, DirectoryWatcher directoryWatcher) Deprecated.Initializes the resolver with the given root directory. -
Uses of DirectoryWatcher in org.forgerock.secrets.propertyresolver
Modifier and TypeMethodDescriptionFileSystemSecretStore.FileSystemSecretStoreBuilder.withDirectoryWatcher
(DirectoryWatcher directoryWatcher) Sets theDirectoryWatcher
used by the secret store.