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 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 Credential Modifier and Type Method Description void
StandardClient. authenticationHandler(Credential credential, HostAddress hostAddress)
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 Credential Constructor Description HandshakeResponse(Credential credential, java.lang.String authenticationPluginType, byte[] seed, Configuration conf, java.lang.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 Credential Modifier and Type Method Description default 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 Credential Modifier and Type Method Description byte[]
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 Modifier and Type Method Description Credential
EnvCredentialPlugin. 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 Credential
PropertiesCredentialPlugin. get()
-