Class PasswordAuthenticator

java.lang.Object
com.couchbase.client.dcp.PasswordAuthenticator
All Implemented Interfaces:
Authenticator

public class PasswordAuthenticator extends Object implements Authenticator
  • Constructor Details

    • PasswordAuthenticator

      public PasswordAuthenticator(CredentialsProvider credentialsProvider)
  • 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 interface Authenticator
      Parameters:
      pipeline - the pipeline when the endpoint is constructed.