Uses of Class
com.couchbase.client.core.env.PasswordAuthenticator
-
Packages that use PasswordAuthenticator Package Description com.couchbase.client.core.env -
-
Uses of PasswordAuthenticator in com.couchbase.client.core.env
Methods in com.couchbase.client.core.env that return PasswordAuthenticator Modifier and Type Method Description PasswordAuthenticatorPasswordAuthenticator.Builder. build()Creates thePasswordAuthenticatorbased on the customization in this builder.static PasswordAuthenticatorPasswordAuthenticator. create(String username, String password)Creates a new password authenticator with the default settings.static PasswordAuthenticatorPasswordAuthenticator. ldapCompatible(String username, String password)Creates a LDAP compatible password authenticator which is INSECURE if not used with TLS.
-