Interface AuthorizationStrategy

All Known Implementing Classes:
AwsCredentialsAuthorizationStrategy, TokenAuthorizationStrategy

@Deprecated public interface 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.
Represents a logical unit for providing instructions on how to authorize a request, including which signer and which credentials to use.
  • Method Details

    • resolveSigner

      Signer resolveSigner()
      Deprecated.
    • addCredentialsToExecutionAttributes

      void addCredentialsToExecutionAttributes(ExecutionAttributes executionAttributes)
      Deprecated.