Class AbstractTrustManagersParametersFactoryBean
java.lang.Object
org.apache.camel.model.IdentifiedType
org.apache.camel.core.xml.AbstractCamelFactoryBean<org.apache.camel.support.jsse.TrustManagersParameters>
org.apache.camel.core.xml.util.jsse.AbstractJsseUtilFactoryBean<org.apache.camel.support.jsse.TrustManagersParameters>
org.apache.camel.core.xml.util.jsse.AbstractTrustManagersParametersFactoryBean
- All Implemented Interfaces:
org.apache.camel.CamelContextAware,org.apache.camel.spi.HasCamelContext
public abstract class AbstractTrustManagersParametersFactoryBean
extends AbstractJsseUtilFactoryBean<org.apache.camel.support.jsse.TrustManagersParameters>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.camel.support.jsse.TrustManagersParametersprotected abstract AbstractKeyStoreParametersFactoryBeanorg.apache.camel.support.jsse.TrustManagersParametersClass<org.apache.camel.support.jsse.TrustManagersParameters> voidsetAlgorithm(String value) voidsetProvider(String value) voidsetTrustManager(String trustManager) Methods inherited from class org.apache.camel.core.xml.util.jsse.AbstractJsseUtilFactoryBean
isSingletonMethods inherited from class org.apache.camel.core.xml.AbstractCamelFactoryBean
afterPropertiesSet, destroy, discoverDefaultCamelContext, getCamelContext, getCamelContextId, getCamelContextWithId, getCustomId, setCamelContext, setCamelContextId, setCustomIdMethods inherited from class org.apache.camel.model.IdentifiedType
getId, setId
-
Field Details
-
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 Details
-
AbstractTrustManagersParametersFactoryBean
public AbstractTrustManagersParametersFactoryBean()
-
-
Method Details
-
getProvider
-
setProvider
-
getAlgorithm
-
setAlgorithm
-
getTrustManager
-
setTrustManager
-
getObject
- Specified by:
getObjectin classAbstractJsseUtilFactoryBean<org.apache.camel.support.jsse.TrustManagersParameters>- Throws:
Exception
-
getObjectType
- Specified by:
getObjectTypein classAbstractJsseUtilFactoryBean<org.apache.camel.support.jsse.TrustManagersParameters>
-
createInstance
- Throws:
Exception
-
getKeyStore
-