Interface | Description |
---|---|
ChildProfileTokenProviderFactory |
A factory for
SdkTokenProvider that are derived from properties as defined in he given profile. |
ProfileTokenProvider.Builder |
A builder for creating a custom
ProfileTokenProvider . |
SdkToken |
Provides token which is used to securely authorize requests to services that use token based auth, e.g., OAuth.
|
SdkTokenProvider |
Interface for loading
SdkToken that are used for authentication. |
SdkTokenProviderChain.Builder |
A builder for a
SdkTokenProviderChain that allows controlling its behavior. |
SdkTokenProviderFactoryProperties.Builder |
Class | Description |
---|---|
ProfileTokenProvider |
Token provider based on AWS configuration profiles.
|
SdkTokenProviderChain |
An
SdkTokenProvider implementation that chains together multiple token providers. |
SdkTokenProviderFactoryProperties | |
StaticTokenProvider |
An implementation of
SdkTokenProvider that returns a set implementation of SdkToken . |
Copyright © 2023. All rights reserved.