@InterfaceAudience.Public @InterfaceStability.Evolving public class TimelineDelegationTokenIdentifier extends YARNDelegationTokenIdentifier
Modifier and Type | Class and Description |
---|---|
static class |
TimelineDelegationTokenIdentifier.Renewer |
Modifier and Type | Field and Description |
---|---|
static org.apache.hadoop.io.Text |
KIND_NAME |
Constructor and Description |
---|
TimelineDelegationTokenIdentifier() |
TimelineDelegationTokenIdentifier(org.apache.hadoop.io.Text owner,
org.apache.hadoop.io.Text renewer,
org.apache.hadoop.io.Text realUser)
Create a new timeline delegation token identifier
|
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.io.Text |
getKind() |
getProto, readFields, readFieldsInOldFormat, write, writeInOldFormat
equals, getIssueDate, getMasterKeyId, getMaxDate, getOwner, getRealUser, getRenewer, getSequenceNumber, getUser, hashCode, isEqual, setIssueDate, setMasterKeyId, setMaxDate, setOwner, setRealUser, setRenewer, setSequenceNumber, toString, toStringStable
public TimelineDelegationTokenIdentifier()
public TimelineDelegationTokenIdentifier(org.apache.hadoop.io.Text owner, org.apache.hadoop.io.Text renewer, org.apache.hadoop.io.Text realUser)
owner
- the effective username of the token ownerrenewer
- the username of the renewerrealUser
- the real username of the token ownerCopyright © 2008–2019 Apache Software Foundation. All rights reserved.