public interface DomainUserClient
| Modifier and Type | Method and Description | 
|---|---|
AsyncCreateResponse | 
disableUser(String userId)
Disable a user with a specific ID 
 | 
User | 
enableUser(String userId)
Enable a user with a specific ID 
 | 
Set<User> | 
listUsers(ListUsersOptions... options)
Lists Users 
 | 
Set<User> listUsers(ListUsersOptions... options)
options - if present, how to constrain the list.User enableUser(String userId)
userId - the user ID to enableAsyncCreateResponse disableUser(String userId)
Copyright © 2009-2013 jclouds. All Rights Reserved.