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 TypeMethodDescriptionCore.authenticator()CoreContext.authenticator()Returns the authenticator used for this core.CoreProtostellar.authenticator()Methods in com.couchbase.client.core with parameters of type AuthenticatorModifier and TypeMethodDescriptionvoidCore.authenticator(Authenticator newAuthenticator) voidCoreProtostellar.authenticator(Authenticator newAuthenticator) static 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 initialAuthenticator, ConnectionString connectionString) CoreContext(Core core, long id, CoreEnvironment env, Authenticator authenticator) Creates a newCoreContext.CoreProtostellar(CoreEnvironment env, Authenticator initialAuthenticator, ConnectionString connectionString) -
Uses of Authenticator in com.couchbase.client.core.api
Methods in com.couchbase.client.core.api that return AuthenticatorMethods in com.couchbase.client.core.api with parameters of type AuthenticatorModifier and TypeMethodDescriptionvoidCoreCouchbaseOps.authenticator(Authenticator newAuthenticator) static 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 TypeClassDescriptionclassclassPerforms authentication through a client certificate instead of supplying username and password.classDelegates authentication to another authenticator.classAuthenticates with the Couchbase Server cluster using a JSON Web Token (JWT) issued by an Identity Provider.classPerforms authentication against a Couchbase server cluster using username and password.Methods in com.couchbase.client.core.env that return AuthenticatorModifier and TypeMethodDescriptionprotected abstract AuthenticatorAuthenticatorWrapper.wrapped()DelegatingAuthenticator.wrapped()Methods in com.couchbase.client.core.env with parameters of type AuthenticatorModifier and TypeMethodDescriptionstatic DelegatingAuthenticatorDelegatingAuthenticator.create(boolean tls, Authenticator delegate) Returns a new authenticator that delegates to the given authenticator.voidDelegatingAuthenticator.setDelegate(Authenticator delegate) -
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) Constructor for Operational SDK (legacy Analytics).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) Constructor for Columnar SDK so it can specify API version and disable exception translation.AnalyticsRequest(Duration timeout, CoreContext ctx, RetryStrategy retryStrategy, Authenticator authenticator, byte @Nullable [] query, int priority, boolean idempotent, String contextId, String statement, RequestSpan span, String bucket, String scope, String httpPath, com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpMethod httpMethod) Constructor for JDBC driver so it can specify the HTTP path and method. -
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, boolean parametersUsed) -
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, CoreResources coreResources) -
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.