public class PropertiesUserGroupCallback extends Object implements org.kie.internal.task.api.UserGroupCallback
| Constructor and Description |
|---|
PropertiesUserGroupCallback()
Constructs a new PropertiesUserGroupCallback.
|
PropertiesUserGroupCallback(Properties userGroups)
Constructs a new PropertiesUserGroupCallback.
|
PropertiesUserGroupCallback(String location)
Constructs a new PropertiesUserGroupCallback.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
existsGroup(String groupId) |
boolean |
existsUser(String userId) |
List<String> |
getGroupsForUser(String userId,
List<String> groupIds,
List<String> allExistingGroupIds) |
public PropertiesUserGroupCallback()
public PropertiesUserGroupCallback(String location)
location - the locationpublic PropertiesUserGroupCallback(Properties userGroups)
userGroups - the userGroupsCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.