Interface AuthorizationStrategy
- All Known Implementing Classes:
AwsCredentialsAuthorizationStrategy
,TokenAuthorizationStrategy
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.
Represents a logical unit for providing instructions on how to authorize a request,
including which signer and which credentials to use.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCredentialsToExecutionAttributes
(ExecutionAttributes executionAttributes) Deprecated.Deprecated.
-
Method Details
-
resolveSigner
Signer resolveSigner()Deprecated. -
addCredentialsToExecutionAttributes
Deprecated.
-