Interface CouchbaseConnectionDetails

All Superinterfaces:
ConnectionDetails

public interface CouchbaseConnectionDetails extends ConnectionDetails
Details required to establish a connection to a Couchbase service.
Since:
3.1.0
Author:
Moritz Halbritter, Andy Wilkinson, Phillip Webb
  • 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
    • getSslBundle

      default SslBundle getSslBundle()
      SSL bundle to use.
      Returns:
      the SSL bundle to use
      Since:
      3.5.0