Uses of Interface
com.couchbase.client.dcp.Authenticator
Packages that use Authenticator
-
Uses of Authenticator in com.couchbase.client.dcp
Classes in com.couchbase.client.dcp that implement AuthenticatorModifier and TypeClassDescriptionclass
Performs authentication through a client certificate instead of supplying username and password.class
Methods in com.couchbase.client.dcp that return AuthenticatorModifier and TypeMethodDescriptionClient.Environment.authenticator()
The authenticator for the connectionMethods in com.couchbase.client.dcp with parameters of type Authenticator -
Uses of Authenticator in com.couchbase.client.dcp.transport.netty
Methods in com.couchbase.client.dcp.transport.netty with parameters of type AuthenticatorModifier and TypeMethodDescriptionstatic com.couchbase.client.core.deps.io.netty.handler.ssl.SslHandler
SslHandlerFactory.get
(com.couchbase.client.core.deps.io.netty.buffer.ByteBufAllocator allocator, SecurityConfig config, com.couchbase.client.core.util.HostAndPort peer, Authenticator authenticator)