Interface CouchbaseConnectionDetails
- All Superinterfaces:
ConnectionDetails
Details required to establish a connection to a Couchbase service.
- Since:
- 3.1.0
- Author:
- Moritz Halbritter, Andy Wilkinson, Phillip Webb
-
Method Summary
Modifier and TypeMethodDescriptionConnection string used to locate the Couchbase cluster.Cluster password.Cluster username.
-
Method Details
-
getConnectionString
String getConnectionString()Connection string used to locate the Couchbase cluster.- Returns:
- the connection string used to locate the Couchbase cluster
-
getUsername
String getUsername()Cluster username.- Returns:
- the cluster username
-
getPassword
String getPassword()Cluster password.- Returns:
- the cluster password
-