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, Set<SeedNode> seedNodes) Creates a newCorewith the given environment.Constructors in com.couchbase.client.core with parameters of type AuthenticatorModifierConstructorDescriptionprotectedCore(CoreEnvironment environment, Authenticator authenticator, Set<SeedNode> seedNodes) Creates a new Core.CoreContext(Core core, long id, CoreEnvironment env, Authenticator authenticator) Creates a newCoreContext. -
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.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, 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 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 AuthenticatorModifierConstructorDescriptionSearchRequest(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 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.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)