All Known Subinterfaces:
CubbyholeSecrets, DbSecrets, Kv1Secrets, Kv2Secrets, PkiSecrets, TransitSecrets

public interface Secrets
All engines provide an implementation of this interface with specific methods for these engines.
See Also:
  • Method Details

    • list

      default List<String> list()
      List available secrets. This method will return an empty list if no data found.
      Returns:
      secrets available
    • list

      default List<String> list(String path)
      List available secrets on a path. To get root list, use empty string for path. This method will return an empty list if no data found.
      Parameters:
      path - path to find secrets in
      Returns:
      secrets available
    • list

      List available secrets.
      Parameters:
      request - request
      Returns:
      response