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