public class LlapTokenIdentifier
extends org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
| Modifier and Type | Class and Description |
|---|---|
static class |
LlapTokenIdentifier.Renewer |
| Modifier and Type | Field and Description |
|---|---|
static org.apache.hadoop.io.Text |
KIND_NAME |
| Constructor and Description |
|---|
LlapTokenIdentifier() |
LlapTokenIdentifier(org.apache.hadoop.io.Text owner,
org.apache.hadoop.io.Text renewer,
org.apache.hadoop.io.Text realUser,
String clusterId,
String appId,
boolean isSigningRequired) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAppId() |
String |
getClusterId() |
org.apache.hadoop.io.Text |
getKind() |
int |
hashCode() |
boolean |
isSigningRequired() |
void |
readFields(DataInput in) |
String |
toString() |
void |
write(DataOutput out) |
getIssueDate, getMasterKeyId, getMaxDate, getOwner, getRealUser, getRenewer, getSequenceNumber, getUser, isEqual, setIssueDate, setMasterKeyId, setMaxDate, setOwner, setRealUser, setRenewer, setSequenceNumber, toStringStablepublic void write(DataOutput out) throws IOException
write in interface org.apache.hadoop.io.Writablewrite in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifierIOExceptionpublic void readFields(DataInput in) throws IOException
readFields in interface org.apache.hadoop.io.WritablereadFields in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifierIOExceptionpublic org.apache.hadoop.io.Text getKind()
getKind in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifierpublic String getAppId()
public String getClusterId()
public boolean isSigningRequired()
public int hashCode()
hashCode in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifierpublic boolean equals(Object obj)
equals in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifierpublic String toString()
toString in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifierCopyright © 2019 The Apache Software Foundation. All Rights Reserved.