public class InstanceProfileCredentialsProvider extends Object implements AWSCredentialsProvider
| Modifier and Type | Field and Description |
|---|---|
protected AWSCredentials |
credentials
The current instance profile credentials
|
protected Date |
credentialsExpiration
The expiration for the current instance profile credentials
|
protected Date |
lastInstanceProfileCheck
The time of the last attempt to check for new credentials
|
| Constructor and Description |
|---|
InstanceProfileCredentialsProvider() |
InstanceProfileCredentialsProvider(boolean refreshCredentialsAsync)
Spins up a new thread to refresh the credentials asynchronously if
refreshCredentialsAsync is set to true, otherwise the credentials will be
refreshed from the instance metadata service synchronously,
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
finalize() |
AWSCredentials |
getCredentials()
Returns AWSCredentials which the caller can use to authorize an AWS request.
|
protected boolean |
needsToLoadCredentials() |
void |
refresh()
Forces this credentials provider to refresh its credentials.
|
String |
toString() |
protected volatile AWSCredentials credentials
protected volatile Date credentialsExpiration
protected volatile Date lastInstanceProfileCheck
public InstanceProfileCredentialsProvider()
public InstanceProfileCredentialsProvider(boolean refreshCredentialsAsync)
refreshCredentialsAsync - true if credentials needs to be refreshed asynchronously else
false.public AWSCredentials getCredentials()
AWSCredentialsProvidergetCredentials in interface AWSCredentialsProviderpublic void refresh()
AWSCredentialsProviderrefresh in interface AWSCredentialsProviderprotected boolean needsToLoadCredentials()
Copyright © 2015. All rights reserved.