public interface DomainUserApi
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
|
@Named(value="listUsers") Set<User> listUsers(ListUsersOptions... options)
options
- if present, how to constrain the list.@Named(value="enableUser") User enableUser(String userId)
userId
- the user ID to enable@Named(value="disableUser") AsyncCreateResponse disableUser(String userId)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.