Interface SecretProvider


public interface SecretProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    Resolves and returns the secret value for the given key.
  • Method Details

    • resolveSecretValue

      String resolveSecretValue(String key)
      Resolves and returns the secret value for the given key.
      Returns:
      resolved secret value
      Throws:
      RuntimeException - if key cannot be resolved.