Class SaslAuthenticationRestartedEvent

  • All Implemented Interfaces:
    Event

    public class SaslAuthenticationRestartedEvent
    extends AbstractEvent
    This event is raised if we need to re-do the SASL auth for a connection because the mechanisms did not match up with the best-effort first try.
    • Constructor Detail

      • SaslAuthenticationRestartedEvent

        public SaslAuthenticationRestartedEvent​(IoContext context)
    • 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.