Uses of Interface
software.amazon.awssdk.identity.spi.Identity
-
Packages that use Identity Package Description software.amazon.awssdk.identity.spi software.amazon.awssdk.identity.spi.internal -
-
Uses of Identity in software.amazon.awssdk.identity.spi
Classes in software.amazon.awssdk.identity.spi with type parameters of type Identity Modifier and Type Interface Description interfaceIdentityProvider<IdentityT extends Identity>Interface for loadingIdentitythat is used for authentication.Subinterfaces of Identity in software.amazon.awssdk.identity.spi Modifier and Type Interface Description interfaceAwsCredentialsIdentityProvides access to the AWS credentials used for accessing services: AWS access key ID and secret access key.interfaceAwsSessionCredentialsIdentityA special type ofAwsCredentialsIdentitythat provides a session token to be used in service authentication.interfaceTokenIdentityProvides token which is used to securely authorize requests to services that use token based auth, e.g., OAuth.Methods in software.amazon.awssdk.identity.spi with type parameters of type Identity Modifier and Type Method Description <T extends Identity>
IdentityProvider<T>IdentityProviders. identityProvider(Class<T> identityType)Retrieve an identity provider for the provided identity type.<T extends Identity>
IdentityProviders.BuilderIdentityProviders.Builder. putIdentityProvider(IdentityProvider<T> identityProvider)Add theIdentityProviderfor a given type. -
Uses of Identity in software.amazon.awssdk.identity.spi.internal
Classes in software.amazon.awssdk.identity.spi.internal that implement Identity Modifier and Type Class Description classDefaultAwsCredentialsIdentityclassDefaultAwsSessionCredentialsIdentityMethods in software.amazon.awssdk.identity.spi.internal with type parameters of type Identity Modifier and Type Method Description <T extends Identity>
IdentityProvider<T>DefaultIdentityProviders. identityProvider(Class<T> identityType)
-