static FileSystemSecretStore.FileSystemSecretStoreBuilder |
FileSystemSecretStore.fileSystemSecretStoreBuilder(Path directory) |
Creates a new FileSystemSecretStore builder.
|
FileSystemSecretStore.FileSystemSecretStoreBuilder |
FileSystemSecretStore.FileSystemSecretStoreBuilder.withClock(Clock clock) |
Sets the clock to determine the expiry deadline.
|
FileSystemSecretStore.FileSystemSecretStoreBuilder |
FileSystemSecretStore.FileSystemSecretStoreBuilder.withDefaultSecretPropertyFormat(SecretPropertyFormat defaultFormat) |
|
FileSystemSecretStore.FileSystemSecretStoreBuilder |
FileSystemSecretStore.FileSystemSecretStoreBuilder.withDirectoryWatcher(DirectoryWatcher directoryWatcher) |
|
FileSystemSecretStore.FileSystemSecretStoreBuilder |
FileSystemSecretStore.FileSystemSecretStoreBuilder.withExpiryDuration(Duration expiryDuration) |
Sets the amount of time to allow secrets to be reused until they must be refreshed.
|
FileSystemSecretStore.FileSystemSecretStoreBuilder |
FileSystemSecretStore.FileSystemSecretStoreBuilder.withSecretMappings(Map<String,SecretPropertyFormat> secretMappings) |
Sets the secrets mapping which is allows specifying individual secret property formats for purposes.
|
FileSystemSecretStore.FileSystemSecretStoreBuilder |
FileSystemSecretStore.FileSystemSecretStoreBuilder.withSuffix(String suffix) |
Sets the file suffix to use when retrieving properties.
|