@InterfaceAudience.Private
public class DelegationTokenIdentifier
extends org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
DelegationTokenIdentifier implementation.| Constructor and Description |
|---|
DelegationTokenIdentifier(org.apache.hadoop.io.Text kind) |
DelegationTokenIdentifier(org.apache.hadoop.io.Text kind,
org.apache.hadoop.io.Text owner,
org.apache.hadoop.io.Text renewer,
org.apache.hadoop.io.Text realUser)
Create a new delegation token identifier
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.io.Text |
getKind()
Returns the kind,
TOKEN_KIND. |
equals, getIssueDate, getMasterKeyId, getMaxDate, getOwner, getRealUser, getRenewer, getSequenceNumber, getUser, hashCode, readFields, setIssueDate, setMasterKeyId, setMaxDate, setSequenceNumber, toString, writepublic DelegationTokenIdentifier(org.apache.hadoop.io.Text kind)
public DelegationTokenIdentifier(org.apache.hadoop.io.Text kind,
org.apache.hadoop.io.Text owner,
org.apache.hadoop.io.Text renewer,
org.apache.hadoop.io.Text realUser)
kind - token kindowner - the effective username of the token ownerrenewer - the username of the renewerrealUser - the real username of the token ownerCopyright © 2015 Apache Software Foundation. All Rights Reserved.