Class TokenAuthorizationStrategy

java.lang.Object
software.amazon.awssdk.awscore.internal.authcontext.TokenAuthorizationStrategy
All Implemented Interfaces:
AuthorizationStrategy

@Deprecated public final class TokenAuthorizationStrategy extends Object implements AuthorizationStrategy
Deprecated.
This is only used for compatibility with pre-SRA authorization logic. After we are comfortable that the new code paths are working, we should migrate old clients to the new code paths (where possible) and delete this code.
An authorization strategy for tokens that can resolve a compatible signer as well as provide a resolved token as an execution attribute.