Interface DbCredentials
-
- All Superinterfaces:
Secret
- All Known Implementing Classes:
DbGet.Response
public interface DbCredentials extends Secret
Database credentials.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default String
password()
Password of the database user.default String
username()
Name of the database user to use.
-