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

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

Introduction

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

Usage

From source file com.cloudera.impala.security.DelegationTokenIdentifier.java

/**
 * A delegation token identifier that is specific to RecordService.
 */
public class DelegationTokenIdentifier extends AbstractDelegationTokenIdentifier {
    public static final Text DELEGATION_KIND = new Text("RECORD_SERVICE_DELEGATION_TOKEN");

From source file com.cloudera.recordservice.mr.security.DelegationTokenIdentifier.java

/**
 * A delegation token identifier that is specific to RecordService.
 */
public class DelegationTokenIdentifier extends AbstractDelegationTokenIdentifier {
    public static final Text DELEGATION_KIND = new Text("RECORD_SERVICE_DELEGATION_TOKEN");

From source file com.datatorrent.stram.security.StramDelegationTokenIdentifier.java

/**
 * <p>StramDelegationTokenIdentifier class.</p>
 *
 * @since 0.3.2
 */
public class StramDelegationTokenIdentifier extends AbstractDelegationTokenIdentifier {

From source file uk.ac.gla.terrier.probos.api.ProbosDelegationTokenIdentifier.java

public class ProbosDelegationTokenIdentifier extends AbstractDelegationTokenIdentifier {

    public static final Text KIND_NAME = new Text("PROBOS_DELEGATION_TOKEN");

    public ProbosDelegationTokenIdentifier() {
    }