DatabaseCredentialsImpl

constructor(host: String, port: String, dbName: String, username: String, password: String)

Parameters

host

the database host

port

the database port

dbName

the database name

username

the database username

password

the database password