|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.yarn.api.records.Token
@InterfaceAudience.Public @InterfaceStability.Stable public abstract class Token
Token is the security entity used by the framework
to verify authenticity of any resource.
| Constructor Summary | |
|---|---|
Token()
|
|
| Method Summary | |
|---|---|
abstract ByteBuffer |
getIdentifier()
Get the token identifier. |
abstract String |
getKind()
Get the token kind. |
abstract ByteBuffer |
getPassword()
Get the token password |
abstract String |
getService()
Get the service to which the token is allocated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Token()
| Method Detail |
|---|
@InterfaceAudience.Public @InterfaceStability.Stable public abstract ByteBuffer getIdentifier()
@InterfaceAudience.Public @InterfaceStability.Stable public abstract ByteBuffer getPassword()
@InterfaceAudience.Public @InterfaceStability.Stable public abstract String getKind()
@InterfaceAudience.Public @InterfaceStability.Stable public abstract String getService()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||