| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a.auth.delegation |
Extensible delegation token support for the S3A connector.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDelegationTokenBinding
An AbstractDelegationTokenBinding implementation is a class which
handles the binding of its underlying authentication mechanism to the
Hadoop Delegation token mechanism.
|
class |
FullCredentialsTokenBinding
Full credentials: they are simply passed as-is, rather than
converted to a session.
|
class |
RoleTokenBinding
Role Token support requests an explicit role and automatically restricts
that role to the given policy of the binding.
|
class |
S3ADelegationTokens
Support for creating a DT from a filesystem.
|
class |
SessionTokenBinding
The session token DT binding: creates an AWS session token
for the DT, extracts and serves it up afterwards.
|
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.