Example usage for org.apache.hadoop.security.authentication.server AuthenticationHandler interface-usage

List of usage examples for org.apache.hadoop.security.authentication.server AuthenticationHandler interface-usage

Introduction

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

Usage

From source file com.wandisco.s3hdfs.auth.AWSAuthenticationHandler.java

public class AWSAuthenticationHandler implements AuthenticationHandler {
    public final static String AUTH_TYPE_KEY = AuthenticationFilter.AUTH_TYPE;
    /**
     * Constant that identifies the authentication mechanism.
     */
    public static final String TYPE = "AWS";

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

public class RequestContinuesRecorderAuthenticationHandler implements AuthenticationHandler {
    // filled in by Plugin/Filter
    static final String REQUEST_CONTINUES_ATTR = "org.apache.solr.security.authentication.requestcontinues";

    private AuthenticationHandler authHandler;