|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.auth.PropertiesFileCredentialsProvider
public class PropertiesFileCredentialsProvider
AWSCredentialsProvider
implementation that loads AWS security
credentials from a properties file provided on initialization.
The AWS access key ID is expected to be in the accessKey
property and the AWS secret key is expected to be in the
secretKey
property.
Constructor Summary | |
---|---|
PropertiesFileCredentialsProvider(java.lang.String credentialsFilePath)
Creates a new PropertiesFileCredentialsProvider that will attempt to load a custom file from the path specified to read AWS security credentials. |
Method Summary | |
---|---|
AWSCredentials |
getCredentials()
Returns AWSCredentials which the caller can use to authorize an AWS request. |
void |
refresh()
Forces this credentials provider to refresh its credentials. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PropertiesFileCredentialsProvider(java.lang.String credentialsFilePath)
credentialsFilePath
- The custom classpath resource path to a properties file from
which the AWS security credentials should be loaded.
For example,
Method Detail |
---|
public AWSCredentials getCredentials()
AWSCredentialsProvider
getCredentials
in interface AWSCredentialsProvider
public void refresh()
AWSCredentialsProvider
refresh
in interface AWSCredentialsProvider
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |