Class TimelineDelegationTokenIdentifier

java.lang.Object
org.apache.hadoop.security.token.TokenIdentifier
org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
org.apache.hadoop.yarn.security.client.YARNDelegationTokenIdentifier
org.apache.hadoop.yarn.security.client.TimelineDelegationTokenIdentifier
All Implemented Interfaces:
Writable

@Public @Evolving public class TimelineDelegationTokenIdentifier extends org.apache.hadoop.yarn.security.client.YARNDelegationTokenIdentifier
  • Field Details

    • KIND_NAME

      public static final Text KIND_NAME
  • Constructor Details

    • TimelineDelegationTokenIdentifier

      public TimelineDelegationTokenIdentifier()
    • TimelineDelegationTokenIdentifier

      public TimelineDelegationTokenIdentifier(Text owner, Text renewer, Text realUser)
      Create a new timeline delegation token identifier
      Parameters:
      owner - the effective username of the token owner
      renewer - the username of the renewer
      realUser - the real username of the token owner
  • Method Details