org.apache.camel.core.xml.util.jsse
Class AbstractSSLContextServerParametersFactoryBean

java.lang.Object
  extended by org.apache.camel.model.IdentifiedType
      extended by org.apache.camel.core.xml.AbstractCamelFactoryBean<T>
          extended by org.apache.camel.core.xml.util.jsse.AbstractJsseUtilFactoryBean<T>
              extended by org.apache.camel.core.xml.util.jsse.AbstractBaseSSLContextParametersFactoryBean<org.apache.camel.util.jsse.SSLContextServerParameters>
                  extended by org.apache.camel.core.xml.util.jsse.AbstractSSLContextServerParametersFactoryBean
All Implemented Interfaces:
org.apache.camel.CamelContextAware

public abstract class AbstractSSLContextServerParametersFactoryBean
extends AbstractBaseSSLContextParametersFactoryBean<org.apache.camel.util.jsse.SSLContextServerParameters>


Field Summary
protected  String clientAuthentication
           
 
Constructor Summary
AbstractSSLContextServerParametersFactoryBean()
           
 
Method Summary
protected  org.apache.camel.util.jsse.SSLContextServerParameters createInstance()
           
 String getClientAuthentication()
           
 Class<org.apache.camel.util.jsse.SSLContextServerParameters> getObjectType()
           
 void setClientAuthentication(String clientAuthentication)
           
 
Methods inherited from class org.apache.camel.core.xml.util.jsse.AbstractBaseSSLContextParametersFactoryBean
getCipherSuites, getCipherSuitesFilter, getObject, getSecureSocketProtocols, getSecureSocketProtocolsFilter, getSessionTimeout, setCipherSuites, setCipherSuitesFilter, setSecureSocketProtocols, setSecureSocketProtocolsFilter, setSessionTimeout
 
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, getCamelContext, getCamelContextId, getCamelContextWithId, setCamelContext, setCamelContextId
 
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
 

Field Detail

clientAuthentication

protected String clientAuthentication
Constructor Detail

AbstractSSLContextServerParametersFactoryBean

public AbstractSSLContextServerParametersFactoryBean()
Method Detail

getClientAuthentication

public String getClientAuthentication()

setClientAuthentication

public void setClientAuthentication(String clientAuthentication)

createInstance

protected org.apache.camel.util.jsse.SSLContextServerParameters createInstance()
Specified by:
createInstance in class AbstractBaseSSLContextParametersFactoryBean<org.apache.camel.util.jsse.SSLContextServerParameters>

getObjectType

public Class<org.apache.camel.util.jsse.SSLContextServerParameters> getObjectType()
Specified by:
getObjectType in class AbstractJsseUtilFactoryBean<org.apache.camel.util.jsse.SSLContextServerParameters>


Apache CAMEL