| Interface | Description |
|---|---|
| AuthorizationStrategy |
Represents a logical unit for providing instructions on how to authorize a request,
including which signer and which credentials to use.
|
| Class | Description |
|---|---|
| AuthorizationStrategyFactory |
Will create the correct authorization strategy based on provided credential type.
|
| AwsCredentialsAuthorizationStrategy |
An authorization strategy for AWS Credentials that can resolve a compatible signer as
well as provide resolved AWS credentials as an execution attribute.
|
| AwsCredentialsAuthorizationStrategy.Builder | |
| TokenAuthorizationStrategy |
An authorization strategy for tokens that can resolve a compatible signer as
well as provide a resolved token as an execution attribute.
|
| TokenAuthorizationStrategy.Builder |
Copyright © 2022. All rights reserved.