ldbc.connector.net.packet.response.AuthSwitchRequestPacket
See theAuthSwitchRequestPacket companion object
case class AuthSwitchRequestPacket(status: Int, pluginName: String, pluginProvidedData: Array[Byte]) extends AuthenticationPacket
Authentication method Switch Request Packet
If both server and the client support ldbc.connector.data.CapabilitiesFlags.CLIENT_PLUGIN_AUTH capability, server can send this packet tp ask client to use another authentication method.
Value parameters
- pluginName
-
Type: string
Name: plugin name Description: name of the client authentication plugin to switch to - pluginProvidedData
-
Type: string
Name: plugin provided data Description: Initial authentication data for that client plugin - status
-
Type: int<1> Name: 0xFE (254) Description: status tag
Attributes
- Companion
- object
- Source
- AuthSwitchRequestPacket.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait AuthenticationPackettrait ResponsePackettrait Packetclass Objecttrait Matchableclass Any
Members list
In this article