Class CamelSslClientConfiguration
- java.lang.Object
-
- de.ikor.sip.foundation.security.config.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 Summary
Constructors Constructor Description CamelSslClientConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
initCamelContextClientSsl()
Configure the httpcomponent of camel rest client to use custom ssl settings (different keystores, potentially client certificates) if necessary
-