| Modifier and Type | Class and Description |
|---|---|
static class |
SessionCredentials.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SessionCredentials.Builder |
builder() |
boolean |
equals(Object obj) |
String |
getCustomerName()
The security token that users must pass to the service API to use the
temporary credentials.
|
String |
getPassword()
The Secret Access Key to sign requests.
|
String |
getUserName()
UserName ID that identifies the temporary credentials.
|
int |
hashCode() |
SessionCredentials.Builder |
toBuilder() |
String |
toString() |
public static SessionCredentials.Builder builder()
public SessionCredentials.Builder toBuilder()
toBuilder in class org.jclouds.domain.Credentialspublic String getUserName()
public String getPassword()
public String getCustomerName()
public int hashCode()
hashCode in class org.jclouds.domain.Credentialspublic boolean equals(Object obj)
equals in class org.jclouds.domain.Credentialspublic String toString()
toString in class org.jclouds.domain.CredentialsCopyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.