| Package | Description |
|---|---|
| org.apache.shardingsphere.db.protocol.mysql.constant | |
| org.apache.shardingsphere.db.protocol.mysql.packet.handshake |
| Modifier and Type | Method and Description |
|---|---|
static MySQLAuthenticationMethod |
MySQLAuthenticationMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MySQLAuthenticationMethod[] |
MySQLAuthenticationMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MySQLHandshakePacket.setAuthPluginName(MySQLAuthenticationMethod mysqlAuthenticationMethod)
Set authentication plugin name.
|
void |
MySQLHandshakeResponse41Packet.setAuthPluginName(MySQLAuthenticationMethod mysqlAuthenticationMethod)
Set authentication plugin name.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.