@InterfaceAudience.Public @InterfaceStability.Evolving public abstract class TokenIdentifier extends Object implements Writable
| コンストラクタと説明 | 
|---|
| TokenIdentifier() | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| byte[] | getBytes()Get the bytes for the token identifier | 
| abstract Text | getKind()Get the token kind | 
| String | getTrackingId()Returns a tracking identifier that can be used to associate usages of a
 token across multiple client sessions. | 
| abstract org.apache.hadoop.security.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 TokenIdentifier()
public abstract org.apache.hadoop.security.UserGroupInformation getUser()
public byte[] getBytes()
public String getTrackingId()
getBytes().Copyright © 2016 Apache Software Foundation. All rights reserved.