Interface Identity
- All Known Subinterfaces:
AwsCredentials
,AwsCredentialsIdentity
,AwsSessionCredentialsIdentity
,NoAuthAuthScheme.AnonymousIdentity
,S3ExpressSessionCredentials
,SdkToken
,TokenIdentity
- All Known Implementing Classes:
AwsBasicCredentials
,AwsSessionCredentials
,DefaultAwsCredentialsIdentity
,DefaultAwsSessionCredentialsIdentity
,DefaultS3ExpressSessionCredentials
,SsoAccessToken
,SsoOidcToken
Interface to represent who is using the SDK, i.e., the identity of the caller, used for authentication.
Examples include AwsCredentialsIdentity
and TokenIdentity
.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionThe time after which this identity will no longer be valid.The source that resolved this identity, normally an identity provider.
-
Method Details
-
expirationTime
-
providerName
-