org.jclouds.dynect.v3.domain
Class SessionCredentials
java.lang.Object
org.jclouds.domain.Credentials
org.jclouds.dynect.v3.domain.SessionCredentials
public final class SessionCredentials
- extends org.jclouds.domain.Credentials
Session credentials for API authentication.
- See Also:
| Fields inherited from class org.jclouds.domain.Credentials |
credential, identity |
builder
public static SessionCredentials.Builder builder()
toBuilder
public SessionCredentials.Builder toBuilder()
- Overrides:
toBuilder in class org.jclouds.domain.Credentials
getUserName
public String getUserName()
- UserName ID that identifies the temporary credentials.
getPassword
public String getPassword()
- The Secret Access Key to sign requests.
getCustomerName
public String getCustomerName()
- The security token that users must pass to the service API to use the
temporary credentials.
hashCode
public int hashCode()
- Overrides:
hashCode in class org.jclouds.domain.Credentials
equals
public boolean equals(Object obj)
- Overrides:
equals in class org.jclouds.domain.Credentials
toString
public String toString()
- Overrides:
toString in class org.jclouds.domain.Credentials
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.