Class AbstractTrustManagersParametersFactoryBean

  • All Implemented Interfaces:
    org.apache.camel.CamelContextAware

    public abstract class AbstractTrustManagersParametersFactoryBean
    extends AbstractJsseUtilFactoryBean<org.apache.camel.support.jsse.TrustManagersParameters>
    • Field Detail

      • provider

        @Metadata(description="The optional provider identifier for the TrustManagerFactory used to create TrustManagers represented by this object\'s configuration.")
        protected String provider
      • algorithm

        @Metadata(description="The optional algorithm name for the TrustManagerFactory used to create the TrustManagers represented by this objects configuration. See the Java Secure Socket Extension Reference Guide for information about standard algorithm names.")
        protected String algorithm
      • trustManager

        @Metadata(description="To use a existing configured trust manager instead of using TrustManagerFactory to get the TrustManager.")
        protected String trustManager
    • Constructor Detail

      • AbstractTrustManagersParametersFactoryBean

        public AbstractTrustManagersParametersFactoryBean()
    • Method Detail

      • getProvider

        public String getProvider()
      • setProvider

        public void setProvider​(String value)
      • getAlgorithm

        public String getAlgorithm()
      • setAlgorithm

        public void setAlgorithm​(String value)
      • getTrustManager

        public String getTrustManager()
      • setTrustManager

        public void setTrustManager​(String trustManager)
      • createInstance

        protected org.apache.camel.support.jsse.TrustManagersParameters createInstance()
                                                                                throws Exception
        Throws:
        Exception