public final class AnonymousCredentialsProvider extends Object implements AwsCredentialsProvider
AwsCredentials
. Anonymous AWS credentials result in un-authenticated
requests and will fail unless the resource or API's policy has been configured to specifically allow anonymous access.Modifier and Type | Method and Description |
---|---|
static AnonymousCredentialsProvider |
create() |
AwsCredentials |
resolveCredentials()
Returns
AwsCredentials that can be used to authorize an AWS request. |
String |
toString() |
public static AnonymousCredentialsProvider create()
public AwsCredentials resolveCredentials()
AwsCredentialsProvider
AwsCredentials
that can be used to authorize an AWS request. Each implementation of AWSCredentialsProvider
can chose its own strategy for loading credentials. For example, an implementation might load credentials from an existing
key management system, or load new credentials when credentials are rotated.
If an error occurs during the loading of credentials or credentials could not be found, a runtime exception will be raised.
resolveCredentials
in interface AwsCredentialsProvider
Copyright © 2019. All rights reserved.