org.apache.hadoop.security.token.delegation
Class AbstractDelegationTokenSecretManager.DelegationTokenInformation
java.lang.Object
org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager.DelegationTokenInformation
- Enclosing class:
- AbstractDelegationTokenSecretManager<TokenIdent extends AbstractDelegationTokenIdentifier>
public static class AbstractDelegationTokenSecretManager.DelegationTokenInformation
- extends Object
Class to encapsulate a token's renew date and password.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractDelegationTokenSecretManager.DelegationTokenInformation
public AbstractDelegationTokenSecretManager.DelegationTokenInformation(long renewDate,
byte[] password)
getRenewDate
public long getRenewDate()
- returns renew date
Copyright © 2009 The Apache Software Foundation