Interface DbCredentials

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

    public interface DbCredentials
    extends Secret
    Database credentials.
    • Method Detail

      • username

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

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