Class SaslMechanismsSelectedEvent

  • All Implemented Interfaces:
    Event

    public class SaslMechanismsSelectedEvent
    extends AbstractEvent
    This debug event signals that a SASL auth mechanism has been negotiated between the client and the server.

    This also contains more information around which mechansims are supported or advertised by the server and what the client was configured to accept.

    Since:
    2.0.0
    • Method Detail

      • description

        public String description()
        Description copied from interface: Event
        A textual description with more information about the event.
        Returns:
        the description, if set.