public final class SessionCredentials extends Credentials
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
SessionCredentials.Builder  | 
credential, identity, NO_CREDENTIALS| Modifier and Type | Method and Description | 
|---|---|
static SessionCredentials.Builder | 
builder()  | 
boolean | 
equals(Object obj)  | 
String | 
getAccessKeyId()
AccessKeyId ID that identifies the temporary credentials. 
 | 
com.google.common.base.Optional<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()  | 
SessionCredentials.Builder | 
toBuilder()  | 
String | 
toString()  | 
parsepublic String getAccessKeyId()
public String getSecretAccessKey()
public String getSessionToken()
public com.google.common.base.Optional<Date> getExpiration()
public int hashCode()
hashCode in class Credentialspublic boolean equals(Object obj)
equals in class Credentialspublic String toString()
toString in class Credentialspublic static SessionCredentials.Builder builder()
public SessionCredentials.Builder toBuilder()
toBuilder in class CredentialsCopyright © 2009-2013 jclouds. All Rights Reserved.