Package | Description |
---|---|
com.couchbase.client.java |
Modifier and Type | Class and Description |
---|---|
class |
CouchbaseAsyncCluster
Main asynchronous entry point to a Couchbase Cluster.
|
Modifier and Type | Method and Description |
---|---|
AsyncCluster |
AsyncCluster.authenticate(Authenticator auth)
Sets the
Authenticator to use when credentials are needed for an operation but no explicit credentials are provided. |
AsyncCluster |
CouchbaseAsyncCluster.authenticate(String username,
String password) |
AsyncCluster |
AsyncCluster.authenticate(String username,
String password)
Shortcut method to directly authenticate with a username and a password.
|
Copyright © 2015 Couchbase, Inc.