Package software.amazon.awssdk.auth.token.credentials
-
Interface Summary Interface Description ChildProfileTokenProviderFactory A factory forSdkTokenProvider
that are derived from properties as defined in he given profile.ProfileTokenProvider.Builder A builder for creating a customProfileTokenProvider
.SdkToken Provides token which is used to securely authorize requests to services that use token based auth, e.g., OAuth.SdkTokenProvider Interface for loadingSdkToken
that are used for authentication.SdkTokenProviderChain.Builder A builder for aSdkTokenProviderChain
that allows controlling its behavior.SdkTokenProviderFactoryProperties.Builder -
Class Summary Class Description ProfileTokenProvider Token provider based on AWS configuration profiles.SdkTokenProviderChain AnSdkTokenProvider
implementation that chains together multiple token providers.SdkTokenProviderFactoryProperties StaticTokenProvider An implementation ofSdkTokenProvider
that returns a set implementation ofSdkToken
.