Camel Configuration UtilitiesPage edited by David ValeriChanges (12)
Full ContentJSSE UtilityThe JSSE Utility allows you to easily configure aspects of the Java Secure Socket Extension (JSSE) API in order to greatly simplify the use of custom transport layer security (TLS) settings on Camel components. Supported ComponentsThe following Camel components directly support the use of this configuration utility: The following Camel components indirectly support the use of this configuration utility: ConfigurationThe key component in configuring TLS through the JSSE API is the SSLContext. The SSLContext provides socket factories for both client-side and server-side sockets as well as another component called an SSLEngine that is used by non-blocking IO to support TLS. The JSSE configuration utility provides an easy to use builder for configuring these JSSE components, among others, in a manner that allows you to provide all configuration options up front during the initialization of your application such that you don't have to customize library code or dig though the inner workings of a third-party library in order to inject hooks for the configuration of each component in the JSSE API. The central builder in the JSSE configuration utility is the SSLContextParameters. This class serves as the entry point for most configuration in the JSSE utility. SSLContextParametersNote: All non-native classes are in the org.apache.camel.util.jsse package and all Spring Namespace elements are in the ????? namespace.
SSLContextClientParameters clientParameters;
Change Notification Preferences
View Online
|
View Changes
|
Add Comment
|
- [CONF] Apache Camel > Camel Configuration Utilities confluence
- [CONF] Apache Camel > Camel Configuration Utilities confluence
- [CONF] Apache Camel > Camel Configuration Utilities confluence
- [CONF] Apache Camel > Camel Configuration Utilities confluence
- [CONF] Apache Camel > Camel Configuration Utilities confluence
- [CONF] Apache Camel > Camel Configuration Utilities confluence
- [CONF] Apache Camel > Camel Configuration Utilities confluence
- [CONF] Apache Camel > Camel Configuration Utilities confluence