| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a.auth |
Authentication and permissions support.
|
| Modifier and Type | Method and Description |
|---|---|
static MarshalledCredentials.CredentialTypeRequired |
MarshalledCredentials.CredentialTypeRequired.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MarshalledCredentials.CredentialTypeRequired[] |
MarshalledCredentials.CredentialTypeRequired.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
MarshalledCredentials.buildInvalidCredentialsError(MarshalledCredentials.CredentialTypeRequired typeRequired)
Build an error string for when the credentials do not match
those required.
|
boolean |
MarshalledCredentials.isValid(MarshalledCredentials.CredentialTypeRequired required)
Is this a valid set of credentials tokens?
|
static software.amazon.awssdk.auth.credentials.AwsCredentials |
MarshalledCredentialBinding.toAWSCredentials(MarshalledCredentials marshalled,
MarshalledCredentials.CredentialTypeRequired typeRequired,
String component)
Create an AWS credential set from a set of marshalled credentials.
|
void |
MarshalledCredentials.validate(String message,
MarshalledCredentials.CredentialTypeRequired typeRequired)
Verify that a set of credentials is valid.
|
| Constructor and Description |
|---|
MarshalledCredentialProvider(String component,
URI uri,
org.apache.hadoop.conf.Configuration conf,
MarshalledCredentials credentials,
MarshalledCredentials.CredentialTypeRequired typeRequired)
Constructor.
|
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.