Uses of Enum
com.couchbase.client.core.env.SaslMechanism
Package
Description
-
Uses of SaslMechanism in com.couchbase.client.core.cnc.events.io
Modifier and TypeMethodDescriptionSaslMechanismsSelectedEvent.allowedMechanisms()
SaslMechanismsListedEvent.serverMechanisms()
ModifierConstructorDescriptionSaslMechanismsSelectedEvent
(IoContext context, Set<SaslMechanism> allowedMechanisms, SaslMechanism selectedMechanism) ModifierConstructorDescriptionSaslMechanismsListedEvent
(IoContext context, Set<SaslMechanism> serverMechanisms, Duration duration) SaslMechanismsSelectedEvent
(IoContext context, Set<SaslMechanism> allowedMechanisms, SaslMechanism selectedMechanism) -
Uses of SaslMechanism in com.couchbase.client.core.env
Modifier and TypeMethodDescriptionstatic SaslMechanism
Helper method to create the enum from its string representation.static SaslMechanism
Returns the enum constant of this type with the specified name.static SaslMechanism[]
SaslMechanism.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionPasswordAuthenticator.Builder.allowedSaslMechanisms
(Set<SaslMechanism> allowedSaslMechanisms) Allows to set a list of allowed SASL mechanisms for the NON-TLS connections. -
Uses of SaslMechanism in com.couchbase.client.core.io.netty.kv
Modifier and TypeFieldDescriptionstatic final com.couchbase.client.core.deps.io.netty.util.AttributeKey<Set<SaslMechanism>>
ChannelAttributes.SASL_MECHS_KEY
Holds the SASL mechanisms the server supports.Modifier and TypeMethodDescriptionSaslAuthenticationHandler.allowedMechanisms()
Returns the allowed mechanisms for this handler, useful for testing assertions.ModifierConstructorDescriptionSaslAuthenticationHandler
(EndpointContext endpointContext, String username, String password, Set<SaslMechanism> allowedSaslMechanisms)