public class AbfsDelegationTokenManager extends Object
| Constructor and Description |
|---|
AbfsDelegationTokenManager(org.apache.hadoop.conf.Configuration conf) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelDelegationToken(org.apache.hadoop.security.token.Token<?> token) |
org.apache.hadoop.security.token.Token<org.apache.hadoop.security.token.delegation.web.DelegationTokenIdentifier> |
getDelegationToken(String renewer) |
long |
renewDelegationToken(org.apache.hadoop.security.token.Token<?> token) |
public AbfsDelegationTokenManager(org.apache.hadoop.conf.Configuration conf)
throws IOException
IOExceptionpublic org.apache.hadoop.security.token.Token<org.apache.hadoop.security.token.delegation.web.DelegationTokenIdentifier> getDelegationToken(String renewer) throws IOException
IOExceptionpublic long renewDelegationToken(org.apache.hadoop.security.token.Token<?> token)
throws IOException
IOExceptionpublic void cancelDelegationToken(org.apache.hadoop.security.token.Token<?> token)
throws IOException
IOExceptionCopyright © 2008–2020 Apache Software Foundation. All rights reserved.