Class SaslAuthenticationRestartedEvent

java.lang.Object
com.couchbase.client.core.cnc.AbstractEvent
com.couchbase.client.core.cnc.events.io.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 Details

    • SaslAuthenticationRestartedEvent

      public SaslAuthenticationRestartedEvent(IoContext context)
  • Method Details

    • description

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