Class DefaultAwsSessionCredentialsIdentity
java.lang.Object
software.amazon.awssdk.identity.spi.internal.DefaultAwsSessionCredentialsIdentity
- All Implemented Interfaces:
AwsCredentialsIdentity
,AwsSessionCredentialsIdentity
,Identity
public final class DefaultAwsSessionCredentialsIdentity
extends Object
implements AwsSessionCredentialsIdentity
-
Method Summary
Methods inherited from interface software.amazon.awssdk.identity.spi.Identity
expirationTime
-
Method Details
-
builder
-
accessKeyId
Description copied from interface:AwsCredentialsIdentity
Retrieve the AWS access key, used to identify the user interacting with services.- Specified by:
accessKeyId
in interfaceAwsCredentialsIdentity
-
secretAccessKey
Description copied from interface:AwsCredentialsIdentity
Retrieve the AWS secret access key, used to authenticate the user interacting with services.- Specified by:
secretAccessKey
in interfaceAwsCredentialsIdentity
-
sessionToken
Description copied from interface:AwsSessionCredentialsIdentity
Retrieve the AWS session token. This token is retrieved from an AWS token service, and is used for authenticating that this user has received temporary permission to access some resource.- Specified by:
sessionToken
in interfaceAwsSessionCredentialsIdentity
-
toString
-
equals
-
hashCode
public int hashCode()
-