@Component public class CredStashFactory extends Object
| Constructor and Description |
|---|
CredStashFactory() |
| Modifier and Type | Method and Description |
|---|---|
CredStash |
getCredStash(String region,
String tableName,
com.amazonaws.ClientConfiguration clientConfiguration)
Method to retrieve a credstash interface for getting a credential from credstash.
|
public CredStash getCredStash(String region, String tableName, com.amazonaws.ClientConfiguration clientConfiguration)
region - the region of the credstash instance where the credential is storedtableName - the name of the credstash table where the credential is storedclientConfiguration - the AWS client configurationCopyright © 2019. All rights reserved.