public interface GroupDataBinder
Modifier and Type | Method and Description |
---|---|
void |
create(Group group,
GroupTO groupTO) |
Map<String,PropagationByResource<String>> |
findAnyObjectsWithTransitiveResources(String groupKey)
Finds any objects having resources assigned exclusively because of memberships of the given group.
|
Map<String,PropagationByResource<String>> |
findUsersWithTransitiveResources(String groupKey)
Finds users having resources assigned exclusively because of memberships of the given group.
|
GroupTO |
getGroupTO(Group group,
boolean details) |
GroupTO |
getGroupTO(String key) |
TypeExtensionTO |
getTypeExtensionTO(TypeExtension typeExt) |
PropagationByResource<String> |
update(Group group,
GroupPatch groupPatch) |
TypeExtensionTO getTypeExtensionTO(TypeExtension typeExt)
PropagationByResource<String> update(Group group, GroupPatch groupPatch)
Map<String,PropagationByResource<String>> findAnyObjectsWithTransitiveResources(String groupKey)
groupKey
- group keyMap<String,PropagationByResource<String>> findUsersWithTransitiveResources(String groupKey)
groupKey
- group keyCopyright © 2010–2023 The Apache Software Foundation. All rights reserved.