Uses of Class
org.apache.hadoop.security.token.delegation.DelegationKey

Packages that use DelegationKey
org.apache.hadoop.security.token.delegation   
 

Uses of DelegationKey in org.apache.hadoop.security.token.delegation
 

Fields in org.apache.hadoop.security.token.delegation with type parameters of type DelegationKey
protected  Map<Integer,DelegationKey> AbstractDelegationTokenSecretManager.allKeys
          Access to allKeys is protected by this object lock
 

Methods in org.apache.hadoop.security.token.delegation that return DelegationKey
 DelegationKey[] AbstractDelegationTokenSecretManager.getAllKeys()
           
 

Methods in org.apache.hadoop.security.token.delegation with parameters of type DelegationKey
 void AbstractDelegationTokenSecretManager.addKey(DelegationKey key)
          Add a previously used master key to cache (when NN restarts), should be called before activate().
protected  void AbstractDelegationTokenSecretManager.logUpdateMasterKey(DelegationKey key)
           
 



Copyright © 2009 The Apache Software Foundation