Uses of Class
org.apache.camel.main.SSLConfigurationProperties
-
Uses of SSLConfigurationProperties in org.apache.camel.main
Methods in org.apache.camel.main that return SSLConfigurationPropertiesModifier and TypeMethodDescriptionMainConfigurationProperties.sslConfig()To configure SSL.SSLConfigurationProperties.withClientAuthentication(String clientAuthentication) Sets the configuration for server-side client-authentication requirementsSSLConfigurationProperties.withEnabled(boolean enabled) Enables SSL in your Camel application.SSLConfigurationProperties.withKeyStore(String keyStore) Sets the SSL Keystore.SSLConfigurationProperties.withKeystorePassword(String keystorePassword) Sets the SSL Keystore password.SSLConfigurationProperties.withTrustStore(String trustStore) Sets the SSL Truststore.SSLConfigurationProperties.withTrustStorePassword(String trustStorePassword) Sets the SSL Truststore password.