Uses of Enum
com.couchbase.client.core.env.SaslMechanism
Packages that use SaslMechanism
Package
Description
-
Uses of SaslMechanism in com.couchbase.client.core.cnc.events.io
Methods in com.couchbase.client.core.cnc.events.io that return SaslMechanismMethods in com.couchbase.client.core.cnc.events.io that return types with arguments of type SaslMechanismModifier and TypeMethodDescriptionSaslMechanismsSelectedEvent.allowedMechanisms()SaslMechanismsListedEvent.serverMechanisms()Constructors in com.couchbase.client.core.cnc.events.io with parameters of type SaslMechanismModifierConstructorDescriptionSaslMechanismsSelectedEvent(IoContext context, Set<SaslMechanism> allowedMechanisms, SaslMechanism selectedMechanism) Constructor parameters in com.couchbase.client.core.cnc.events.io with type arguments of type SaslMechanismModifierConstructorDescriptionSaslMechanismsListedEvent(IoContext context, Set<SaslMechanism> serverMechanisms, Duration duration) SaslMechanismsSelectedEvent(IoContext context, Set<SaslMechanism> allowedMechanisms, SaslMechanism selectedMechanism) -
Uses of SaslMechanism in com.couchbase.client.core.env
Methods in com.couchbase.client.core.env that return SaslMechanismModifier and TypeMethodDescriptionstatic @Nullable SaslMechanismHelper method to create the enum from its string representation.static SaslMechanismReturns 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.Method parameters in com.couchbase.client.core.env with type arguments of type SaslMechanismModifier 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
Fields in com.couchbase.client.core.io.netty.kv with type parameters of type SaslMechanismModifier and TypeFieldDescriptionstatic final com.couchbase.client.core.deps.io.netty.util.AttributeKey<Set<SaslMechanism>> ChannelAttributes.SASL_MECHS_KEYHolds the SASL mechanisms the server supports.Methods in com.couchbase.client.core.io.netty.kv that return types with arguments of type SaslMechanismModifier and TypeMethodDescriptionSaslAuthenticationHandler.allowedMechanisms()Returns the allowed mechanisms for this handler, useful for testing assertions.Constructor parameters in com.couchbase.client.core.io.netty.kv with type arguments of type SaslMechanismModifierConstructorDescriptionSaslAuthenticationHandler(EndpointContext endpointContext, @Nullable String username, String password, Set<SaslMechanism> allowedSaslMechanisms) -
Uses of SaslMechanism in com.couchbase.client.core.io.netty.kv.sasl
Methods in com.couchbase.client.core.io.netty.kv.sasl that return SaslMechanism