Uses of Class
org.apache.hadoop.yarn.server.security.MasterKeyData

Packages that use MasterKeyData
org.apache.hadoop.yarn.server.security   
 

Uses of MasterKeyData in org.apache.hadoop.yarn.server.security
 

Fields in org.apache.hadoop.yarn.server.security declared as MasterKeyData
protected  MasterKeyData BaseNMTokenSecretManager.currentMasterKey
           
protected  MasterKeyData BaseContainerTokenSecretManager.currentMasterKey
          THE masterKey.
 

Methods in org.apache.hadoop.yarn.server.security that return MasterKeyData
protected  MasterKeyData BaseNMTokenSecretManager.createNewMasterKey()
           
protected  MasterKeyData BaseContainerTokenSecretManager.createNewMasterKey()
           
 

Methods in org.apache.hadoop.yarn.server.security with parameters of type MasterKeyData
protected  byte[] BaseContainerTokenSecretManager.retrievePasswordInternal(org.apache.hadoop.yarn.security.ContainerTokenIdentifier identifier, MasterKeyData masterKey)
           
protected  byte[] BaseNMTokenSecretManager.retrivePasswordInternal(org.apache.hadoop.yarn.security.NMTokenIdentifier identifier, MasterKeyData masterKey)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.