Example usage for org.apache.hadoop.security.token.delegation.web DelegationTokenAuthenticationHandler subclass-usage

List of usage examples for org.apache.hadoop.security.token.delegation.web DelegationTokenAuthenticationHandler subclass-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.security.token.delegation.web DelegationTokenAuthenticationHandler subclass-usage.

Usage

From source file org.apache.solr.security.HttpParamDelegationTokenAuthenticationHandler.java

/**
 * AuthenticationHandler that supports delegation tokens and simple
 * authentication via the "user" http parameter
 */
public class HttpParamDelegationTokenAuthenticationHandler extends DelegationTokenAuthenticationHandler {