Package org.jclouds.aws.domain
Class SessionCredentials
java.lang.Object
org.jclouds.domain.Credentials
org.jclouds.aws.domain.SessionCredentials
AWS credentials for API authentication.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.jclouds.domain.Credentials
credential, identity
-
Method Summary
Modifier and TypeMethodDescriptionstatic SessionCredentials.Builder
builder()
boolean
AccessKeyId ID that identifies the temporary credentials.com.google.common.base.Optional
<Date> The date on which these credentials expire.The Secret Access Key to sign requests.The security token that users must pass to the service API to use the temporary credentials.int
hashCode()
toString()
-
Method Details
-
getAccessKeyId
AccessKeyId ID that identifies the temporary credentials. -
getSecretAccessKey
The Secret Access Key to sign requests. -
getSessionToken
The security token that users must pass to the service API to use the temporary credentials. -
getExpiration
The date on which these credentials expire. -
hashCode
public int hashCode()- Overrides:
hashCode
in classCredentials
-
equals
- Overrides:
equals
in classCredentials
-
toString
- Overrides:
toString
in classCredentials
-
builder
-
toBuilder
- Overrides:
toBuilder
in classCredentials
-