| Package | Description | 
|---|---|
| org.jclouds.cloudstack.features | |
| org.jclouds.cloudstack.options | 
| Modifier and Type | Method and Description | 
|---|---|
User | 
GlobalUserClient.createUser(String userName,
          String accountName,
          String email,
          String hashedPassword,
          String firstName,
          String lastName,
          CreateUserOptions... options)
Create an user for an account that already exists 
 | 
com.google.common.util.concurrent.ListenableFuture<User> | 
GlobalUserAsyncClient.createUser(String userName,
          String accountName,
          String email,
          String hashedPassword,
          String firstName,
          String lastName,
          CreateUserOptions... options)  | 
| Modifier and Type | Field and Description | 
|---|---|
static CreateUserOptions | 
CreateUserOptions.NONE  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateUserOptions | 
CreateUserOptions.domainId(String domainId)  | 
static CreateUserOptions | 
CreateUserOptions.Builder.domainId(String domainId)  | 
CreateUserOptions | 
CreateUserOptions.timezone(String timezone)  | 
static CreateUserOptions | 
CreateUserOptions.Builder.timezone(String timezone)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.