Uses of Class
org.forgerock.secrets.propertyresolver.FileSystemSecretStore.FileSystemSecretStoreBuilder
Packages that use FileSystemSecretStore.FileSystemSecretStoreBuilder
Package
Description
Provides a
SecretStore implementation that loads secrets from a Common Configuration
PropertyResolver and then decodes it with a
SecretPropertyFormat.-
Uses of FileSystemSecretStore.FileSystemSecretStoreBuilder in org.forgerock.secrets.propertyresolver
Methods in org.forgerock.secrets.propertyresolver that return FileSystemSecretStore.FileSystemSecretStoreBuilderModifier and TypeMethodDescriptionFileSystemSecretStore.fileSystemSecretStoreBuilder(Path directory) Creates a new FileSystemSecretStore builder.Sets the clock to determine the expiry deadline.FileSystemSecretStore.FileSystemSecretStoreBuilder.withDefaultSecretPropertyFormat(SecretPropertyFormat defaultFormat) Sets the defaultSecretPropertyFormatfor the secret store.FileSystemSecretStore.FileSystemSecretStoreBuilder.withDirectoryWatcher(DirectoryWatcher directoryWatcher) Sets theDirectoryWatcherused by the secret store.FileSystemSecretStore.FileSystemSecretStoreBuilder.withExpiryDuration(Duration expiryDuration) Sets the amount of time to allow secrets to be reused until they must be refreshed.FileSystemSecretStore.FileSystemSecretStoreBuilder.withSecretMappings(Map<String, SecretPropertyFormat> secretMappings) Sets the secrets mapping which is allows specifying individual secret property formats for purposes.FileSystemSecretStore.FileSystemSecretStoreBuilder.withStableIdResolver(StableIdResolver stableIdResolver) Sets the stableIdResolver to determine the stable id for secret.FileSystemSecretStore.FileSystemSecretStoreBuilder.withSuffix(String suffix) Sets the file suffix to use when retrieving secrets.