Class KafkaProperties.Ssl

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

public static class KafkaProperties.Ssl extends Object
  • Constructor Details

    • Ssl

      public Ssl()
  • Method Details

    • getBundle

      public String getBundle()
    • setBundle

      public void setBundle(String bundle)
    • getKeyPassword

      public String getKeyPassword()
    • setKeyPassword

      public void setKeyPassword(String keyPassword)
    • getKeyStoreCertificateChain

      public String getKeyStoreCertificateChain()
    • setKeyStoreCertificateChain

      public void setKeyStoreCertificateChain(String keyStoreCertificateChain)
    • getKeyStoreKey

      public String getKeyStoreKey()
    • setKeyStoreKey

      public void setKeyStoreKey(String keyStoreKey)
    • getKeyStoreLocation

      public Resource getKeyStoreLocation()
    • setKeyStoreLocation

      public void setKeyStoreLocation(Resource keyStoreLocation)
    • getKeyStorePassword

      public String getKeyStorePassword()
    • setKeyStorePassword

      public void setKeyStorePassword(String keyStorePassword)
    • getKeyStoreType

      public String getKeyStoreType()
    • setKeyStoreType

      public void setKeyStoreType(String keyStoreType)
    • getTrustStoreCertificates

      public String getTrustStoreCertificates()
    • setTrustStoreCertificates

      public void setTrustStoreCertificates(String trustStoreCertificates)
    • getTrustStoreLocation

      public Resource getTrustStoreLocation()
    • setTrustStoreLocation

      public void setTrustStoreLocation(Resource trustStoreLocation)
    • getTrustStorePassword

      public String getTrustStorePassword()
    • setTrustStorePassword

      public void setTrustStorePassword(String trustStorePassword)
    • getTrustStoreType

      public String getTrustStoreType()
    • setTrustStoreType

      public void setTrustStoreType(String trustStoreType)
    • getProtocol

      public String getProtocol()
    • setProtocol

      public void setProtocol(String protocol)
    • buildProperties

      @Deprecated(since="3.2.0", forRemoval=true) public Map<String,Object> buildProperties()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • buildProperties

      public Map<String,Object> buildProperties(SslBundles sslBundles)