@InterfaceAudience.Public @InterfaceStability.Unstable public class TimelineDelegationTokenIdentifier extends org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
Constructor and Description |
---|
TimelineDelegationTokenIdentifier() |
TimelineDelegationTokenIdentifier(Text owner,
Text renewer,
Text realUser)
Create a new timeline delegation token identifier
|
Modifier and Type | Method and Description |
---|---|
Text |
getKind()
Get the token kind
|
equals, getIssueDate, getMasterKeyId, getMaxDate, getOwner, getRealUser, getRenewer, getSequenceNumber, getUser, hashCode, readFields, setIssueDate, setMasterKeyId, setMaxDate, setOwner, setRealUser, setRenewer, setSequenceNumber, toString, toStringStable, write
public TimelineDelegationTokenIdentifier()
public TimelineDelegationTokenIdentifier(Text owner, Text renewer, Text realUser)
owner
- the effective username of the token ownerrenewer
- the username of the renewerrealUser
- the real username of the token ownerCopyright © 2019 Apache Software Foundation. All Rights Reserved.