Class FileSystemSecretStore

    • Method Detail

      • fileSystemSecretStoreBuilder

        public static FileSystemSecretStore.FileSystemSecretStoreBuilder fileSystemSecretStoreBuilder​(Path directory)
        Creates a new FileSystemSecretStore builder.
        Parameters:
        directory - the directory to retrieve file-based properties from
        Returns:
        a new builder
      • close

        public void close()
        Closes the underlying FlatFileResolver.
        Specified by:
        close in interface AutoCloseable
        Specified by:
        close in interface Closeable