| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a.auth.delegation |
Extensible delegation token support for the S3A connector.
|
| Modifier and Type | Method and Description |
|---|---|
S3ADelegationTokens.TokenIssuingPolicy |
AbstractDelegationTokenBinding.getTokenIssuingPolicy()
Predicate: will this binding issue a DT?
That is: should the filesystem declare that it is issuing
delegation tokens? If true
|
S3ADelegationTokens.TokenIssuingPolicy |
S3ADelegationTokens.getTokenIssuingPolicy()
Predicate: will this binding issue a DT if requested
in a call to
S3ADelegationTokens.getBoundOrNewDT(EncryptionSecrets, Text)?
That is: should the filesystem declare that it is issuing
delegation tokens? |
static S3ADelegationTokens.TokenIssuingPolicy |
S3ADelegationTokens.TokenIssuingPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static S3ADelegationTokens.TokenIssuingPolicy[] |
S3ADelegationTokens.TokenIssuingPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.