Modifier and Type | Method and Description |
---|---|
Buffer |
AuthenticationPlugin.process(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence)
Process plugin authentication.
|
Modifier and Type | Method and Description |
---|---|
Buffer |
Buffer.getLengthEncodedBuffer()
Get next data bytes from length encoded prefix.
|
Constructor and Description |
---|
EndOfFilePacket(Buffer buffer)
Read EOF stream.
|
ErrorPacket(Buffer buffer)
Reading error stream.
|
OkPacket(Buffer buffer)
Read Ok stream result.
|
Constructor and Description |
---|
ColumnInformation(Buffer buffer)
Read column information from buffer.
|
Modifier and Type | Method and Description |
---|---|
Buffer |
Sha256PasswordPlugin.process(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence)
Process SHA 256 password plugin authentication. see
https://mariadb.com/kb/en/library/authentication-plugin-ed25519/
|
Buffer |
SendPamAuthPacket.process(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence)
Process PAM plugin authentication. see
https://mariadb.com/kb/en/library/authentication-plugin-pam/
|
Buffer |
SendGssApiAuthPacket.process(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence)
Process gssapi plugin authentication. see
https://mariadb.com/kb/en/library/authentication-plugin-gssapi/
|
Buffer |
OldPasswordPlugin.process(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence)
Process old password plugin authentication. see
https://mariadb.com/kb/en/library/authentication-plugin-mysql_old_password/
|
Buffer |
NativePasswordPlugin.process(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence)
Process native password plugin authentication. see
https://mariadb.com/kb/en/library/authentication-plugin-mysql_native_password/
|
Buffer |
Ed25519PasswordPlugin.process(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence)
Process Ed25519 password plugin authentication. see
https://mariadb.com/kb/en/library/authentication-plugin-ed25519/
|
Buffer |
ClearPasswordPlugin.process(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence)
Send password in clear text to server.
|
Buffer |
CachingSha2PasswordPlugin.process(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence)
Process native password plugin authentication. see
https://mariadb.com/kb/en/library/authentication-plugin-mysql_native_password/
|
Modifier and Type | Method and Description |
---|---|
Buffer |
StandardPacketInputStream.getPacket(boolean reUsable) |
Buffer |
PacketInputStream.getPacket(boolean reUsable) |
Buffer |
DecompressPacketInputStream.getPacket(boolean reUsable) |
Copyright © 2019 mariadb.org. All rights reserved.