Package org.jclouds.dynect.v3.domain
Class SessionCredentials
java.lang.Object
org.jclouds.domain.Credentials
org.jclouds.dynect.v3.domain.SessionCredentials
Session credentials for API authentication.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.jclouds.domain.Credentials
credential, identity
-
Method Summary
Modifier and TypeMethodDescriptionstatic SessionCredentials.Builder
builder()
boolean
The security token that users must pass to the service API to use the temporary credentials.The Secret Access Key to sign requests.UserName ID that identifies the temporary credentials.int
hashCode()
toString()
-
Method Details
-
builder
-
toBuilder
- Overrides:
toBuilder
in classCredentials
-
getUserName
UserName ID that identifies the temporary credentials. -
getPassword
The Secret Access Key to sign requests. -
getCustomerName
The security token that users must pass to the service API to use the temporary credentials. -
hashCode
public int hashCode()- Overrides:
hashCode
in classCredentials
-
equals
- Overrides:
equals
in classCredentials
-
toString
- Overrides:
toString
in classCredentials
-