Class RabbitProperties.Ssl

java.lang.Object
org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
Enclosing class:
RabbitProperties

public class RabbitProperties.Ssl extends Object
  • Constructor Details

    • Ssl

      public Ssl()
  • Method Details

    • getEnabled

      public Boolean 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

      public void setEnabled(Boolean enabled)
    • getBundle

      public String getBundle()
    • setBundle

      public void setBundle(String bundle)
    • getKeyStore

      public String getKeyStore()
    • setKeyStore

      public void setKeyStore(String keyStore)
    • getKeyStoreType

      public String getKeyStoreType()
    • setKeyStoreType

      public void setKeyStoreType(String keyStoreType)
    • getKeyStorePassword

      public String getKeyStorePassword()
    • setKeyStorePassword

      public void setKeyStorePassword(String keyStorePassword)
    • getKeyStoreAlgorithm

      public String getKeyStoreAlgorithm()
    • setKeyStoreAlgorithm

      public void setKeyStoreAlgorithm(String keyStoreAlgorithm)
    • getTrustStore

      public String getTrustStore()
    • setTrustStore

      public void setTrustStore(String trustStore)
    • getTrustStoreType

      public String getTrustStoreType()
    • setTrustStoreType

      public void setTrustStoreType(String trustStoreType)
    • getTrustStorePassword

      public String getTrustStorePassword()
    • setTrustStorePassword

      public void setTrustStorePassword(String trustStorePassword)
    • getTrustStoreAlgorithm

      public String getTrustStoreAlgorithm()
    • setTrustStoreAlgorithm

      public void setTrustStoreAlgorithm(String trustStoreAlgorithm)
    • getAlgorithm

      public String getAlgorithm()
    • setAlgorithm

      public void setAlgorithm(String sslAlgorithm)
    • isValidateServerCertificate

      public boolean isValidateServerCertificate()
    • setValidateServerCertificate

      public void setValidateServerCertificate(boolean validateServerCertificate)
    • getVerifyHostname

      public boolean getVerifyHostname()
    • setVerifyHostname

      public void setVerifyHostname(boolean verifyHostname)