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 Credentials
public String getUserName()
public String getPassword()
public String getCustomerName()
public int hashCode()
hashCode
in class Credentials
public boolean equals(Object obj)
equals
in class Credentials
public String toString()
toString
in class Credentials
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.