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

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

Introduction

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

Usage

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

/**
 * This is an authentication filter based on Hadoop's {@link DelegationTokenAuthenticationFilter}.
 * The Kerberos plugin can be configured to use delegation tokens, which allow an
 * application to reuse the authentication of an end-user or another application.
 */
public class DelegationTokenKerberosFilter extends DelegationTokenAuthenticationFilter {

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

/**
 * This is an authentication filter based on Hadoop's {@link DelegationTokenAuthenticationFilter}.
 */
public class HadoopAuthFilter extends DelegationTokenAuthenticationFilter {
    /**
     * This property defines the configuration parameter storing the Solr zookeeper client ref

From source file org.apache.sqoop.filter.SqoopAuthenticationFilter.java

public class SqoopAuthenticationFilter extends DelegationTokenAuthenticationFilter {

    @Override
    protected Properties getConfiguration(String configPrefix, FilterConfig filterConfig) throws ServletException {
        Properties properties = new Properties();
        MapContext mapContext = SqoopConfiguration.getInstance().getContext();