Class DelegationTokenIdentifier

All Implemented Interfaces:
Writable
Direct Known Subclasses:
KMSDelegationToken.KMSDelegationTokenIdentifier

@Private @Evolving public class DelegationTokenIdentifier extends AbstractDelegationTokenIdentifier
  • Constructor Details

    • DelegationTokenIdentifier

      public DelegationTokenIdentifier(Text kind)
    • DelegationTokenIdentifier

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