Uses of Class
org.mariadb.jdbc.plugin.Credential
-
Packages that use Credential Package Description org.mariadb.jdbc.message.client org.mariadb.jdbc.plugin.credential.aws org.mariadb.jdbc.plugin.credential.env org.mariadb.jdbc.plugin.credential.system -
-
Uses of Credential in org.mariadb.jdbc.message.client
Constructors in org.mariadb.jdbc.message.client with parameters of type Credential Constructor Description HandshakeResponse(Credential credential, String authenticationPluginType, byte[] seed, Configuration conf, String host, long clientCapabilities, byte exchangeCharset) -
Uses of Credential in org.mariadb.jdbc.plugin.credential.aws
Methods in org.mariadb.jdbc.plugin.credential.aws that return Credential Modifier and Type Method Description CredentialAwsIamCredentialPlugin. get()CredentialAwsCredentialGenerator. getToken() -
Uses of Credential in org.mariadb.jdbc.plugin.credential.env
Methods in org.mariadb.jdbc.plugin.credential.env that return Credential Modifier and Type Method Description CredentialEnvCredentialPlugin. get() -
Uses of Credential in org.mariadb.jdbc.plugin.credential.system
Methods in org.mariadb.jdbc.plugin.credential.system that return Credential Modifier and Type Method Description CredentialPropertiesCredentialPlugin. get()
-