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/
|