| Package | Description |
|---|---|
| org.finra.herd.model.api.xml | |
| org.finra.herd.model.dto | |
| org.finra.herd.tools.common.databridge |
| Modifier and Type | Field and Description |
|---|---|
protected AwsCredential |
BusinessObjectDataDownloadCredential.awsCredential |
protected AwsCredential |
StorageUnitUploadCredential.awsCredential |
protected AwsCredential |
StorageUnitDownloadCredential.awsCredential |
protected AwsCredential |
BusinessObjectDataUploadCredential.awsCredential |
| Modifier and Type | Method and Description |
|---|---|
AwsCredential |
ObjectFactory.createAwsCredential()
Create an instance of
AwsCredential |
AwsCredential |
BusinessObjectDataDownloadCredential.getAwsCredential()
Gets the value of the awsCredential property.
|
AwsCredential |
StorageUnitUploadCredential.getAwsCredential()
Gets the value of the awsCredential property.
|
AwsCredential |
StorageUnitDownloadCredential.getAwsCredential()
Gets the value of the awsCredential property.
|
AwsCredential |
BusinessObjectDataUploadCredential.getAwsCredential()
Gets the value of the awsCredential property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessObjectDataDownloadCredential.setAwsCredential(AwsCredential value)
Sets the value of the awsCredential property.
|
void |
StorageUnitUploadCredential.setAwsCredential(AwsCredential value)
Sets the value of the awsCredential property.
|
void |
StorageUnitDownloadCredential.setAwsCredential(AwsCredential value)
Sets the value of the awsCredential property.
|
void |
BusinessObjectDataUploadCredential.setAwsCredential(AwsCredential value)
Sets the value of the awsCredential property.
|
| Constructor and Description |
|---|
BusinessObjectDataDownloadCredential(AwsCredential awsCredential)
Fully-initialising value constructor
|
BusinessObjectDataUploadCredential(AwsCredential awsCredential,
String awsKmsKeyId)
Fully-initialising value constructor
|
StorageUnitDownloadCredential(AwsCredential awsCredential)
Fully-initialising value constructor
|
StorageUnitUploadCredential(AwsCredential awsCredential,
String awsKmsKeyId)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
AwsCredential |
HerdAWSCredentialsProvider.getAwsCredential()
Gets a set of AWS credentials.
|
| Modifier and Type | Method and Description |
|---|---|
AwsCredential |
AutoRefreshCredentialProvider.getAwsCredential()
Retrieves a fresh set of credentials if there is no current cached credentials, or the session has expired.
|
abstract AwsCredential |
AutoRefreshCredentialProvider.getNewAwsCredential()
Gets a new set of AWS credentials.
|
Copyright © 2021. All rights reserved.