Uses of Class
org.mariadb.jdbc.plugin.Credential
-
-
Uses of Credential in org.mariadb.jdbc.client.impl
Methods in org.mariadb.jdbc.client.impl that return Credential Modifier and Type Method Description static CredentialConnectionHelper. loadCredential(CredentialPlugin credentialPlugin, Configuration configuration, HostAddress hostAddress)Methods in org.mariadb.jdbc.client.impl with parameters of type Credential Modifier and Type Method Description static voidConnectionHelper. authenticationHandler(Credential credential, Writer writer, Reader reader, org.mariadb.jdbc.client.Context context) -
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()
-