Uses of Interface
software.amazon.awssdk.awscore.internal.authcontext.AuthorizationStrategy
-
Packages that use AuthorizationStrategy Package Description software.amazon.awssdk.awscore.internal.authcontext -
-
Uses of AuthorizationStrategy in software.amazon.awssdk.awscore.internal.authcontext
Classes in software.amazon.awssdk.awscore.internal.authcontext that implement AuthorizationStrategy Modifier and Type Class Description classAwsCredentialsAuthorizationStrategyDeprecated.This is only used for compatibility with pre-SRA authorization logic.classTokenAuthorizationStrategyDeprecated.This is only used for compatibility with pre-SRA authorization logic.Methods in software.amazon.awssdk.awscore.internal.authcontext that return AuthorizationStrategy Modifier and Type Method Description AuthorizationStrategyAuthorizationStrategyFactory. strategyFor(CredentialType credentialType)Deprecated.
-