| Package | Description |
|---|---|
| org.apache.hadoop.hdfs | |
| org.apache.hadoop.hdfs.protocol |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.hadoop.hdfs.protocolPB | |
| org.apache.hadoop.hdfs.security.token.delegation | |
| org.apache.hadoop.hdfs.web |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.security.token.Token<DelegationTokenIdentifier> |
DFSClient.getDelegationToken(org.apache.hadoop.io.Text renewer) |
|
org.apache.hadoop.security.token.Token<DelegationTokenIdentifier> |
DistributedFileSystem.getDelegationToken(java.lang.String renewer) |
|
org.apache.hadoop.security.token.Token<DelegationTokenIdentifier> |
ViewDistributedFileSystem.getDelegationToken(java.lang.String renewer) |
If no mount points configured, it works same as
DistributedFileSystem.getDelegationToken(String). |
| Modifier and Type | Method | Description |
|---|---|---|
void |
DFSClient.cancelDelegationToken(org.apache.hadoop.security.token.Token<DelegationTokenIdentifier> token) |
Deprecated.
Use Token.cancel instead.
|
long |
DFSClient.renewDelegationToken(org.apache.hadoop.security.token.Token<DelegationTokenIdentifier> token) |
Deprecated.
Use Token.renew instead.
|
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.security.token.Token<DelegationTokenIdentifier> |
ClientProtocol.getDelegationToken(org.apache.hadoop.io.Text renewer) |
Get a valid Delegation Token.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ClientProtocol.cancelDelegationToken(org.apache.hadoop.security.token.Token<DelegationTokenIdentifier> token) |
Cancel an existing delegation token.
|
long |
ClientProtocol.renewDelegationToken(org.apache.hadoop.security.token.Token<DelegationTokenIdentifier> token) |
Renew an existing delegation token.
|
| Modifier and Type | Method | Description |
|---|---|---|
static org.apache.hadoop.security.token.Token<DelegationTokenIdentifier> |
PBHelperClient.convertDelegationToken(org.apache.hadoop.security.proto.SecurityProtos.TokenProto blockToken) |
|
org.apache.hadoop.security.token.Token<DelegationTokenIdentifier> |
ClientNamenodeProtocolTranslatorPB.getDelegationToken(org.apache.hadoop.io.Text renewer) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ClientNamenodeProtocolTranslatorPB.cancelDelegationToken(org.apache.hadoop.security.token.Token<DelegationTokenIdentifier> token) |
|
long |
ClientNamenodeProtocolTranslatorPB.renewDelegationToken(org.apache.hadoop.security.token.Token<DelegationTokenIdentifier> token) |
| Modifier and Type | Class | Description |
|---|---|---|
static class |
DelegationTokenIdentifier.SWebHdfsDelegationTokenIdentifier |
|
static class |
DelegationTokenIdentifier.WebHdfsDelegationTokenIdentifier |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.security.token.Token<DelegationTokenIdentifier> |
DelegationTokenSelector.selectToken(java.net.URI nnUri,
java.util.Collection<org.apache.hadoop.security.token.Token<?>> tokens,
org.apache.hadoop.conf.Configuration conf) |
Select the delegation token for hdfs.
|
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.security.token.Token<DelegationTokenIdentifier> |
WebHdfsFileSystem.getDelegationToken(java.lang.String renewer) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.