org.apache.hadoop.io.Writablepublic class AbfsDelegationTokenIdentifier
extends org.apache.hadoop.security.token.delegation.web.DelegationTokenIdentifier
getKind() is TOKEN_KIND, always.
Subclasses have to very careful when looking up tokens (which will of
course be registered in the credentials as of this kind), in case the
incoming credentials are actually of a different subtype.| Modifier and Type | Field | Description |
|---|---|---|
static org.apache.hadoop.io.Text |
TOKEN_KIND |
The token kind of these tokens: ""ABFS delegation".
|
| Constructor | Description |
|---|---|
AbfsDelegationTokenIdentifier() |
|
AbfsDelegationTokenIdentifier(org.apache.hadoop.io.Text kind) |
|
AbfsDelegationTokenIdentifier(org.apache.hadoop.io.Text kind,
org.apache.hadoop.io.Text owner,
org.apache.hadoop.io.Text renewer,
org.apache.hadoop.io.Text realUser) |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.io.Text |
getKind() |
Get the token kind.
|
equals, getIssueDate, getMasterKeyId, getMaxDate, getOwner, getRealUser, getRenewer, getSequenceNumber, getUser, hashCode, isEqual, readFields, setIssueDate, setMasterKeyId, setMaxDate, setOwner, setRealUser, setRenewer, setSequenceNumber, toString, toStringStable, writepublic static final org.apache.hadoop.io.Text TOKEN_KIND
public AbfsDelegationTokenIdentifier()
public AbfsDelegationTokenIdentifier(org.apache.hadoop.io.Text kind)
public AbfsDelegationTokenIdentifier(org.apache.hadoop.io.Text kind,
org.apache.hadoop.io.Text owner,
org.apache.hadoop.io.Text renewer,
org.apache.hadoop.io.Text realUser)
public org.apache.hadoop.io.Text getKind()
TOKEN_KIND always.
If a subclass does not want its renew/cancel process to be managed
by AbfsDelegationTokenManager, this must be overridden.getKind in class org.apache.hadoop.security.token.delegation.web.DelegationTokenIdentifierCopyright © 2008–2025 Apache Software Foundation. All rights reserved.