| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a |
S3A Filesystem.
|
| org.apache.hadoop.fs.s3a.api |
Where the interfaces for classes implemented in
o.a.h.fs.s3a.impl
should go. |
| org.apache.hadoop.fs.s3a.auth |
Authentication and permissions support.
|
| org.apache.hadoop.fs.s3a.auth.delegation |
Extensible delegation token support for the S3A connector.
|
| org.apache.hadoop.fs.s3a.impl |
Implementation classes private to the S3A store.
|
| Class and Description |
|---|
| AbstractS3ATokenIdentifier
An S3A Delegation Token Identifier: contains the information needed
to talk to S3A.
|
| AWSPolicyProvider
Interface for providers of AWS policy for accessing data.
|
| AWSPolicyProvider.AccessLevel
Access levels.
|
| DelegationOperations
All operations used for delegation which aren't in the store context.
|
| DelegationTokenProvider
Interface for S3A Delegation Token access.
|
| EncryptionSecrets
Encryption options in a form which can serialized or marshalled as a hadoop
Writeable.
|
| S3ADelegationTokens
Support for creating a DT from a filesystem.
|
| Class and Description |
|---|
| EncryptionSecrets
Encryption options in a form which can serialized or marshalled as a hadoop
Writeable.
|
| Class and Description |
|---|
| DelegationTokenProvider
Interface for S3A Delegation Token access.
|
| Class and Description |
|---|
| AbstractDelegationTokenBinding
An AbstractDelegationTokenBinding implementation is a class which
handles the binding of its underlying authentication mechanism to the
Hadoop Delegation token mechanism.
|
| AbstractDTService
This is the base class for both the delegation binding
code and the back end service created; allows for
shared methods across both.
|
| AbstractS3ATokenIdentifier
An S3A Delegation Token Identifier: contains the information needed
to talk to S3A.
|
| AWSPolicyProvider
Interface for providers of AWS policy for accessing data.
|
| AWSPolicyProvider.AccessLevel
Access levels.
|
| DelegationBindingInfo
Binding information returned by the token provider.
|
| DelegationOperations
All operations used for delegation which aren't in the store context.
|
| DelegationTokenIOException
General IOException for Delegation Token issues.
|
| EncryptionSecrets
Encryption options in a form which can serialized or marshalled as a hadoop
Writeable.
|
| RoleTokenIdentifier
Role token identifier.
|
| S3ADelegationTokens.TokenIssuingPolicy
How will tokens be issued on request?
The
S3ADelegationTokens.TokenIssuingPolicy.RequestNewToken policy does not guarantee that a tokens
can be created, only that an attempt will be made to request one. |
| SessionTokenBinding
The session token DT binding: creates an AWS session token
for the DT, extracts and serves it up afterwards.
|
| SessionTokenIdentifier
A token identifier which contains a set of AWS session credentials,
credentials which will be valid until they expire.
|
| Class and Description |
|---|
| EncryptionSecrets
Encryption options in a form which can serialized or marshalled as a hadoop
Writeable.
|
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.