org.apache.hadoop.hdfs.security.token.delegation
Class DelegationTokenSecretManager.SecretManagerState

java.lang.Object
  extended by org.apache.hadoop.hdfs.security.token.delegation.DelegationTokenSecretManager.SecretManagerState
Enclosing class:
org.apache.hadoop.hdfs.security.token.delegation.DelegationTokenSecretManager

public static class DelegationTokenSecretManager.SecretManagerState
extends Object


Field Summary
 List<FsImageProto.SecretManagerSection.DelegationKey> keys
           
 FsImageProto.SecretManagerSection section
           
 List<FsImageProto.SecretManagerSection.PersistToken> tokens
           
 
Constructor Summary
DelegationTokenSecretManager.SecretManagerState(FsImageProto.SecretManagerSection s, List<FsImageProto.SecretManagerSection.DelegationKey> keys, List<FsImageProto.SecretManagerSection.PersistToken> tokens)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

section

public final FsImageProto.SecretManagerSection section

keys

public final List<FsImageProto.SecretManagerSection.DelegationKey> keys

tokens

public final List<FsImageProto.SecretManagerSection.PersistToken> tokens
Constructor Detail

DelegationTokenSecretManager.SecretManagerState

public DelegationTokenSecretManager.SecretManagerState(FsImageProto.SecretManagerSection s,
                                                       List<FsImageProto.SecretManagerSection.DelegationKey> keys,
                                                       List<FsImageProto.SecretManagerSection.PersistToken> tokens)


Copyright © 2014 Apache Software Foundation. All Rights Reserved.