Uses of Class
com.couchbase.client.core.env.SaslMechanism
-
Packages that use SaslMechanism Package Description com.couchbase.client.core.cnc.events.io com.couchbase.client.core.env -
-
Uses of SaslMechanism in com.couchbase.client.core.cnc.events.io
Methods in com.couchbase.client.core.cnc.events.io that return SaslMechanism Modifier and Type Method Description SaslMechanism
SaslMechanismsSelectedEvent. selectedMechanism()
Methods in com.couchbase.client.core.cnc.events.io that return types with arguments of type SaslMechanism Modifier and Type Method Description Set<SaslMechanism>
SaslMechanismsSelectedEvent. allowedMechanisms()
Set<SaslMechanism>
SaslMechanismsSelectedEvent. serverMechanisms()
Constructors in com.couchbase.client.core.cnc.events.io with parameters of type SaslMechanism Constructor Description SaslMechanismsSelectedEvent(IoContext context, Set<SaslMechanism> serverMechanisms, Set<SaslMechanism> allowedMechanisms, SaslMechanism selectedMechanism)
Constructor parameters in com.couchbase.client.core.cnc.events.io with type arguments of type SaslMechanism Constructor Description SaslMechanismsSelectedEvent(IoContext context, Set<SaslMechanism> serverMechanisms, Set<SaslMechanism> allowedMechanisms, SaslMechanism selectedMechanism)
-
Uses of SaslMechanism in com.couchbase.client.core.env
Methods in com.couchbase.client.core.env that return SaslMechanism Modifier and Type Method Description static SaslMechanism
SaslMechanism. from(String mech)
Helper method to create the enum from its string representation.static SaslMechanism
SaslMechanism. valueOf(String name)
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.Methods in com.couchbase.client.core.env that return types with arguments of type SaslMechanism Modifier and Type Method Description Set<SaslMechanism>
IoConfig. allowedSaslMechanisms()
Method parameters in com.couchbase.client.core.env with type arguments of type SaslMechanism Modifier and Type Method Description static IoConfig.Builder
IoConfig. allowedSaslMechanisms(Set<SaslMechanism> allowedSaslMechanisms)
IoConfig.Builder
IoConfig.Builder. allowedSaslMechanisms(Set<SaslMechanism> allowedSaslMechanisms)
-