Package org.apache.hadoop.security.ssl
package org.apache.hadoop.security.ssl
-
ClassDescriptionorg.apache.hadoop.security.ssl.DelegatingSSLSocketFactoryA
SSLSocketFactorythat can delegate to various SSL implementations.Default indicates Ordered, preferred OpenSSL, if failed to load then fall back to Default_JSSE.org.apache.hadoop.security.ssl.FileBasedKeyStoresFactoryKeyStoresFactoryimplementation that reads the certificates from keystore files.org.apache.hadoop.security.ssl.FileMonitoringTimerTaskImplements basic logic to track when a file changes on disk and call the action passed to the constructor when it does.org.apache.hadoop.security.ssl.KeyStoresFactoryInterface that gives access toKeyManagerandTrustManagerimplementations.org.apache.hadoop.security.ssl.ReloadingX509KeystoreManagerAn implementation ofX509KeyManagerthat exposes a method,ReloadingX509KeystoreManager.loadFrom(Path)to reload its configuration.org.apache.hadoop.security.ssl.ReloadingX509TrustManagerATrustManagerimplementation that exposes a method,ReloadingX509TrustManager.loadFrom(Path)to reload its configuration for example when the truststore file on disk changes.org.apache.hadoop.security.ssl.SSLFactoryFactory that creates SSLEngine and SSLSocketFactory instances using Hadoop configuration information.org.apache.hadoop.security.ssl.SSLFactory.Modeorg.apache.hadoop.security.ssl.SSLHostnameVerifierCopied from the not-yet-commons-ssl project at http://juliusdavies.ca/commons-ssl/ This project is not yet in Apache, but it is Apache 2.0 licensed.org.apache.hadoop.security.ssl.SSLHostnameVerifier.AbstractVerifierorg.apache.hadoop.security.ssl.SSLHostnameVerifier.Certificates