public class AuthSwitchPacket extends Object implements ServerMessage
| Constructor and Description |
|---|
AuthSwitchPacket(String plugin,
byte[] seed) |
| Modifier and Type | Method and Description |
|---|---|
static AuthSwitchPacket |
decode(com.singlestore.jdbc.client.ReadableByteBuf buf) |
String |
getPlugin() |
byte[] |
getSeed() |
static byte[] |
getTruncatedSeed(byte[] seed) |
public AuthSwitchPacket(String plugin, byte[] seed)
public static AuthSwitchPacket decode(com.singlestore.jdbc.client.ReadableByteBuf buf)
public String getPlugin()
public byte[] getSeed()
public static byte[] getTruncatedSeed(byte[] seed)
Copyright © 2023 SingleStore. All rights reserved.