| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a.auth.delegation |
Extensible delegation token support for the S3A connector.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FullCredentialsTokenIdentifier
The full credentials payload is the same of that for a session token, but
a different token kind is used.
|
class |
RoleTokenIdentifier
Role token identifier.
|
| Modifier and Type | Method and Description |
|---|---|
SessionTokenIdentifier |
SessionTokenBinding.createEmptyIdentifier() |
SessionTokenIdentifier |
SessionTokenBinding.createTokenIdentifier(Optional<RoleModel.Policy> policy,
EncryptionSecrets encryptionSecrets,
org.apache.hadoop.io.Text renewer) |
| Modifier and Type | Method and Description |
|---|---|
protected Optional<SessionTokenIdentifier> |
SessionTokenBinding.getTokenIdentifier()
Token identifier bound to.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SessionTokenBinding.setTokenIdentifier(Optional<SessionTokenIdentifier> tokenIdentifier) |
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.