Class KafkaProperties.Ssl

java.lang.Object
org.springframework.boot.kafka.autoconfigure.KafkaProperties.Ssl
Enclosing class:
KafkaProperties

public static class KafkaProperties.Ssl extends Object
Since:
4.0.0
Author:
Gary Russell, Stephane Nicoll, Artem Bilan, Nakul Mishra, Tomaz Fernandes, Andy Wilkinson, Scott Frederick, Yanming Zhou
  • Constructor Details

    • Ssl

      public Ssl()
  • Method Details

    • getBundle

      public @Nullable String getBundle()
    • setBundle

      public void setBundle(@Nullable String bundle)
    • getKeyPassword

      public @Nullable String getKeyPassword()
    • setKeyPassword

      public void setKeyPassword(@Nullable String keyPassword)
    • getKeyStoreCertificateChain

      public @Nullable String getKeyStoreCertificateChain()
    • setKeyStoreCertificateChain

      public void setKeyStoreCertificateChain(@Nullable String keyStoreCertificateChain)
    • getKeyStoreKey

      public @Nullable String getKeyStoreKey()
    • setKeyStoreKey

      public void setKeyStoreKey(@Nullable String keyStoreKey)
    • getKeyStoreLocation

      public @Nullable Resource getKeyStoreLocation()
    • setKeyStoreLocation

      public void setKeyStoreLocation(@Nullable Resource keyStoreLocation)
    • getKeyStorePassword

      public @Nullable String getKeyStorePassword()
    • setKeyStorePassword

      public void setKeyStorePassword(@Nullable String keyStorePassword)
    • getKeyStoreType

      public @Nullable String getKeyStoreType()
    • setKeyStoreType

      public void setKeyStoreType(@Nullable String keyStoreType)
    • getTrustStoreCertificates

      public @Nullable String getTrustStoreCertificates()
    • setTrustStoreCertificates

      public void setTrustStoreCertificates(@Nullable String trustStoreCertificates)
    • getTrustStoreLocation

      public @Nullable Resource getTrustStoreLocation()
    • setTrustStoreLocation

      public void setTrustStoreLocation(@Nullable Resource trustStoreLocation)
    • getTrustStorePassword

      public @Nullable String getTrustStorePassword()
    • setTrustStorePassword

      public void setTrustStorePassword(@Nullable String trustStorePassword)
    • getTrustStoreType

      public @Nullable String getTrustStoreType()
    • setTrustStoreType

      public void setTrustStoreType(@Nullable String trustStoreType)
    • getProtocol

      public @Nullable String getProtocol()
    • setProtocol

      public void setProtocol(@Nullable String protocol)
    • buildProperties

      public Map<String,Object> buildProperties()