Example usage for org.apache.hadoop.security.authentication.server PseudoAuthenticationHandler subclass-usage

List of usage examples for org.apache.hadoop.security.authentication.server PseudoAuthenticationHandler subclass-usage

Introduction

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

Usage

From source file org.apache.falcon.security.RemoteUserInHeaderBasedAuthenticationHandler.java

/**
 * This class is for backwards compatibility with clients who send Remote-User in the request
 * header else delegates to PseudoAuthenticationHandler.
 *
 * This is a temporary solution until Falcon clients (0.3) are deprecated.
 */