public abstract class AbstractSSLContextServerParametersFactoryBean extends AbstractBaseSSLContextParametersFactoryBean<org.apache.camel.support.jsse.SSLContextServerParameters>
| Modifier and Type | Field and Description |
|---|---|
protected String |
clientAuthentication |
| Constructor and Description |
|---|
AbstractSSLContextServerParametersFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.support.jsse.SSLContextServerParameters |
createInstance() |
String |
getClientAuthentication() |
Class<org.apache.camel.support.jsse.SSLContextServerParameters> |
getObjectType() |
void |
setClientAuthentication(String clientAuthentication) |
getCipherSuites, getCipherSuitesFilter, getObject, getSecureSocketProtocols, getSecureSocketProtocolsFilter, getSessionTimeout, setCipherSuites, setCipherSuitesFilter, setSecureSocketProtocols, setSecureSocketProtocolsFilter, setSessionTimeoutisSingletonafterPropertiesSet, destroy, discoverDefaultCamelContext, getCamelContext, getCamelContextId, getCamelContextWithId, getCustomId, setCamelContext, setCamelContextId, setCustomIdprotected String clientAuthentication
public AbstractSSLContextServerParametersFactoryBean()
public String getClientAuthentication()
public void setClientAuthentication(String clientAuthentication)
protected org.apache.camel.support.jsse.SSLContextServerParameters createInstance()
createInstance in class AbstractBaseSSLContextParametersFactoryBean<org.apache.camel.support.jsse.SSLContextServerParameters>public Class<org.apache.camel.support.jsse.SSLContextServerParameters> getObjectType()
getObjectType in class AbstractJsseUtilFactoryBean<org.apache.camel.support.jsse.SSLContextServerParameters>Apache Camel