Class SaslAuthenticationFailedEvent

  • All Implemented Interfaces:
    Event

    public class SaslAuthenticationFailedEvent
    extends AbstractEvent
    If something goes wrong during the SASL authentication process, this event is raised.

    Usually when this event is raised, the channel in the context has been closed and the connect process aborted, since without authentication no data can flow. This should be treated as an important problem to be looked at and therefore has an ERROR severity.

    A little more context might be provided from the description.

    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.
      • lastPacket

        public byte[] lastPacket()