Package com.couchbase.client.dcp
Class PasswordAuthenticator
java.lang.Object
com.couchbase.client.dcp.PasswordAuthenticator
- All Implemented Interfaces:
Authenticator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidauthKeyValueConnection(com.couchbase.client.core.deps.io.netty.channel.ChannelPipeline pipeline) Allows the authenticator to add KV handlers during connection bootstrap to perform authentication.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.couchbase.client.dcp.Authenticator
applyTlsProperties, requiresTls
-
Constructor Details
-
PasswordAuthenticator
-
-
Method Details
-
authKeyValueConnection
public void authKeyValueConnection(com.couchbase.client.core.deps.io.netty.channel.ChannelPipeline pipeline) Description copied from interface:AuthenticatorAllows the authenticator to add KV handlers during connection bootstrap to perform authentication.- Specified by:
authKeyValueConnectionin interfaceAuthenticator- Parameters:
pipeline- the pipeline when the endpoint is constructed.
-