| Interface | Description |
|---|---|
| AwsCredentialsIdentity |
Provides access to the AWS credentials used for accessing services: AWS access key ID and secret access key.
|
| AwsCredentialsIdentity.Builder | |
| AwsSessionCredentialsIdentity |
A special type of
AwsCredentialsIdentity that provides a session token to be used in service authentication. |
| AwsSessionCredentialsIdentity.Builder | |
| Identity |
Interface to represent who is using the SDK, i.e., the identity of the caller, used for authentication.
|
| IdentityProvider<IdentityT extends Identity> |
Interface for loading
Identity that is used for authentication. |
| IdentityProviders |
An interface to allow retrieving an IdentityProvider based on the identity type.
|
| IdentityProviders.Builder |
A builder for a
IdentityProviders. |
| ResolveIdentityRequest |
A request to resolve an
Identity. |
| ResolveIdentityRequest.Builder |
A builder for a
ResolveIdentityRequest. |
| TokenIdentity |
Provides token which is used to securely authorize requests to services that use token based auth, e.g., OAuth.
|
| Class | Description |
|---|---|
| IdentityProperty<T> |
A strongly-typed property for input to an
IdentityProvider. |
Copyright © 2023. All rights reserved.