Uses of Enum
org.apache.shardingsphere.db.protocol.mysql.constant.MySQLAuthenticationMethod
Packages that use MySQLAuthenticationMethod
Package
Description
-
Uses of MySQLAuthenticationMethod in org.apache.shardingsphere.db.protocol.mysql.constant
Methods in org.apache.shardingsphere.db.protocol.mysql.constant that return MySQLAuthenticationMethodModifier and TypeMethodDescriptionstatic MySQLAuthenticationMethodReturns 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. -
Uses of MySQLAuthenticationMethod in org.apache.shardingsphere.db.protocol.mysql.packet.handshake
Methods in org.apache.shardingsphere.db.protocol.mysql.packet.handshake with parameters of type MySQLAuthenticationMethodModifier and TypeMethodDescriptionvoidMySQLHandshakePacket.setAuthPluginName(MySQLAuthenticationMethod mysqlAuthenticationMethod) Set authentication plugin name.voidMySQLHandshakeResponse41Packet.setAuthPluginName(MySQLAuthenticationMethod mysqlAuthenticationMethod) Set authentication plugin name.