public abstract class AbstractTrustManagersParametersFactoryBean extends AbstractJsseUtilFactoryBean<org.apache.camel.support.jsse.TrustManagersParameters>
| Modifier and Type | Field and Description |
|---|---|
protected String |
algorithm |
protected String |
provider |
protected String |
trustManager |
| Constructor and Description |
|---|
AbstractTrustManagersParametersFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.support.jsse.TrustManagersParameters |
createInstance() |
String |
getAlgorithm() |
protected abstract AbstractKeyStoreParametersFactoryBean |
getKeyStore() |
org.apache.camel.support.jsse.TrustManagersParameters |
getObject() |
Class<org.apache.camel.support.jsse.TrustManagersParameters> |
getObjectType() |
String |
getProvider() |
String |
getTrustManager() |
void |
setAlgorithm(String value) |
void |
setProvider(String value) |
void |
setTrustManager(String trustManager) |
isSingletonafterPropertiesSet, destroy, discoverDefaultCamelContext, getCamelContext, getCamelContextId, getCamelContextWithId, getCustomId, setCamelContext, setCamelContextId, setCustomId@Metadata(description="The optional provider identifier for the TrustManagerFactory used to create TrustManagers represented by this object\'s configuration.") protected String provider
@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
@Metadata(description="To use a existing configured trust manager instead of using TrustManagerFactory to get the TrustManager.") protected String trustManager
public AbstractTrustManagersParametersFactoryBean()
public String getProvider()
public void setProvider(String value)
public String getAlgorithm()
public void setAlgorithm(String value)
public String getTrustManager()
public void setTrustManager(String trustManager)
public org.apache.camel.support.jsse.TrustManagersParameters getObject()
throws Exception
getObject in class AbstractJsseUtilFactoryBean<org.apache.camel.support.jsse.TrustManagersParameters>Exceptionpublic Class<org.apache.camel.support.jsse.TrustManagersParameters> getObjectType()
getObjectType in class AbstractJsseUtilFactoryBean<org.apache.camel.support.jsse.TrustManagersParameters>protected org.apache.camel.support.jsse.TrustManagersParameters createInstance()
throws Exception
Exceptionprotected abstract AbstractKeyStoreParametersFactoryBean getKeyStore()
Apache Camel