Modifier and Type | Method and Description |
---|---|
Buffer |
AuthenticationPlugin.process(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence)
Process plugin authentication.
|
Constructor and Description |
---|
ReadInitialHandShakePacket(PacketInputStream reader)
Read database initial stream.
|
Constructor and Description |
---|
SelectResultSet(ColumnDefinition[] columnDefinition,
Results results,
Protocol protocol,
PacketInputStream reader,
boolean callableResult,
boolean eofDeprecated)
Create Streaming resultSet.
|
UpdatableResultSet(ColumnDefinition[] columnsInformation,
Results results,
Protocol protocol,
PacketInputStream reader,
boolean callableResult,
boolean eofDeprecated)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ServerPrepareResult |
ComStmtPrepare.read(PacketInputStream reader,
boolean eofDeprecated)
Read COM_PREPARE_RESULT.
|
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/
|
static PublicKey |
Sha256PasswordPlugin.readPublicKeyFromSocket(PacketInputStream reader,
AtomicInteger sequence)
Read public Key from socket.
|
Modifier and Type | Method and Description |
---|---|
void |
GssapiAuth.authenticate(PacketOutputStream writer,
PacketInputStream in,
AtomicInteger sequence,
String servicePrincipalName,
String mechanisms) |
void |
StandardGssapiAuthentication.authenticate(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence,
String servicePrincipalName,
String mechanisms)
Process default GSS plugin authentication.
|
void |
WindowsNativeSspiAuthentication.authenticate(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence,
String servicePrincipalName,
String mechanisms)
Process native windows GSS plugin authentication.
|
Modifier and Type | Class and Description |
---|---|
class |
DecompressPacketInputStream |
class |
StandardPacketInputStream |
Modifier and Type | Field and Description |
---|---|
protected PacketInputStream |
AbstractConnectProtocol.reader |
Modifier and Type | Method and Description |
---|---|
PacketInputStream |
AbstractConnectProtocol.getReader() |
PacketInputStream |
Protocol.getReader() |
Copyright © 2020 mariadb.com. All rights reserved.