Package | Description |
---|---|
com.couchbase.client.core.env |
Modifier and Type | Method and Description |
---|---|
PasswordAuthenticator.Builder |
PasswordAuthenticator.Builder.allowedSaslMechanisms(Set<SaslMechanism> allowedSaslMechanisms)
Allows to set a list of allowed SASL mechanisms for the NON-TLS connections.
|
static PasswordAuthenticator.Builder |
PasswordAuthenticator.builder() |
PasswordAuthenticator.Builder |
PasswordAuthenticator.Builder.password(String password) |
PasswordAuthenticator.Builder |
PasswordAuthenticator.Builder.password(Supplier<String> password) |
PasswordAuthenticator.Builder |
PasswordAuthenticator.Builder.username(String username) |
PasswordAuthenticator.Builder |
PasswordAuthenticator.Builder.username(Supplier<String> username) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.