Interface SecretStore


  • public interface SecretStore
    Author:
    mortent
    • Method Detail

      • getSecret

        String getSecret​(String key)
        Returns the secret for this key
      • getSecret

        String getSecret​(String key,
                         int version)
        Returns the secret for this key and version
      • listSecretVersions

        default List<Integer> listSecretVersions​(String key)
        Lists the existing versions of this secret (nonnegative integers)