Uses of Interface
com.couchbase.client.core.env.Authenticator
-
-
Uses of Authenticator in com.couchbase.client.core
Methods in com.couchbase.client.core that return Authenticator Modifier and Type Method Description Authenticator
CoreContext. authenticator()
Returns the authenticator used for this core.Methods in com.couchbase.client.core with parameters of type Authenticator Modifier and Type Method Description static Core
Core. create(CoreEnvironment environment, Authenticator authenticator, ConnectionString connectionString)
static Core
Core. create(CoreEnvironment environment, Authenticator authenticator, Set<SeedNode> seedNodes)
Deprecated.Please useCore.create(CoreEnvironment, Authenticator, ConnectionString)
instead.Constructors in com.couchbase.client.core with parameters of type Authenticator Constructor Description 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
Methods in com.couchbase.client.core.api with parameters of type Authenticator Modifier and Type Method Description static CoreCouchbaseOps
CoreCouchbaseOps. create(CoreEnvironment env, Authenticator authenticator, ConnectionString connectionString)
-
Uses of Authenticator in com.couchbase.client.core.endpoint
Constructors in com.couchbase.client.core.endpoint with parameters of type Authenticator Constructor Description KeyValueEndpoint(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
Classes in com.couchbase.client.core.env that implement Authenticator Modifier and Type Class Description class
CertificateAuthenticator
Performs authentication through a client certificate instead of supplying username and password.class
PasswordAuthenticator
Performs authentication against a couchbase server cluster using username and password. -
Uses of Authenticator in com.couchbase.client.core.msg
Constructors in com.couchbase.client.core.msg with parameters of type Authenticator Constructor Description RequestContext(Core core, long contextId, CoreEnvironment environment, Authenticator authenticator, Request<? extends Response> request)
-
Uses of Authenticator in com.couchbase.client.core.msg.analytics
Constructors in com.couchbase.client.core.msg.analytics with parameters of type Authenticator Constructor Description 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)
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, String uri, com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpMethod httpMethod)
-
Uses of Authenticator in com.couchbase.client.core.msg.manager
Constructors in com.couchbase.client.core.msg.manager with parameters of type Authenticator Constructor Description BucketConfigRequest(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
Methods in com.couchbase.client.core.msg.query that return Authenticator Modifier and Type Method Description Authenticator
QueryRequest. credentials()
Constructors in com.couchbase.client.core.msg.query with parameters of type Authenticator Constructor Description QueryRequest(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
Constructors in com.couchbase.client.core.msg.search with parameters of type Authenticator Constructor Description SearchRequest(Duration timeout, CoreContext ctx, RetryStrategy retryStrategy, Authenticator authenticator, String indexName, byte[] content, RequestSpan span)
-
Uses of Authenticator in com.couchbase.client.core.msg.view
Constructors in com.couchbase.client.core.msg.view with parameters of type Authenticator Constructor Description ViewRequest(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
Methods in com.couchbase.client.core.protostellar that return Authenticator Modifier and Type Method Description Authenticator
ProtostellarContext. authenticator()
Constructors in com.couchbase.client.core.protostellar with parameters of type Authenticator Constructor Description ProtostellarContext(CoreEnvironment env, Authenticator authenticator)
-
Uses of Authenticator in com.couchbase.client.core.service
Constructors in com.couchbase.client.core.service with parameters of type Authenticator Constructor Description KeyValueService(ServiceConfig serviceConfig, CoreContext coreContext, String hostname, int port, Optional<String> bucketName, Authenticator authenticator)
-