public interface DomainUserAsyncClient
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
disableUser(String userId) |
com.google.common.util.concurrent.ListenableFuture<User> |
enableUser(String userId) |
com.google.common.util.concurrent.ListenableFuture<Set<User>> |
listUsers(ListUsersOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<User>> listUsers(ListUsersOptions... options)
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> disableUser(String userId)
Copyright © 2009-2013 jclouds. All Rights Reserved.