| Modifier and Type | Method and Description |
|---|---|
static SdkToken |
TokenUtils.toSdkToken(TokenIdentity tokenIdentity)
Converts an
TokenIdentity to SdkToken. |
| Modifier and Type | Method and Description |
|---|---|
SdkToken |
TokenSignerParams.token() |
| Modifier and Type | Method and Description |
|---|---|
void |
TokenSignerParams.BuilderImpl.setToken(SdkToken token) |
B |
TokenSignerParams.Builder.token(SdkToken token)
Set this value to provide a token for signing
This is required for token signing.
|
B |
TokenSignerParams.BuilderImpl.token(SdkToken token) |
| Modifier and Type | Method and Description |
|---|---|
SdkToken |
StaticTokenProvider.resolveToken() |
SdkToken |
SdkTokenProvider.resolveToken()
Returns an
SdkToken that can be used to authorize a request. |
| Modifier and Type | Method and Description |
|---|---|
static StaticTokenProvider |
StaticTokenProvider.create(SdkToken token)
Create a token provider that always returns the provided static token.
|
| Modifier and Type | Method and Description |
|---|---|
SdkToken |
LazyTokenProvider.resolveToken() |
| Modifier and Type | Field and Description |
|---|---|
static ExecutionAttribute<SdkToken> |
SdkTokenExecutionAttribute.SDK_TOKEN
Deprecated.
This is a protected class that is internal to the SDK, so you shouldn't be using it.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CachedTokenRefresher<TokenT extends SdkToken>
Class to cache Tokens which are supplied by the Suppliers while constructing this class.
|
static class |
CachedTokenRefresher.Builder<TokenT extends SdkToken> |
interface |
TokenManager<T extends SdkToken>
An object that knows how to load and optionally, store, an SSO token.
|
interface |
TokenRefresher<T extends SdkToken>
Interface to refresh token.
|
interface |
TokenTransformer<T extends SdkToken,R extends AwsResponse>
Transformer to convert the response received from service to respective Token objects.
|
Copyright © 2026. All rights reserved.