Example usage for org.apache.hadoop.security.authentication.client PseudoAuthenticator subclass-usage

List of usage examples for org.apache.hadoop.security.authentication.client PseudoAuthenticator subclass-usage

Introduction

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

Usage

From source file com.pigai.hadoop.HttpPseudoAuthenticator.java

/**
 * A <code>PseudoAuthenticator</code> subclass that uses FileSystemAccess's
 * <code>UserGroupInformation</code> to obtain the client user name (the UGI's login user).
 */
public class HttpPseudoAuthenticator extends PseudoAuthenticator {