Package | Description |
---|---|
com.couchbase.client.java | |
com.couchbase.client.java.auth |
Modifier and Type | Method and Description |
---|---|
Authenticator |
CouchbaseAsyncCluster.authenticator()
Get the
Authenticator currently used when credentials are needed for an operation, but no explicit credentials are provided. |
Authenticator |
CouchbaseCluster.authenticator()
Get the
Authenticator currently used when credentials are needed for an operation, but no explicit credentials are provided. |
Modifier and Type | Method and Description |
---|---|
CouchbaseAsyncCluster |
CouchbaseAsyncCluster.authenticate(Authenticator auth) |
CouchbaseCluster |
CouchbaseCluster.authenticate(Authenticator auth) |
Cluster |
Cluster.authenticate(Authenticator auth)
Sets the
Authenticator to use when credentials are needed for an operation but no explicit credentials are provided. |
AsyncCluster |
AsyncCluster.authenticate(Authenticator auth)
Sets the
Authenticator to use when credentials are needed for an operation but no explicit credentials are provided. |
Modifier and Type | Class and Description |
---|---|
class |
CertAuthenticator
This
Authenticator enables client certificate based authentication. |
class |
ClassicAuthenticator
An
Authenticator based on login/password credentials. |
class |
PasswordAuthenticator
Authenticator for RBAC users in Couchbase |
Copyright © 2015 Couchbase, Inc.