Example usage for org.apache.hadoop.security.authentication.client ConnectionConfigurator interface-usage

List of usage examples for org.apache.hadoop.security.authentication.client ConnectionConfigurator interface-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.security.authentication.client ConnectionConfigurator interface-usage.

Usage

From source file org.apache.tez.http.SSLFactory.java

/**
 * Factory that creates SSLEngine and SSLSocketFactory instances using
 * Hadoop configuration information.
 * <p/>
 * This SSLFactory uses a {@link org.apache.hadoop.security.ssl.ReloadingX509TrustManager} instance,
 * which reloads public keys if the truststore file changes.