public abstract class AbstractSSLContextServerParametersFactoryBean extends AbstractBaseSSLContextParametersFactoryBean<org.apache.camel.util.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.util.jsse.SSLContextServerParameters |
createInstance() |
String |
getClientAuthentication() |
Class<org.apache.camel.util.jsse.SSLContextServerParameters> |
getObjectType() |
void |
setClientAuthentication(String clientAuthentication) |
getCipherSuites, getCipherSuitesFilter, getObject, getSecureSocketProtocols, getSecureSocketProtocolsFilter, getSessionTimeout, setCipherSuites, setCipherSuitesFilter, setSecureSocketProtocols, setSecureSocketProtocolsFilter, setSessionTimeout
isSingleton
afterPropertiesSet, destroy, discoverDefaultCamelContext, getCamelContext, getCamelContextId, getCamelContextWithId, getCustomId, setCamelContext, setCamelContextId, setCustomId
protected String clientAuthentication
public AbstractSSLContextServerParametersFactoryBean()
public String getClientAuthentication()
public void setClientAuthentication(String clientAuthentication)
protected org.apache.camel.util.jsse.SSLContextServerParameters createInstance()
createInstance
in class AbstractBaseSSLContextParametersFactoryBean<org.apache.camel.util.jsse.SSLContextServerParameters>
public Class<org.apache.camel.util.jsse.SSLContextServerParameters> getObjectType()
getObjectType
in class AbstractJsseUtilFactoryBean<org.apache.camel.util.jsse.SSLContextServerParameters>
Apache Camel