public final class SessionCredentials extends Credentials
| Modifier and Type | Class and Description |
|---|---|
static class |
SessionCredentials.Builder |
credential, identity| 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 Credentialspublic String getUserName()
public String getPassword()
public String getCustomerName()
public int hashCode()
hashCode in class Credentialspublic boolean equals(Object obj)
equals in class Credentialspublic String toString()
toString in class CredentialsCopyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.