ldbc.connector.net.packet.response.AuthMoreDataPacket
See theAuthMoreDataPacket companion object
case class AuthMoreDataPacket(status: Int, authenticationMethodData: Array[Byte]) extends AuthenticationPacket
We need to make sure that when sending plugin supplied data to the client they are not considered a special out-of-band command, like e.g.
ERR_Packet, Protocol::AuthSwitchRequest: or OK_Packet. To avoid this the server will send all plugin data packets "wrapped" in a command \1. Note that the client will continue sending its replies unrwapped: Protocol::AuthSwitchResponse:
Value parameters
- authenticationMethodData
-
Type: string
Name: authentication method data Description: Extra authentication data beyond the initial challenge - status
-
Type: int<1> Name: 0x01 Description: status tag
Attributes
- Companion
- object
- Source
- AuthMoreDataPacket.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait AuthenticationPackettrait ResponsePackettrait Packetclass Objecttrait Matchableclass Any
Members list
In this article