org.apache.hadoop.yarn.api.records
Interface ClientToken

All Superinterfaces:
Token

@InterfaceAudience.Public
@InterfaceStability.Stable
public interface ClientToken
extends Token

ClientToken is the security token used by the AMs to verify authenticity of any client.

The ResourceManager, provides a secure token (via ApplicationReport.getClientToken()) which is verified by the ApplicationMaster when the client directly talks to an AM.


Method Summary
 
Methods inherited from interface org.apache.hadoop.yarn.api.records.Token
getIdentifier, getKind, getPassword, getService
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.