All Superinterfaces:
Secret
All Known Implementing Classes:
DbGet.Response

public interface DbCredentials extends Secret
Database credentials.
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    Password of the database user.
    default String
    Name of the database user to use.

    Methods inherited from interface io.helidon.integrations.vault.Secret

    path, value, values
  • Method Details

    • username

      default String username()
      Name of the database user to use.
      Returns:
      username
    • password

      default String password()
      Password of the database user.
      Returns:
      password