Class KafkaProperties.Ssl
- java.lang.Object
- org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
- Enclosing class:
- KafkaProperties
public static class KafkaProperties.Ssl extends Object
Constructor Summary
Constructors Constructor Description Ssl()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKeyPassword()org.springframework.core.io.ResourcegetKeystoreLocation()StringgetKeystorePassword()org.springframework.core.io.ResourcegetTruststoreLocation()StringgetTruststorePassword()voidsetKeyPassword(String keyPassword)voidsetKeystoreLocation(org.springframework.core.io.Resource keystoreLocation)voidsetKeystorePassword(String keystorePassword)voidsetTruststoreLocation(org.springframework.core.io.Resource truststoreLocation)voidsetTruststorePassword(String truststorePassword)
Constructor Detail
Ssl
public Ssl()
Method Detail
getKeyPassword
public String getKeyPassword()
setKeyPassword
public void setKeyPassword(String keyPassword)
getKeystoreLocation
public org.springframework.core.io.Resource getKeystoreLocation()
setKeystoreLocation
public void setKeystoreLocation(org.springframework.core.io.Resource keystoreLocation)
getKeystorePassword
public String getKeystorePassword()
setKeystorePassword
public void setKeystorePassword(String keystorePassword)
getTruststoreLocation
public org.springframework.core.io.Resource getTruststoreLocation()
setTruststoreLocation
public void setTruststoreLocation(org.springframework.core.io.Resource truststoreLocation)
getTruststorePassword
public String getTruststorePassword()
setTruststorePassword
public void setTruststorePassword(String truststorePassword)