|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.domain.Credentials
org.jclouds.aws.domain.SessionCredentials
public final class SessionCredentials
AWS credentials for API authentication.
| Nested Class Summary | |
|---|---|
static class |
SessionCredentials.Builder
|
| Field Summary |
|---|
| Fields inherited from class org.jclouds.domain.Credentials |
|---|
credential, identity |
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getAccessKeyId()
public String getSecretAccessKey()
public String getSessionToken()
public com.google.common.base.Optional<Date> getExpiration()
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.Credentialspublic static SessionCredentials.Builder builder()
public SessionCredentials.Builder toBuilder()
toBuilder in class org.jclouds.domain.Credentials
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||