| Package | Description |
|---|---|
| com.ibm.cos.v2.auth.credentials | |
| com.ibm.cos.v2.auth.credentials.internal | |
| com.ibm.cos.v2.auth.token.credentials | |
| com.ibm.cos.v2.profiles |
| Modifier and Type | Method and Description |
|---|---|
Profile |
ProfileProviderCredentialsContext.profile()
Getter method for profile.
|
| Modifier and Type | Method and Description |
|---|---|
AwsCredentialsProvider |
ChildProfileCredentialsProviderFactory.create(AwsCredentialsProvider sourceCredentialsProvider,
Profile profile)
Create a credentials provider for the provided profile, using the provided source credentials provider to authenticate
with AWS.
|
ProfileProviderCredentialsContext.Builder |
ProfileProviderCredentialsContext.Builder.profile(Profile profile)
Builder interface to set profile.
|
| Constructor and Description |
|---|
ProfileCredentialsUtils(ProfileFile profileFile,
Profile profile,
Function<String,Optional<Profile>> credentialsSourceResolver) |
| Constructor and Description |
|---|
ProfileCredentialsUtils(ProfileFile profileFile,
Profile profile,
Function<String,Optional<Profile>> credentialsSourceResolver) |
| Modifier and Type | Method and Description |
|---|---|
SdkTokenProvider |
ChildProfileTokenProviderFactory.create(ProfileFile profileFile,
Profile profile)
Create a token provider for the provided profile.
|
| Modifier and Type | Method and Description |
|---|---|
Profile |
Profile.Builder.build()
Create a profile using the current state of this builder.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Profile> |
ProfileFile.getSection(String sectionName,
String sectionTitle) |
Optional<Profile> |
ProfileFile.profile(String profileName)
Retrieve the profile from this file with the given name.
|
Map<String,Profile> |
ProfileFile.profiles()
Retrieve an unmodifiable collection including all of the profiles in this file.
|
Copyright © 2026. All rights reserved.