クラス RabbitProperties.Ssl

java.lang.ObjectSE
org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
含まれているクラス:
RabbitProperties

public class RabbitProperties.Ssl extends ObjectSE
  • コンストラクターの詳細

    • Ssl

      public Ssl()
  • メソッドの詳細

    • getEnabled

      public BooleanSE getEnabled()
    • determineEnabled

      public boolean determineEnabled()
      最初のアドレスから SSL が有効になっているかどうか、アドレスが設定されていない場合は構成された ssl 有効フラグを返します。
      戻り値:
      SSL が有効かどうか
      関連事項:
    • setEnabled

      public void setEnabled(BooleanSE enabled)
    • getBundle

      public StringSE getBundle()
    • setBundle

      public void setBundle(StringSE bundle)
    • getKeyStore

      public StringSE getKeyStore()
    • setKeyStore

      public void setKeyStore(StringSE keyStore)
    • getKeyStoreType

      public StringSE getKeyStoreType()
    • setKeyStoreType

      public void setKeyStoreType(StringSE keyStoreType)
    • getKeyStorePassword

      public StringSE getKeyStorePassword()
    • setKeyStorePassword

      public void setKeyStorePassword(StringSE keyStorePassword)
    • getKeyStoreAlgorithm

      public StringSE getKeyStoreAlgorithm()
    • setKeyStoreAlgorithm

      public void setKeyStoreAlgorithm(StringSE keyStoreAlgorithm)
    • getTrustStore

      public StringSE getTrustStore()
    • setTrustStore

      public void setTrustStore(StringSE trustStore)
    • getTrustStoreType

      public StringSE getTrustStoreType()
    • setTrustStoreType

      public void setTrustStoreType(StringSE trustStoreType)
    • getTrustStorePassword

      public StringSE getTrustStorePassword()
    • setTrustStorePassword

      public void setTrustStorePassword(StringSE trustStorePassword)
    • getTrustStoreAlgorithm

      public StringSE getTrustStoreAlgorithm()
    • setTrustStoreAlgorithm

      public void setTrustStoreAlgorithm(StringSE trustStoreAlgorithm)
    • getAlgorithm

      public StringSE getAlgorithm()
    • setAlgorithm

      public void setAlgorithm(StringSE sslAlgorithm)
    • isValidateServerCertificate

      public boolean isValidateServerCertificate()
    • setValidateServerCertificate

      public void setValidateServerCertificate(boolean validateServerCertificate)
    • getVerifyHostname

      public boolean getVerifyHostname()
    • setVerifyHostname

      public void setVerifyHostname(boolean verifyHostname)