クラス CouchbaseProperties.Ssl

java.lang.ObjectSE
org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
含まれているクラス:
CouchbaseProperties

public static class CouchbaseProperties.Ssl extends ObjectSE
  • コンストラクターの詳細

    • Ssl

      public Ssl()
  • メソッドの詳細

    • getEnabled

      public BooleanSE getEnabled()
    • setEnabled

      public void setEnabled(BooleanSE enabled)
    • getKeyStore

      @DeprecatedSE(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", since="3.1.0") public StringSE getKeyStore()
      非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
    • setKeyStore

      @DeprecatedSE(since="3.1.0", forRemoval=true) public void setKeyStore(StringSE keyStore)
      非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
    • getKeyStorePassword

      @DeprecatedSE(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", since="3.1.0") public StringSE getKeyStorePassword()
      非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
    • setKeyStorePassword

      @DeprecatedSE(since="3.1.0", forRemoval=true) public void setKeyStorePassword(StringSE keyStorePassword)
      非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
    • getBundle

      public StringSE getBundle()
    • setBundle

      public void setBundle(StringSE bundle)