Uses of Class
org.mariadb.jdbc.plugin.Credential
Packages that use Credential
Package
Description
-
Uses of Credential in org.mariadb.jdbc.client.impl
Methods in org.mariadb.jdbc.client.impl that return CredentialModifier and TypeMethodDescriptionstatic Credential
ConnectionHelper.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 CredentialModifier and TypeMethodDescriptionvoid
StandardClient.authenticationHandler
(Credential credential) private static boolean
StandardClient.validateFingerPrint
(AuthenticationPlugin authPlugin, byte[] validationHash, byte[] fingerPrint, Credential credential, byte[] seed) -
Uses of Credential in org.mariadb.jdbc.message.client
Constructors in org.mariadb.jdbc.message.client with parameters of type CredentialModifierConstructorDescriptionHandshakeResponse
(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
Methods in org.mariadb.jdbc.plugin with parameters of type CredentialModifier and TypeMethodDescriptiondefault byte[]
AuthenticationPlugin.hash
(Credential credential) Return Hash -
Uses of Credential in org.mariadb.jdbc.plugin.authentication.standard
Methods in org.mariadb.jdbc.plugin.authentication.standard with parameters of type CredentialModifier and TypeMethodDescriptionbyte[]
Ed25519PasswordPlugin.hash
(Credential credential) Return Hashbyte[]
NativePasswordPlugin.hash
(Credential credential) Return Hash -
Uses of Credential in org.mariadb.jdbc.plugin.credential.env
Methods in org.mariadb.jdbc.plugin.credential.env that return Credential -
Uses of Credential in org.mariadb.jdbc.plugin.credential.system
Methods in org.mariadb.jdbc.plugin.credential.system that return Credential