AuthSwitchResponsePacket

ldbc.connector.net.packet.request.AuthSwitchResponsePacket
See theAuthSwitchResponsePacket companion object
case class AuthSwitchResponsePacket(hashedPassword: Array[Byte]) extends RequestPacket

Authentication Method Switch Response Packet which contains response data generated by the authentication method requested in Protocol::OldAuthSwitchRequest: packet.

This data is opaque to the protocol.

Value parameters

hashedPassword

Type: string Name: data Description: authentication response data

Attributes

Companion
object
Source
AuthSwitchResponsePacket.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 encode: BitVector

Attributes

Definition Classes
Source
AuthSwitchResponsePacket.scala
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
AuthSwitchResponsePacket.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product