Uses of Package
software.amazon.awssdk.identity.spi
-
Packages that use software.amazon.awssdk.identity.spi Package Description software.amazon.awssdk.identity.spi software.amazon.awssdk.identity.spi.internal -
Classes in software.amazon.awssdk.identity.spi used by software.amazon.awssdk.identity.spi Class 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 ofAwsCredentialsIdentitythat 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.IdentityProperty A strongly-typed property for input to anIdentityProvider.IdentityProvider Interface for loadingIdentitythat is used for authentication.IdentityProviders.Builder A builder for aIdentityProviders.ResolveIdentityRequest A request to resolve anIdentity.ResolveIdentityRequest.Builder A builder for aResolveIdentityRequest.TokenIdentity Provides token which is used to securely authorize requests to services that use token based auth, e.g., OAuth. -
Classes in software.amazon.awssdk.identity.spi used by software.amazon.awssdk.identity.spi.internal Class 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 ofAwsCredentialsIdentitythat 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.IdentityProperty A strongly-typed property for input to anIdentityProvider.IdentityProvider Interface for loadingIdentitythat is used for authentication.IdentityProviders An interface to allow retrieving an IdentityProvider based on the identity type.IdentityProviders.Builder A builder for aIdentityProviders.ResolveIdentityRequest A request to resolve anIdentity.ResolveIdentityRequest.Builder A builder for aResolveIdentityRequest.