| 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 |
|---|
ErrorPacket(Buffer buffer)
Reading error stream.
|
| Constructor and Description |
|---|
ColumnDefinition(Buffer buffer)
Read column information from buffer.
|
| Modifier and Type | Method and Description |
|---|---|
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/
|
Buffer |
ClearPasswordPlugin.process(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence)
Send password in clear text to server.
|
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 |
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 |
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 |
SendGssApiAuthPacket.process(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence)
Process gssapi plugin authentication. see
https://mariadb.com/kb/en/library/authentication-plugin-gssapi/
|
Buffer |
SendPamAuthPacket.process(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence)
Process PAM plugin authentication. see
https://mariadb.com/kb/en/library/authentication-plugin-pam/
|
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/
|
| Modifier and Type | Method and Description |
|---|---|
Buffer |
DecompressPacketInputStream.getPacket(boolean reUsable) |
Buffer |
PacketInputStream.getPacket(boolean reUsable) |
Buffer |
StandardPacketInputStream.getPacket(boolean reUsable) |
Copyright © 2020 mariadb.com. All rights reserved.