Module org.elasticsearch.xcore
Package org.elasticsearch.xpack.core.ssl
Class SSLConfigurationReloader
java.lang.Object
org.elasticsearch.xpack.core.ssl.SSLConfigurationReloader
Ensures that the files backing an
SslConfiguration are monitored for changes and the underlying key/trust material is reloaded
and the SSLContext has existing sessions invalidated to force the use of the new key/trust material-
Constructor Summary
ConstructorsConstructorDescriptionSSLConfigurationReloader(ResourceWatcherService resourceWatcherService, Collection<SslConfiguration> sslConfigurations) -
Method Summary
-
Constructor Details
-
SSLConfigurationReloader
public SSLConfigurationReloader(ResourceWatcherService resourceWatcherService, Collection<SslConfiguration> sslConfigurations)
-
-
Method Details
-
setSSLService
-