Class CamelSslClientConfiguration


  • @Configuration
    @ConditionalOnProperty(name="sip.security.ssl.client.enabled",
                           havingValue="true")
    public class CamelSslClientConfiguration
    extends Object
    Configure camel security related settings
    Author:
    thomas.stieglmaier
    • Constructor Detail

      • CamelSslClientConfiguration

        public CamelSslClientConfiguration()
    • Method Detail

      • initCamelContextClientSsl

        @PostConstruct
        public void initCamelContextClientSsl()
        Configure the httpcomponent of camel rest client to use custom ssl settings (different keystores, potentially client certificates) if necessary