Uses of Class
com.couchbase.client.core.env.PasswordAuthenticator.Builder
-
Packages that use PasswordAuthenticator.Builder Package Description com.couchbase.client.core.env -
-
Uses of PasswordAuthenticator.Builder in com.couchbase.client.core.env
Methods in com.couchbase.client.core.env that return PasswordAuthenticator.Builder Modifier and Type Method Description PasswordAuthenticator.BuilderPasswordAuthenticator.Builder. allowedSaslMechanisms(Set<SaslMechanism> allowedSaslMechanisms)Allows to set a list of allowed SASL mechanisms for the NON-TLS connections.static PasswordAuthenticator.BuilderPasswordAuthenticator. builder()PasswordAuthenticator.BuilderPasswordAuthenticator.Builder. password(String password)PasswordAuthenticator.BuilderPasswordAuthenticator.Builder. password(Supplier<String> password)PasswordAuthenticator.BuilderPasswordAuthenticator.Builder. username(String username)PasswordAuthenticator.BuilderPasswordAuthenticator.Builder. username(Supplier<String> username)
-