WritableAbstractDelegationTokenIdentifier@Public @Evolving public abstract class TokenIdentifier extends java.lang.Object implements Writable
| Constructor | Description |
|---|---|
TokenIdentifier() |
| Modifier and Type | Method | Description |
|---|---|---|
byte[] |
getBytes() |
Get the bytes for the token identifier
|
abstract Text |
getKind() |
Get the token kind
|
java.lang.String |
getTrackingId() |
Returns a tracking identifier that can be used to associate usages of a
token across multiple client sessions.
|
abstract UserGroupInformation |
getUser() |
Get the Ugi with the username encoded in the token identifier
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadFields, writepublic abstract Text getKind()
public abstract UserGroupInformation getUser()
public byte[] getBytes()
public java.lang.String getTrackingId()
getBytes().Copyright © 2008–2025 Apache Software Foundation. All rights reserved.