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 TypeMethodDescriptionvoid
authKeyValueConnection
(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, wait
Methods 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:Authenticator
Allows the authenticator to add KV handlers during connection bootstrap to perform authentication.- Specified by:
authKeyValueConnection
in interfaceAuthenticator
- Parameters:
pipeline
- the pipeline when the endpoint is constructed.
-