Class AuthenticationGSSContinue
java.lang.Object
io.r2dbc.postgresql.message.backend.AuthenticationGSSContinue
- All Implemented Interfaces:
AuthenticationMessage, BackendMessage
The AuthenticationGSSContinue message.
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationGSSContinue(io.netty.buffer.ByteBuf authenticationData) Create a new message. -
Method Summary
-
Constructor Details
-
AuthenticationGSSContinue
public AuthenticationGSSContinue(io.netty.buffer.ByteBuf authenticationData) Create a new message.- Parameters:
authenticationData- GSSAPI or SSPI authentication data- Throws:
IllegalArgumentException- ifauthenticationDataisnull
-
-
Method Details
-
equals
-
getAuthenticationData
Returns GSSAPI or SSPI authentication data.- Returns:
- GSSAPI or SSPI authentication data
-
hashCode
-
toString
-