Interface BindResponse

    • Method Detail

      • getServerSaslCreds

        byte[] getServerSaslCreds()
        Gets the optional property holding SASL authentication response parameters that are SASL mechanism specific. Will return null if the authentication is simple.
        Returns:
        the sasl mech. specific credentials or null of auth. is simple
      • setServerSaslCreds

        void setServerSaslCreds​(byte[] serverSaslCreds)
        Sets the optional property holding SASL authentication response paramters that are SASL mechanism specific. Leave null if authentication mode is simple.
        Parameters:
        serverSaslCreds - the sasl auth. mech. specific credentials