Class AbstractSSLContextServerParametersFactoryBean

  • All Implemented Interfaces:
    org.apache.camel.CamelContextAware

    public abstract class AbstractSSLContextServerParametersFactoryBean
    extends AbstractBaseSSLContextParametersFactoryBean<org.apache.camel.support.jsse.SSLContextServerParameters>
    • Field Detail

      • clientAuthentication

        @Metadata(description="The optional configuration options for server-side client-authentication requirements.")
        protected String clientAuthentication
    • Constructor Detail

      • AbstractSSLContextServerParametersFactoryBean

        public AbstractSSLContextServerParametersFactoryBean()
    • Method Detail

      • getClientAuthentication

        public String getClientAuthentication()
      • setClientAuthentication

        public void setClientAuthentication​(String clientAuthentication)
      • getObjectType

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