public interface DomainUserClient
Modifier and Type | Method and Description |
---|---|
AsyncCreateResponse |
disableUser(long userId)
Disable a user with a specific ID
|
User |
enableUser(long 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(long userId)
userId
- the user ID to enableAsyncCreateResponse disableUser(long userId)
Copyright © 2009-2012 jclouds. All Rights Reserved.