Class MySQLAuthPluginData
java.lang.Object
org.apache.shardingsphere.db.protocol.mysql.packet.handshake.MySQLAuthPluginData
Authentication plugin data for MySQL.
The auth-plugin-data is the concatenation of strings auth-plugin-data-part-1 and auth-plugin-data-part-2. The auth-plugin-data-part-1's length is 8; The auth-plugin-data-part-2's length is 12.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Get authentication plugin data.
-
Constructor Details
-
MySQLAuthPluginData
public MySQLAuthPluginData()
-
-
Method Details
-
getAuthenticationPluginData
public byte[] getAuthenticationPluginData()Get authentication plugin data.- Returns:
- authentication plugin data
-