Class CouchbaseProperties.Ssl

java.lang.Object
org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
Enclosing class:
CouchbaseProperties

public static class CouchbaseProperties.Ssl extends Object
  • Constructor Details

    • Ssl

      public Ssl()
  • Method Details

    • getEnabled

      public Boolean getEnabled()
    • setEnabled

      public void setEnabled(Boolean enabled)
    • getKeyStore

      public String getKeyStore()
    • setKeyStore

      public void setKeyStore(String keyStore)
    • getKeyStorePassword

      public String getKeyStorePassword()
    • setKeyStorePassword

      public void setKeyStorePassword(String keyStorePassword)