Interface Identity
- All Known Subinterfaces:
AwsCredentials
,AwsCredentialsIdentity
,AwsSessionCredentialsIdentity
,NoAuthAuthScheme.AnonymousIdentity
,SdkToken
,TokenIdentity
- All Known Implementing Classes:
AwsBasicCredentials
,AwsSessionCredentials
,DefaultAwsCredentialsIdentity
,DefaultAwsSessionCredentialsIdentity
,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.
-
Method Details
-
expirationTime
The time after which this identity will no longer be valid. If this is empty, an expiration time is not known (but the identity may still expire at some time in the future).
-