| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a.auth.delegation |
Extensible delegation token support for the S3A connector.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T extends AbstractS3ATokenIdentifier> |
AbstractDelegationTokenBinding.convertTokenIdentifier(AbstractS3ATokenIdentifier identifier,
Class<T> expectedClass)
Verify that a token identifier is of a specific class.
|
static org.apache.hadoop.security.token.Token<AbstractS3ATokenIdentifier> |
S3ADelegationTokens.lookupToken(org.apache.hadoop.security.Credentials credentials,
org.apache.hadoop.io.Text service,
org.apache.hadoop.io.Text kind)
Look up a token from the credentials, verify it is of the correct
kind.
|
void |
AbstractS3ATokenIdentifier.readFields(DataInput in)
Read state.
|
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.