public interface UserGroupCallback
Modifier and Type | Method and Description |
---|---|
boolean |
existsGroup(String groupId)
Resolves existence of group id.
|
boolean |
existsUser(String userId)
Resolves existence of user id.
|
List<String> |
getGroupsForUser(String userId)
Returns list of group ids for specified user id.
|
boolean existsUser(String userId)
userId
- the user id assigned to the taskboolean existsGroup(String groupId)
groupId
- the group id assigned to the taskCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.