Package org.apache.camel.spring.xml
Class KeyManagersParametersFactoryBean
java.lang.Object
org.apache.camel.model.IdentifiedType
org.apache.camel.core.xml.AbstractCamelFactoryBean<T>
org.apache.camel.core.xml.util.jsse.AbstractJsseUtilFactoryBean<org.apache.camel.support.jsse.KeyManagersParameters>
org.apache.camel.core.xml.util.jsse.AbstractKeyManagersParametersFactoryBean
org.apache.camel.spring.xml.KeyManagersParametersFactoryBean
- All Implemented Interfaces:
org.apache.camel.CamelContextAware
,Aware
,FactoryBean<org.apache.camel.support.jsse.KeyManagersParameters>
,ApplicationContextAware
public class KeyManagersParametersFactoryBean
extends org.apache.camel.core.xml.util.jsse.AbstractKeyManagersParametersFactoryBean
implements FactoryBean<org.apache.camel.support.jsse.KeyManagersParameters>, ApplicationContextAware
-
Field Summary
Fields inherited from class org.apache.camel.core.xml.util.jsse.AbstractKeyManagersParametersFactoryBean
algorithm, keyPassword, provider
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.camel.CamelContext
getCamelContextWithId
(String camelContextId) void
setApplicationContext
(ApplicationContext applicationContext) void
setKeyStore
(KeyStoreParametersFactoryBean keyStore) Methods inherited from class org.apache.camel.core.xml.util.jsse.AbstractKeyManagersParametersFactoryBean
createInstance, getAlgorithm, getKeyPassword, getObject, getObjectType, getProvider, setAlgorithm, setKeyPassword, setProvider
Methods inherited from class org.apache.camel.core.xml.util.jsse.AbstractJsseUtilFactoryBean
isSingleton
Methods inherited from class org.apache.camel.core.xml.AbstractCamelFactoryBean
afterPropertiesSet, destroy, discoverDefaultCamelContext, getCamelContext, getCamelContextId, getCustomId, setCamelContext, setCamelContextId, setCustomId
Methods inherited from class org.apache.camel.model.IdentifiedType
getId, setId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.beans.factory.FactoryBean
getObject, getObjectType, isSingleton
-
Constructor Details
-
KeyManagersParametersFactoryBean
public KeyManagersParametersFactoryBean()
-
-
Method Details
-
getKeyStore
- Specified by:
getKeyStore
in classorg.apache.camel.core.xml.util.jsse.AbstractKeyManagersParametersFactoryBean
-
setKeyStore
-
getCamelContextWithId
- Specified by:
getCamelContextWithId
in classorg.apache.camel.core.xml.AbstractCamelFactoryBean<org.apache.camel.support.jsse.KeyManagersParameters>
-
setApplicationContext
- Specified by:
setApplicationContext
in interfaceApplicationContextAware
-