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)Load user/password plugin if configured to.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)Authentication swtich handler -
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)Object with parsed results -
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()Generate authentication token -
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()
-