Package | Description |
---|---|
com.ibm.cloud.objectstorage.auth.profile |
AWS configuration profiles allow you to share multiple sets of AWS
security credentials between different tools such as the AWS SDK for Java
and the AWS CLI.
|
com.ibm.cloud.objectstorage.auth.profile.internal | |
com.ibm.cloud.objectstorage.auth.profile.internal.securitytoken |
Constructor and Description |
---|
ProfilesConfigFile(File file,
ProfileCredentialsService credentialsService)
Loads the AWS credential profiles from the file.
|
ProfilesConfigFile(String filePath,
ProfileCredentialsService credentialsService)
Loads the AWS credential profiles from the file.
|
Constructor and Description |
---|
ProfileAssumeRoleCredentialsProvider(ProfileCredentialsService profileCredentialsService,
AllProfiles allProfiles,
BasicProfile profile) |
Modifier and Type | Class and Description |
---|---|
class |
STSProfileCredentialsServiceLoader
Loads
com.ibm.cloud.objectstorage.services.securitytoken.internal.STSProfileCredentialsService
from the STS SDK module, if the module is on the current classpath. |
Copyright © 2024. All rights reserved.