Class RabbitProperties.Ssl
java.lang.Object
org.springframework.boot.amqp.autoconfigure.RabbitProperties.Ssl
- Enclosing class:
RabbitProperties
- Since:
- 4.0.0
- Author:
- Greg Turnquist, Dave Syer, Stephane Nicoll, Andy Wilkinson, Josh Thornhill, Gary Russell, Artsiom Yudovin, Franjo Zilic, EddĂș MelĂ©ndez, Rafael Carvalho, Scott Frederick, Lasse Wulff, Yanming Zhou
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns whether SSL is enabled from the first address, or the configured ssl enabled flag if no addresses have been set.@Nullable String@Nullable String@Nullable Boolean@Nullable String@Nullable String@Nullable String@Nullable StringbooleanbooleanvoidsetAlgorithm(@Nullable String sslAlgorithm) voidvoidsetEnabled(@Nullable Boolean enabled) voidsetKeyStore(@Nullable String keyStore) voidsetKeyStoreAlgorithm(String keyStoreAlgorithm) voidsetKeyStorePassword(@Nullable String keyStorePassword) voidsetKeyStoreType(String keyStoreType) voidsetTrustStore(@Nullable String trustStore) voidsetTrustStoreAlgorithm(String trustStoreAlgorithm) voidsetTrustStorePassword(@Nullable String trustStorePassword) voidsetTrustStoreType(String trustStoreType) voidsetValidateServerCertificate(boolean validateServerCertificate) voidsetVerifyHostname(boolean verifyHostname)
-
Constructor Details
-
Ssl
public Ssl()
-
-
Method Details
-
getEnabled
-
determineEnabled
public boolean determineEnabled()Returns whether SSL is enabled from the first address, or the configured ssl enabled flag if no addresses have been set.- Returns:
- whether ssl is enabled
- See Also:
-
setEnabled
-
getBundle
-
setBundle
-
getKeyStore
-
setKeyStore
-
getKeyStoreType
-
setKeyStoreType
-
getKeyStorePassword
-
setKeyStorePassword
-
getKeyStoreAlgorithm
-
setKeyStoreAlgorithm
-
getTrustStore
-
setTrustStore
-
getTrustStoreType
-
setTrustStoreType
-
getTrustStorePassword
-
setTrustStorePassword
-
getTrustStoreAlgorithm
-
setTrustStoreAlgorithm
-
getAlgorithm
-
setAlgorithm
-
isValidateServerCertificate
public boolean isValidateServerCertificate() -
setValidateServerCertificate
public void setValidateServerCertificate(boolean validateServerCertificate) -
isVerifyHostname
public boolean isVerifyHostname() -
setVerifyHostname
public void setVerifyHostname(boolean verifyHostname)
-