public interface GlobalAccountAsyncClient extends DomainAccountAsyncClient
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Account> |
createAccount(String userName,
Account.Type accountType,
String email,
String firstName,
String lastName,
String hashedPassword,
CreateAccountOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Void> |
deleteAccount(long id) |
com.google.common.util.concurrent.ListenableFuture<Account> |
updateAccount(String accountName,
long domainId,
String newName,
UpdateAccountOptions... options) |
disableAccount, enableAccount
getAccount, listAccounts
com.google.common.util.concurrent.ListenableFuture<Account> createAccount(String userName, Account.Type accountType, String email, String firstName, String lastName, String hashedPassword, CreateAccountOptions... options)
com.google.common.util.concurrent.ListenableFuture<Account> updateAccount(String accountName, long domainId, String newName, UpdateAccountOptions... options)
com.google.common.util.concurrent.ListenableFuture<Void> deleteAccount(long id)
Copyright © 2009-2012 jclouds. All Rights Reserved.