public interface GroupProvisioningManager extends ProvisioningManager<GroupTO,GroupPatch>
Modifier and Type | Method and Description |
---|---|
Pair<String,List<PropagationStatus>> |
create(GroupTO groupTO,
Map<String,String> groupOwnerMap,
Set<String> excludedResources,
boolean nullPriorityAsync) |
List<PropagationStatus> |
provision(String key,
Collection<String> resources,
boolean nullPriorityAsync) |
create, delete, delete, deprovision, link, unlink, update, update
Pair<String,List<PropagationStatus>> create(GroupTO groupTO, Map<String,String> groupOwnerMap, Set<String> excludedResources, boolean nullPriorityAsync)
List<PropagationStatus> provision(String key, Collection<String> resources, boolean nullPriorityAsync)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.