クラス KafkaProperties.Ssl

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

public static class KafkaProperties.Ssl extends ObjectSE
導入:
4.0.0
作成者:
Gary Russell, Stephane Nicoll, Artem Bilan, Nakul Mishra, Tomaz Fernandes, Andy Wilkinson, Scott Frederick, Yanming Zhou
  • コンストラクターの詳細

    • Ssl

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

    • getBundle

      public @Nullable StringSE getBundle()
    • setBundle

      public void setBundle(@Nullable StringSE bundle)
    • getKeyPassword

      public @Nullable StringSE getKeyPassword()
    • setKeyPassword

      public void setKeyPassword(@Nullable StringSE keyPassword)
    • getKeyStoreCertificateChain

      public @Nullable StringSE getKeyStoreCertificateChain()
    • setKeyStoreCertificateChain

      public void setKeyStoreCertificateChain(@Nullable StringSE keyStoreCertificateChain)
    • getKeyStoreKey

      public @Nullable StringSE getKeyStoreKey()
    • setKeyStoreKey

      public void setKeyStoreKey(@Nullable StringSE keyStoreKey)
    • getKeyStoreLocation

      public @Nullable Resource getKeyStoreLocation()
    • setKeyStoreLocation

      public void setKeyStoreLocation(@Nullable Resource keyStoreLocation)
    • getKeyStorePassword

      public @Nullable StringSE getKeyStorePassword()
    • setKeyStorePassword

      public void setKeyStorePassword(@Nullable StringSE keyStorePassword)
    • getKeyStoreType

      public @Nullable StringSE getKeyStoreType()
    • setKeyStoreType

      public void setKeyStoreType(@Nullable StringSE keyStoreType)
    • getTrustStoreCertificates

      public @Nullable StringSE getTrustStoreCertificates()
    • setTrustStoreCertificates

      public void setTrustStoreCertificates(@Nullable StringSE trustStoreCertificates)
    • getTrustStoreLocation

      public @Nullable Resource getTrustStoreLocation()
    • setTrustStoreLocation

      public void setTrustStoreLocation(@Nullable Resource trustStoreLocation)
    • getTrustStorePassword

      public @Nullable StringSE getTrustStorePassword()
    • setTrustStorePassword

      public void setTrustStorePassword(@Nullable StringSE trustStorePassword)
    • getTrustStoreType

      public @Nullable StringSE getTrustStoreType()
    • setTrustStoreType

      public void setTrustStoreType(@Nullable StringSE trustStoreType)
    • getProtocol

      public @Nullable StringSE getProtocol()
    • setProtocol

      public void setProtocol(@Nullable StringSE protocol)
    • buildProperties

      public MapSE<StringSE,ObjectSE> buildProperties()