Class SaslMechanismsSelectedEvent

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

      public Set<SaslMechanism> allowedMechanisms()
    • selectedMechanism

      public SaslMechanism selectedMechanism()