Package org.apache.camel
Interface SSLContextParametersAware
- All Superinterfaces:
CamelContextAware
,HasCamelContext
Indicates that an object is able to use the global
SSLContextParameters
if configured.-
Method Summary
Modifier and TypeMethodDescriptionboolean
Determine if the implementing object is using global SSL context parameters.default SSLContextParameters
Returns the globalSSLContextParameters
if enabled on the implementing object, null otherwise.void
setUseGlobalSslContextParameters
(boolean useGlobalSslContextParameters) Enable usage of global SSL context parameters.Methods inherited from interface org.apache.camel.CamelContextAware
setCamelContext
Methods inherited from interface org.apache.camel.spi.HasCamelContext
getCamelContext
-
Method Details
-
retrieveGlobalSslContextParameters
Returns the globalSSLContextParameters
if enabled on the implementing object, null otherwise. -
isUseGlobalSslContextParameters
boolean isUseGlobalSslContextParameters()Determine if the implementing object is using global SSL context parameters. -
setUseGlobalSslContextParameters
void setUseGlobalSslContextParameters(boolean useGlobalSslContextParameters) Enable usage of global SSL context parameters.
-