Uses of Interface
com.couchbase.client.core.env.Authenticator
Package
Description
-
Uses of Authenticator in com.couchbase.client.core
Modifier and TypeMethodDescriptionCoreContext.authenticator()
Returns the authenticator used for this core.Modifier and TypeMethodDescriptionstatic Core
Core.create
(CoreEnvironment environment, Authenticator authenticator, ConnectionString connectionString) static Core
Core.create
(CoreEnvironment environment, Authenticator authenticator, Set<SeedNode> seedNodes) Deprecated.ModifierConstructorDescriptionprotected
Core
(CoreEnvironment environment, Authenticator authenticator, ConnectionString connectionString) CoreContext
(Core core, long id, CoreEnvironment env, Authenticator authenticator) Creates a newCoreContext
.CoreProtostellar
(CoreEnvironment env, Authenticator authenticator, ConnectionString connectionString) -
Uses of Authenticator in com.couchbase.client.core.api
Modifier and TypeMethodDescriptionstatic CoreCouchbaseOps
CoreCouchbaseOps.create
(CoreEnvironment env, Authenticator authenticator, ConnectionString connectionString) -
Uses of Authenticator in com.couchbase.client.core.endpoint
ModifierConstructorDescriptionKeyValueEndpoint
(ServiceContext ctx, String hostname, int port, Optional<String> bucketname, Authenticator authenticator) KeyValuePipelineInitializer
(EndpointContext ctx, Optional<String> bucketname, Authenticator authenticator) -
Uses of Authenticator in com.couchbase.client.core.env
Modifier and TypeClassDescriptionclass
Performs authentication through a client certificate instead of supplying username and password.class
Performs authentication against a Couchbase server cluster using username and password. -
Uses of Authenticator in com.couchbase.client.core.msg
ModifierConstructorDescriptionRequestContext
(Core core, long contextId, CoreEnvironment environment, Authenticator authenticator, Request<? extends Response> request) -
Uses of Authenticator in com.couchbase.client.core.msg.analytics
ModifierConstructorDescriptionAnalyticsRequest
(Duration timeout, CoreContext ctx, RetryStrategy retryStrategy, Authenticator authenticator, byte[] query, int priority, boolean idempotent, String contextId, String statement, RequestSpan span, String bucket, String scope) AnalyticsRequest
(Duration timeout, CoreContext ctx, RetryStrategy retryStrategy, Authenticator authenticator, byte[] query, int priority, boolean idempotent, String contextId, String statement, RequestSpan span, String bucket, String scope, boolean translateExceptions, int apiVersion) -
Uses of Authenticator in com.couchbase.client.core.msg.manager
ModifierConstructorDescriptionBucketConfigRequest
(Duration timeout, CoreContext ctx, RetryStrategy retryStrategy, String bucketName, Authenticator authenticator, NodeIdentifier target) BucketConfigStreamingRequest
(Duration timeout, CoreContext ctx, RetryStrategy retryStrategy, String bucketName, Authenticator authenticator) -
Uses of Authenticator in com.couchbase.client.core.msg.query
ModifierConstructorDescriptionQueryRequest
(Duration timeout, CoreContext ctx, RetryStrategy retryStrategy, Authenticator authenticator, String statement, byte[] query, boolean idempotent, String contextId, RequestSpan span, String bucket, String scope, NodeIdentifier target) -
Uses of Authenticator in com.couchbase.client.core.msg.search
ModifierConstructorDescriptionServerSearchRequest
(Duration timeout, CoreContext ctx, RetryStrategy retryStrategy, Authenticator authenticator, String indexName, byte[] content, RequestSpan span, CoreBucketAndScope scope) -
Uses of Authenticator in com.couchbase.client.core.msg.view
ModifierConstructorDescriptionViewRequest
(Duration timeout, CoreContext ctx, RetryStrategy retryStrategy, Authenticator authenticator, String bucket, String design, String view, String query, Optional<byte[]> keysJson, boolean development, RequestSpan span) -
Uses of Authenticator in com.couchbase.client.core.protostellar
ModifierConstructorDescriptionProtostellarContext
(CoreEnvironment env, Authenticator authenticator) -
Uses of Authenticator in com.couchbase.client.core.service
ModifierConstructorDescriptionKeyValueService
(ServiceConfig serviceConfig, CoreContext coreContext, String hostname, int port, Optional<String> bucketName, Authenticator authenticator)
Core.create(CoreEnvironment, Authenticator, ConnectionString)
instead.