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