Uses of Interface
com.couchbase.client.core.env.Authenticator
Packages that use Authenticator
Package
Description
-
Uses of Authenticator in com.couchbase.client.core
Methods in com.couchbase.client.core that return AuthenticatorModifier and TypeMethodDescriptionCoreContext.authenticator()Returns the authenticator used for this core.Methods in com.couchbase.client.core with parameters of type AuthenticatorModifier and TypeMethodDescriptionstatic CoreCore.create(CoreEnvironment environment, Authenticator authenticator, ConnectionString connectionString) static CoreCore.create(CoreEnvironment environment, Authenticator authenticator, Set<SeedNode> seedNodes) Deprecated.Constructors in com.couchbase.client.core with parameters of type AuthenticatorModifierConstructorDescriptionprotectedCore(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 AuthenticatorModifier and TypeMethodDescriptionstatic CoreCouchbaseOpsCoreCouchbaseOps.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 AuthenticatorModifierConstructorDescriptionKeyValueEndpoint(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 AuthenticatorModifier and TypeClassDescriptionclassPerforms authentication through a client certificate instead of supplying username and password.classPerforms 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 AuthenticatorModifierConstructorDescriptionRequestContext(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 AuthenticatorModifierConstructorDescriptionAnalyticsRequest(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) -
Uses of Authenticator in com.couchbase.client.core.msg.manager
Constructors in com.couchbase.client.core.msg.manager with parameters of type AuthenticatorModifierConstructorDescriptionBucketConfigRequest(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 AuthenticatorConstructors in com.couchbase.client.core.msg.query with parameters of type AuthenticatorModifierConstructorDescriptionQueryRequest(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 AuthenticatorModifierConstructorDescriptionServerSearchRequest(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
Constructors in com.couchbase.client.core.msg.view with parameters of type AuthenticatorModifierConstructorDescriptionViewRequest(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 AuthenticatorConstructors in com.couchbase.client.core.protostellar with parameters of type AuthenticatorModifierConstructorDescriptionProtostellarContext(CoreEnvironment env, Authenticator authenticator) -
Uses of Authenticator in com.couchbase.client.core.service
Constructors in com.couchbase.client.core.service with parameters of type AuthenticatorModifierConstructorDescriptionKeyValueService(ServiceConfig serviceConfig, CoreContext coreContext, String hostname, int port, Optional<String> bucketName, Authenticator authenticator)
Core.create(CoreEnvironment, Authenticator, ConnectionString)instead.