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 TypeMethodDescriptionbooleanDetermine if the implementing object is using global SSL context parameters.default SSLContextParametersReturns the globalSSLContextParametersif enabled on the implementing object, null otherwise.voidsetUseGlobalSslContextParameters(boolean useGlobalSslContextParameters) Enable usage of global SSL context parameters.Methods inherited from interface org.apache.camel.CamelContextAware
setCamelContextMethods inherited from interface org.apache.camel.spi.HasCamelContext
getCamelContext
-
Method Details
-
retrieveGlobalSslContextParameters
Returns the globalSSLContextParametersif 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.
-