Class ReloadingX509KeystoreManager

java.lang.Object
javax.net.ssl.X509ExtendedKeyManager
org.apache.hadoop.security.ssl.ReloadingX509KeystoreManager
All Implemented Interfaces:
KeyManager, X509KeyManager

@Private @Evolving public class ReloadingX509KeystoreManager extends X509ExtendedKeyManager
An implementation of X509KeyManager that exposes a method, loadFrom(Path) to reload its configuration. Note that it is necessary to implement the X509ExtendedKeyManager to properly delegate the additional methods, otherwise the SSL handshake will fail.