Class AuthSuccess


public class AuthSuccess extends Message.Response
Indicates to the client that authentication has succeeded. Optionally ships some final informations from the server (as mandated by SASL).
  • Field Details

  • Constructor Details

    • AuthSuccess

      public AuthSuccess(byte[] token)
  • Method Details

    • getToken

      public byte[] getToken()