AuthSwitchRequestPacket

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 Serializable
trait Product
trait Equals
trait Packet
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
AuthSwitchRequestPacket.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product