@Deprecated public class SystemPropertiesCredentialsProvider extends Object implements AWSCredentialsProvider
AWSCredentialsProvider
implementation that provides credentials by
looking at the aws.accessKeyId
and aws.secretKey
Java system properties.Constructor and Description |
---|
SystemPropertiesCredentialsProvider()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AWSCredentials |
getCredentials()
Deprecated.
Returns AWSCredentials which the caller can use to authorize an AWS
request.
|
void |
refresh()
Deprecated.
Forces this credentials provider to refresh its credentials.
|
String |
toString()
Deprecated.
|
public SystemPropertiesCredentialsProvider()
public AWSCredentials getCredentials()
AWSCredentialsProvider
getCredentials
in interface AWSCredentialsProvider
public void refresh()
AWSCredentialsProvider
refresh
in interface AWSCredentialsProvider
Copyright © 2016. All rights reserved.