public final class TemporaryCredentials extends Credentials
| Modifier and Type | Class and Description |
|---|---|
static class |
TemporaryCredentials.Builder |
credential, identity, NO_CREDENTIALS| Modifier and Type | Method and Description |
|---|---|
static TemporaryCredentials.Builder |
builder() |
boolean |
equals(Object obj) |
String |
getAccessKeyId()
AccessKeyId ID that identifies the temporary credentials.
|
Date |
getExpiration()
The date on which these credentials expire.
|
String |
getSecretAccessKey()
The Secret Access Key to sign requests.
|
String |
getSessionToken()
The security token that users must pass to the service API to use the
temporary credentials.
|
int |
hashCode() |
TemporaryCredentials.Builder |
toBuilder() |
String |
toString() |
parsepublic static TemporaryCredentials.Builder builder()
public TemporaryCredentials.Builder toBuilder()
toBuilder in class Credentialspublic String getAccessKeyId()
public String getSecretAccessKey()
public String getSessionToken()
public Date getExpiration()
public int hashCode()
hashCode in class Credentialspublic boolean equals(Object obj)
equals in class Credentialspublic String toString()
toString in class CredentialsCopyright © 2009-2013 jclouds. All Rights Reserved.