Interface SaslClient<T>

    • Method Detail

      • bind

        BindResponse bind​(TransportConnection conn,
                          T request)
                   throws Exception
        Performs a SASL bind.
        Parameters:
        conn - to perform the bind on
        request - SASL request to perform
        Returns:
        final result of the bind process
        Throws:
        Exception - if an error occurs