Package org.jclouds.cloudstack.options
Class UpdateUserOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.UpdateUserOptions
- All Implemented Interfaces:
 HttpRequestOptions
Optional arguments for updating an User
- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Field Summary
FieldsFields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionhashedPassword(String hashedPassword) userApiKey(String userApiKey) userSecretKey(String userSecretKey) Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString 
- 
Field Details
- 
NONE
 
 - 
 - 
Constructor Details
- 
UpdateUserOptions
public UpdateUserOptions() 
 - 
 - 
Method Details
- 
email
- Parameters:
 email- user email address
 - 
firstName
- Parameters:
 firstName- user account first name
 - 
lastName
- Parameters:
 lastName- user account last name
 - 
hashedPassword
- Parameters:
 hashedPassword- hashed password (default is MD5). If you wish to use any other hashing algorithm, you would need to write a custom authentication adapter
 - 
timezone
- Parameters:
 timezone- specifies a timezone for this command. For more information on the timezone parameter, see Time Zone Format.
 - 
userApiKey
- Parameters:
 userApiKey-
 - 
userSecretKey
- Parameters:
 userSecretKey-
 - 
userName
- Parameters:
 userName- unique user name
 
 -