public static class RabbitProperties.Ssl extends Object
Constructor and Description |
---|
Ssl() |
Modifier and Type | Method and Description |
---|---|
Properties |
createSslProperties()
Create the ssl configuration as expected by the
RabbitConnectionFactoryBean . |
String |
getKeyStore() |
String |
getKeyStorePassword() |
String |
getTrustStore() |
String |
getTrustStorePassword() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setKeyStore(String keyStore) |
void |
setKeyStorePassword(String keyStorePassword) |
void |
setTrustStore(String trustStore) |
void |
setTrustStorePassword(String trustStorePassword) |
public boolean isEnabled()
public void setEnabled(boolean enabled)
public String getKeyStore()
public void setKeyStore(String keyStore)
public String getKeyStorePassword()
public void setKeyStorePassword(String keyStorePassword)
public String getTrustStore()
public void setTrustStore(String trustStore)
public String getTrustStorePassword()
public void setTrustStorePassword(String trustStorePassword)
public Properties createSslProperties()
RabbitConnectionFactoryBean
.Copyright © 2015 Pivotal Software, Inc.. All rights reserved.