| Package | Description |
|---|---|
| com.ibm.cos.v2.auth.credentials | |
| com.ibm.cos.v2.auth.token.credentials | |
| com.ibm.cos.v2.auth.token.internal | |
| com.ibm.cos.v2.awscore.client.config |
| Modifier and Type | Method and Description |
|---|---|
static SdkTokenProvider |
TokenUtils.toSdkTokenProvider(IdentityProvider<? extends TokenIdentity> identityProvider)
Converts an
extends TokenIdentity> to SdkTokenProvider based on
TokenUtils.toSdkToken(TokenIdentity). |
| Modifier and Type | Class and Description |
|---|---|
class |
StaticTokenProvider
An implementation of
SdkTokenProvider that returns a set implementation of SdkToken. |
| Modifier and Type | Method and Description |
|---|---|
SdkTokenProvider |
ChildProfileTokenProviderFactory.create(ProfileFile profileFile,
Profile profile)
Create a token provider for the provided profile.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LazyTokenProvider
A wrapper for
SdkTokenProvider that defers creation of the underlying provider until the first time the
resolveToken() method is invoked. |
| Modifier and Type | Method and Description |
|---|---|
static LazyTokenProvider |
LazyTokenProvider.create(Supplier<SdkTokenProvider> delegateConstructor) |
| Constructor and Description |
|---|
LazyTokenProvider(Supplier<SdkTokenProvider> delegateConstructor) |
| Modifier and Type | Field and Description |
|---|---|
static AwsClientOption<SdkTokenProvider> |
AwsClientOption.TOKEN_PROVIDER
Deprecated.
|
Copyright © 2026. All rights reserved.