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

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

Introduction

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

Usage

From source file com.bigstep.datalake.KerberosIdentityAuthenticator.java

/**
 * The {@link org.apache.hadoop.security.authentication.client.KerberosAuthenticator} implements the Kerberos SPNEGO authentication sequence.
 * <p>
 * It uses the default principal for the Kerberos cache (normally set via kinit).
 * <p>
 * It falls back to the {@link PseudoAuthenticator} if the HTTP endpoint does not trigger an SPNEGO authentication

From source file com.flipkart.fdp.migration.distcp.security.KerberosAuthenticator2.java

public class KerberosAuthenticator2 implements Authenticator {

    /**
     * HTTP header used by the SPNEGO server endpoint during an authentication
     * sequence.
     */

From source file com.flipkart.fdp.migration.distcp.security.PseudoAuthenticator2.java

/**
 * The {@link PseudoAuthenticator} implementation provides an authentication
 * equivalent to Hadoop's Simple authentication, it trusts the value of the
 * 'user.name' Java System property.
 * <p/>
 * The 'user.name' value is propagated using an additional query string

From source file main.client.http.KerberosAuthenticator2.java

/**
 * The {@link KerberosAuthenticator} implements the Kerberos SPNEGO
 * authentication sequence.
 * <p/>
 * It uses the default principal for the Kerberos cache (normally set via
 * kinit).

From source file main.client.http.PseudoAuthenticator2.java

/**
 * The {@link PseudoAuthenticator} implementation provides an authentication
 * equivalent to Hadoop's Simple authentication, it trusts the value of the
 * 'user.name' Java System property.
 * <p/>
 * The 'user.name' value is propagated using an additional query string