Class BaseClientToAMTokenSecretManager

java.lang.Object
org.apache.hadoop.security.token.SecretManager<ClientToAMTokenIdentifier>
org.apache.hadoop.yarn.security.client.BaseClientToAMTokenSecretManager
Direct Known Subclasses:
ClientToAMTokenSecretManager

@Public @Evolving public abstract class BaseClientToAMTokenSecretManager extends SecretManager<ClientToAMTokenIdentifier>
A base SecretManager for AMs to extend and validate Client-RM tokens issued to clients by the RM using the underlying master-key shared by RM to the AMs on their launch. All the methods are called by either Hadoop RPC or YARN, so this class is strictly for the purpose of inherit/extend and register with Hadoop RPC.
  • Constructor Details

    • BaseClientToAMTokenSecretManager

      public BaseClientToAMTokenSecretManager()
  • Method Details