@InterfaceAudience.Public
@InterfaceStability.Unstable
public class TimelineDelegationTokenIdentifier
extends org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
| 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() |
equals, getIssueDate, getMasterKeyId, getMaxDate, getOwner, getRealUser, getRenewer, getSequenceNumber, getUser, hashCode, readFields, setIssueDate, setMasterKeyId, setMaxDate, setSequenceNumber, toString, writepublic 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 © 2014 Apache Software Foundation. All Rights Reserved.