public static class KafkaProperties.Ssl extends Object
Constructor and Description |
---|
Ssl() |
Modifier and Type | Method and Description |
---|---|
String |
getKeyPassword() |
org.springframework.core.io.Resource |
getKeystoreLocation() |
String |
getKeystorePassword() |
org.springframework.core.io.Resource |
getTruststoreLocation() |
String |
getTruststorePassword() |
void |
setKeyPassword(String keyPassword) |
void |
setKeystoreLocation(org.springframework.core.io.Resource keystoreLocation) |
void |
setKeystorePassword(String keystorePassword) |
void |
setTruststoreLocation(org.springframework.core.io.Resource truststoreLocation) |
void |
setTruststorePassword(String truststorePassword) |
public String getKeyPassword()
public void setKeyPassword(String keyPassword)
public org.springframework.core.io.Resource getKeystoreLocation()
public void setKeystoreLocation(org.springframework.core.io.Resource keystoreLocation)
public String getKeystorePassword()
public void setKeystorePassword(String keystorePassword)
public org.springframework.core.io.Resource getTruststoreLocation()
public void setTruststoreLocation(org.springframework.core.io.Resource truststoreLocation)
public String getTruststorePassword()
public void setTruststorePassword(String truststorePassword)
Copyright © 2010–2018. All rights reserved.