org.jclouds.dynect.v3.domain
Class SessionCredentials

java.lang.Object
  extended by org.jclouds.domain.Credentials
      extended by org.jclouds.dynect.v3.domain.SessionCredentials

public final class SessionCredentials
extends org.jclouds.domain.Credentials

Session credentials for API authentication.

See Also:

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 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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

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.