Class AbstractSSLContextServerParametersFactoryBean
java.lang.Object
org.apache.camel.model.IdentifiedType
org.apache.camel.core.xml.AbstractCamelFactoryBean<org.apache.camel.support.jsse.SSLContextServerParameters>
org.apache.camel.core.xml.util.jsse.AbstractJsseUtilFactoryBean<org.apache.camel.support.jsse.SSLContextServerParameters>
org.apache.camel.core.xml.util.jsse.AbstractBaseSSLContextParametersFactoryBean<org.apache.camel.support.jsse.SSLContextServerParameters>
org.apache.camel.core.xml.util.jsse.AbstractSSLContextServerParametersFactoryBean
- All Implemented Interfaces:
org.apache.camel.CamelContextAware,org.apache.camel.spi.HasCamelContext
public abstract class AbstractSSLContextServerParametersFactoryBean
extends AbstractBaseSSLContextParametersFactoryBean<org.apache.camel.support.jsse.SSLContextServerParameters>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.camel.support.jsse.SSLContextServerParametersClass<org.apache.camel.support.jsse.SSLContextServerParameters> voidsetClientAuthentication(String clientAuthentication) Methods 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, getCamelContextWithId, getCustomId, isSingleton, setCamelContext, setCamelContextId, setCustomIdMethods inherited from class org.apache.camel.model.IdentifiedType
getId, setId
-
Field Details
-
clientAuthentication
@Metadata(description="The configuration options for server-side client-authentication requirements.", enums="NONE,WANT,REQUIRE") protected String clientAuthentication
-
-
Constructor Details
-
AbstractSSLContextServerParametersFactoryBean
public AbstractSSLContextServerParametersFactoryBean()
-
-
Method Details
-
getClientAuthentication
-
setClientAuthentication
-
createInstance
protected org.apache.camel.support.jsse.SSLContextServerParameters createInstance()- Specified by:
createInstancein classAbstractBaseSSLContextParametersFactoryBean<org.apache.camel.support.jsse.SSLContextServerParameters>
-
getObjectType
- Specified by:
getObjectTypein classAbstractJsseUtilFactoryBean<org.apache.camel.support.jsse.SSLContextServerParameters>
-