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

      @Deprecated(since="3.1.0", forRemoval=true) @DeprecatedConfigurationProperty(reason="SSL bundle support with spring.ssl.bundle and spring.couchbase.env.ssl.bundle should be used instead") public String getKeyStore()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setKeyStore

      @Deprecated(since="3.1.0", forRemoval=true) public void setKeyStore(String keyStore)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getKeyStorePassword

      @Deprecated(since="3.1.0", forRemoval=true) @DeprecatedConfigurationProperty(reason="SSL bundle support with spring.ssl.bundle and spring.couchbase.env.ssl.bundle should be used instead") public String getKeyStorePassword()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setKeyStorePassword

      @Deprecated(since="3.1.0", forRemoval=true) public void setKeyStorePassword(String keyStorePassword)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getBundle

      public String getBundle()
    • setBundle

      public void setBundle(String bundle)