Class CxfClientSslProperties.CxfClientSslBundle

java.lang.Object
org.apache.cxf.spring.boot.autoconfigure.ssl.CxfClientSslProperties.CxfClientSslBundle
Enclosing class:
CxfClientSslProperties

public static class CxfClientSslProperties.CxfClientSslBundle extends Object
  • Constructor Details

    • CxfClientSslBundle

      public CxfClientSslBundle()
  • Method Details

    • getAddress

      public String getAddress()
    • setAddress

      public void setAddress(String address)
    • getBundle

      public String getBundle()
    • setBundle

      public void setBundle(String bundle)
    • getProtocol

      public String getProtocol()
    • setProtocol

      public void setProtocol(String protocol)
    • getCipherSuites

      public List<String> getCipherSuites()
    • setCipherSuites

      public void setCipherSuites(List<String> cipherSuites)
    • getDisableCnCheck

      public Boolean getDisableCnCheck()
    • setDisableCnCheck

      public void setDisableCnCheck(Boolean disableCnCheck)
    • getName

      public String getName()
    • setName

      public void setName(String name)