Uses of Class
org.apache.syncope.core.provisioning.api.PropagationByResource
-
-
Uses of PropagationByResource in org.apache.syncope.core.flowable.impl
Methods in org.apache.syncope.core.flowable.impl with parameters of type PropagationByResource Modifier and Type Method Description static void
FlowableRuntimeUtils. saveForFormSubmit(DomainProcessEngine engine, String procInstId, UserTO userTO, String password, Boolean enabled, PropagationByResource<String> propByRes, PropagationByResource<Pair<String,String>> propByLinkedAccount)
Saves resources to be propagated and password for later - after form submission - propagation. -
Uses of PropagationByResource in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api that return PropagationByResource Modifier and Type Method Description PropagationByResource<Pair<String,String>>
UserWorkflowResult. getPropByLinkedAccount()
PropagationByResource<String>
WorkflowResult. getPropByRes()
Methods in org.apache.syncope.core.provisioning.api with parameters of type PropagationByResource Modifier and Type Method Description void
PropagationByResource. merge(PropagationByResource<T> propByRes)
Merge another resource operation instance into this instance.Constructors in org.apache.syncope.core.provisioning.api with parameters of type PropagationByResource Constructor Description UserWorkflowResult(T result, PropagationByResource<String> propByRes, PropagationByResource<Pair<String,String>> propByLinkedAccount, String performedTask)
UserWorkflowResult(T result, PropagationByResource<String> propByRes, PropagationByResource<Pair<String,String>> propByLinkedAccount, Set<String> performedTasks)
WorkflowResult(T result, PropagationByResource<String> propByRes, String performedTask)
WorkflowResult(T result, PropagationByResource<String> propByRes, Set<String> performedTasks)
-
Uses of PropagationByResource in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return PropagationByResource Modifier and Type Method Description PropagationByResource<String>
AnyObjectDataBinder. update(AnyObject toBeUpdated, AnyObjectUR anyObjectUR)
PropagationByResource<String>
GroupDataBinder. update(Group group, GroupUR groupUR)
PropagationByResource<String>
RealmDataBinder. update(Realm realm, RealmTO realmTO)
Methods in org.apache.syncope.core.provisioning.api.data that return types with arguments of type PropagationByResource Modifier and Type Method Description Map<String,PropagationByResource<String>>
GroupDataBinder. findAnyObjectsWithTransitiveResources(String groupKey)
Finds any objects having resources assigned exclusively because of memberships of the given group.Map<String,PropagationByResource<String>>
GroupDataBinder. findUsersWithTransitiveResources(String groupKey)
Finds users having resources assigned exclusively because of memberships of the given group.Pair<PropagationByResource<String>,PropagationByResource<Pair<String,String>>>
UserDataBinder. update(User toBeUpdated, UserUR userUR)
Update user, givenUserUR
.Pair<PropagationByResource<String>,PropagationByResource<Pair<String,String>>>
UserDataBinder. update(User toBeUpdated, UserUR userUR)
Update user, givenUserUR
. -
Uses of PropagationByResource in org.apache.syncope.core.provisioning.api.propagation
Methods in org.apache.syncope.core.provisioning.api.propagation with parameters of type PropagationByResource Modifier and Type Method Description List<PropagationTaskInfo>
PropagationManager. createTasks(Realm realm, PropagationByResource<String> propByRes, Collection<String> excludedResources)
Create the needed tasks for the realm for each resource associated, unless inexcludedResources
.List<PropagationTaskInfo>
PropagationManager. getCreateTasks(AnyTypeKind kind, String key, Boolean enable, PropagationByResource<String> propByRes, Collection<Attr> vAttrs, Collection<String> excludedResources)
Create the tasks for every associated resource, unless inexcludedResources
.List<PropagationTaskInfo>
PropagationManager. getDeleteTasks(AnyTypeKind kind, String key, PropagationByResource<String> propByRes, PropagationByResource<Pair<String,String>> propByLinkedAccount, Collection<String> excludedResources)
Create the delete tasks from each resource associated, unless inexcludedResources
.List<PropagationTaskInfo>
PropagationManager. getUpdateTasks(AnyUR anyUR, AnyTypeKind kind, String key, boolean changePwd, Boolean enable, PropagationByResource<String> propByRes, PropagationByResource<Pair<String,String>> propByLinkedAccount, Collection<Attr> vAttrs, Collection<String> excludedResources)
Create the update tasks on each resource associated, unless inexcludedResources
.List<PropagationTaskInfo>
PropagationManager. getUserCreateTasks(String key, String password, Boolean enable, PropagationByResource<String> propByRes, PropagationByResource<Pair<String,String>> propByLinkedAccount, Collection<Attr> vAttrs, Collection<String> excludedResources)
Create the user tasks for every associated resource, unless inexcludedResources
. -
Uses of PropagationByResource in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return PropagationByResource Modifier and Type Method Description PropagationByResource<String>
AnyObjectDataBinderImpl. update(AnyObject toBeUpdated, AnyObjectUR anyObjectUR)
PropagationByResource<String>
GroupDataBinderImpl. update(Group toBeUpdated, GroupUR groupUR)
PropagationByResource<String>
RealmDataBinderImpl. update(Realm realm, RealmTO realmTO)
Methods in org.apache.syncope.core.provisioning.java.data that return types with arguments of type PropagationByResource Modifier and Type Method Description Map<String,PropagationByResource<String>>
GroupDataBinderImpl. findAnyObjectsWithTransitiveResources(String groupKey)
Map<String,PropagationByResource<String>>
GroupDataBinderImpl. findUsersWithTransitiveResources(String groupKey)
Pair<PropagationByResource<String>,PropagationByResource<Pair<String,String>>>
UserDataBinderImpl. update(User toBeUpdated, UserUR userUR)
Pair<PropagationByResource<String>,PropagationByResource<Pair<String,String>>>
UserDataBinderImpl. update(User toBeUpdated, UserUR userUR)
Method parameters in org.apache.syncope.core.provisioning.java.data with type arguments of type PropagationByResource Modifier and Type Method Description protected static void
GroupDataBinderImpl. populateTransitiveResources(Group group, Any<?> any, Map<String,PropagationByResource<String>> result)
-
Uses of PropagationByResource in org.apache.syncope.core.provisioning.java.propagation
-