Uses of Class
com.zaxxer.hikari.util.Credentials
-
Packages that use Credentials Package Description com.zaxxer.hikari com.zaxxer.hikari.util -
-
Uses of Credentials in com.zaxxer.hikari
Methods in com.zaxxer.hikari that return Credentials Modifier and Type Method Description CredentialsHikariConfig. getCredentials()Atomically get the default username and password to use for DataSource.getConnection(username, password) calls.Methods in com.zaxxer.hikari with parameters of type Credentials Modifier and Type Method Description voidHikariConfig. setCredentials(Credentials credentials)Atomically set the default username and password to use for DataSource.getConnection(username, password) calls.voidHikariConfigMXBean. setCredentials(Credentials credentials)Set the username and password used for authentication. -
Uses of Credentials in com.zaxxer.hikari.util
Methods in com.zaxxer.hikari.util that return Credentials Modifier and Type Method Description static CredentialsCredentials. of(String username, String password)Construct an immutable Credentials object with the supplied username and password.
-