Class SaslMechanismsListedEvent

java.lang.Object
com.couchbase.client.core.cnc.AbstractEvent
com.couchbase.client.core.cnc.events.io.SaslMechanismsListedEvent
All Implemented Interfaces:
Event

public class SaslMechanismsListedEvent extends AbstractEvent
This debug event signals that SASL auth mechanisms have been listed from the server.
  • Constructor Details

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

      public Set<SaslMechanism> serverMechanisms()