Package | Description |
---|---|
org.mariadb.jdbc.credential.env | |
org.mariadb.jdbc.credential.system | |
org.mariadb.jdbc.internal.com.send | |
org.mariadb.jdbc.internal.protocol |
Modifier and Type | Method and Description |
---|---|
Credential |
EnvCredentialPlugin.get() |
Modifier and Type | Method and Description |
---|---|
Credential |
PropertiesCredentialPlugin.get() |
Modifier and Type | Method and Description |
---|---|
static void |
SendHandshakeResponsePacket.send(PacketOutputStream pos,
Credential credential,
java.lang.String host,
java.lang.String database,
long clientCapabilities,
long serverCapabilities,
byte serverLanguage,
byte packetSeq,
Options options,
java.lang.String authenticationPluginType,
byte[] seed)
Send handshake response packet.
|
Modifier and Type | Method and Description |
---|---|
private void |
AbstractConnectProtocol.authenticationHandler(byte exchangeCharset,
long clientCapabilities,
java.lang.String authenticationPluginType,
byte[] seed,
Options options,
java.lang.String database,
Credential credential,
java.lang.String host) |