Class AuthenticationSASLFinal
java.lang.Object
io.r2dbc.postgresql.message.backend.AuthenticationSASLFinal
- All Implemented Interfaces:
AuthenticationMessage, BackendMessage
The AuthenticationSASLFinal message.
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationSASLFinal(io.netty.buffer.ByteBuf additionalData) Create a new message. -
Method Summary
-
Constructor Details
-
AuthenticationSASLFinal
public AuthenticationSASLFinal(io.netty.buffer.ByteBuf additionalData) Create a new message.- Parameters:
additionalData- SASL outcome "additional data", specific to the SASL mechanism being used- Throws:
IllegalArgumentException- ifadditionalDataisnull
-
-
Method Details
-
equals
-
getAdditionalData
Returns SASL outcome "additional data", specific to the SASL mechanism being used.- Returns:
- SASL outcome "additional data", specific to the SASL mechanism being used
-
hashCode
-
toString
-