java.lang.Object
org.apache.hadoop.security.token.TokenIdentifier
org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.security.LocalizerTokenIdentifier
All Implemented Interfaces:
org.apache.hadoop.io.Writable

public class LocalizerTokenIdentifier extends org.apache.hadoop.security.token.TokenIdentifier
  • Field Details

    • KIND

      public static final org.apache.hadoop.io.Text KIND
  • Constructor Details

    • LocalizerTokenIdentifier

      public LocalizerTokenIdentifier()
  • Method Details

    • write

      public void write(DataOutput out) throws IOException
      Throws:
      IOException
    • readFields

      public void readFields(DataInput in) throws IOException
      Throws:
      IOException
    • getKind

      public org.apache.hadoop.io.Text getKind()
      Specified by:
      getKind in class org.apache.hadoop.security.token.TokenIdentifier
    • getUser

      public org.apache.hadoop.security.UserGroupInformation getUser()
      Specified by:
      getUser in class org.apache.hadoop.security.token.TokenIdentifier