Class ReloadingX509TrustManager

java.lang.Object
org.apache.hadoop.security.ssl.ReloadingX509TrustManager
All Implemented Interfaces:
TrustManager, X509TrustManager

@Private @Evolving public final class ReloadingX509TrustManager extends Object implements X509TrustManager
A TrustManager implementation that exposes a method, loadFrom(Path) to reload its configuration for example when the truststore file on disk changes.