Package org.apache.camel.spring.xml
Class SSLContextParametersFactoryBean
java.lang.Object
org.apache.camel.model.IdentifiedType
org.apache.camel.core.xml.AbstractCamelFactoryBean<org.apache.camel.support.jsse.SSLContextParameters>
org.apache.camel.core.xml.util.jsse.AbstractJsseUtilFactoryBean<org.apache.camel.support.jsse.SSLContextParameters>
org.apache.camel.core.xml.util.jsse.AbstractBaseSSLContextParametersFactoryBean<org.apache.camel.support.jsse.SSLContextParameters>
org.apache.camel.core.xml.util.jsse.AbstractSSLContextParametersFactoryBean
org.apache.camel.spring.xml.SSLContextParametersFactoryBean
- All Implemented Interfaces:
org.apache.camel.CamelContextAware,org.apache.camel.spi.HasCamelContext,org.springframework.beans.factory.Aware,org.springframework.beans.factory.FactoryBean<org.apache.camel.support.jsse.SSLContextParameters>,org.springframework.context.ApplicationContextAware
@Metadata(label="security,configuration")
public class SSLContextParametersFactoryBean
extends org.apache.camel.core.xml.util.jsse.AbstractSSLContextParametersFactoryBean
implements org.springframework.beans.factory.FactoryBean<org.apache.camel.support.jsse.SSLContextParameters>, org.springframework.context.ApplicationContextAware
Secure socket protocol configuration
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.camel.CamelContextgetCamelContextWithId(String camelContextId) voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) voidsetClientParameters(SSLContextClientParametersFactoryBean clientParameters) voidsetKeyManagers(KeyManagersParametersFactoryBean keyManagers) voidsetSecureRandom(SecureRandomParametersFactoryBean secureRandom) voidsetServerParameters(SSLContextServerParametersFactoryBean serverParameters) voidsetTrustManagers(TrustManagersParametersFactoryBean trustManagers) Methods inherited from class org.apache.camel.core.xml.util.jsse.AbstractSSLContextParametersFactoryBean
createInstance, getCertAlias, getObjectType, getProvider, getSecureSocketProtocol, setCertAlias, setProvider, setSecureSocketProtocolMethods inherited from class org.apache.camel.core.xml.util.jsse.AbstractBaseSSLContextParametersFactoryBean
getCipherSuites, getCipherSuitesFilter, getObject, getSecureSocketProtocols, getSecureSocketProtocolsFilter, getSessionTimeout, setCipherSuites, setCipherSuitesFilter, setSecureSocketProtocols, setSecureSocketProtocolsFilter, setSessionTimeoutMethods inherited from class org.apache.camel.core.xml.AbstractCamelFactoryBean
afterPropertiesSet, destroy, discoverDefaultCamelContext, getCamelContext, getCamelContextId, getCustomId, isSingleton, setCamelContext, setCamelContextId, setCustomIdMethods inherited from class org.apache.camel.model.IdentifiedType
getId, setIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBean
getObject, getObjectType, isSingleton
-
Constructor Details
-
SSLContextParametersFactoryBean
public SSLContextParametersFactoryBean()
-
-
Method Details
-
getKeyManagers
- Specified by:
getKeyManagersin classorg.apache.camel.core.xml.util.jsse.AbstractSSLContextParametersFactoryBean
-
setKeyManagers
-
getTrustManagers
- Specified by:
getTrustManagersin classorg.apache.camel.core.xml.util.jsse.AbstractSSLContextParametersFactoryBean
-
setTrustManagers
-
getSecureRandom
- Specified by:
getSecureRandomin classorg.apache.camel.core.xml.util.jsse.AbstractSSLContextParametersFactoryBean
-
setSecureRandom
-
getClientParameters
- Specified by:
getClientParametersin classorg.apache.camel.core.xml.util.jsse.AbstractSSLContextParametersFactoryBean
-
setClientParameters
-
getServerParameters
- Specified by:
getServerParametersin classorg.apache.camel.core.xml.util.jsse.AbstractSSLContextParametersFactoryBean
-
setServerParameters
-
getCamelContextWithId
- Specified by:
getCamelContextWithIdin classorg.apache.camel.core.xml.AbstractCamelFactoryBean<org.apache.camel.support.jsse.SSLContextParameters>
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) - Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware
-