Class AuthenticationGSSContinue

java.lang.Object
io.r2dbc.postgresql.message.backend.AuthenticationGSSContinue
All Implemented Interfaces:
AuthenticationMessage, BackendMessage

public final class AuthenticationGSSContinue extends Object implements AuthenticationMessage
The AuthenticationGSSContinue message.
  • Constructor Details

    • AuthenticationGSSContinue

      public AuthenticationGSSContinue(io.netty.buffer.ByteBuf authenticationData)
      Create a new message.
      Parameters:
      authenticationData - GSSAPI or SSPI authentication data
      Throws:
      IllegalArgumentException - if authenticationData is null
  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • getAuthenticationData

      public ByteBuffer getAuthenticationData()
      Returns GSSAPI or SSPI authentication data.
      Returns:
      GSSAPI or SSPI authentication data
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object