Java org.apache.hadoop.mapreduce.security.token.delegation DelegationTokenIdentifier fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.mapreduce.security.token.delegation DelegationTokenIdentifier fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.mapreduce.security.token.delegation DelegationTokenIdentifier.

The text is from its open source code.

Constructor

DelegationTokenIdentifier()
Create an empty delegation token identifier for reading into.
DelegationTokenIdentifier(Text owner, Text renewer, Text realUser)
Create a new delegation token identifier

Method

UserGroupInformationgetUser()
Get the username encoded in the token identifier
voidreadFields(DataInput in)