List<org.apache.syncope.common.lib.to.ProvisioningReport> |
ReconciliationService.pull(ReconQuery query,
@NotNull org.apache.syncope.common.lib.to.PullTaskTO pullTask) |
Pulls the matching user, group, any object or linked account from the External Resource into Syncope.
|
List<org.apache.syncope.common.lib.to.ProvisioningReport> |
ReconciliationService.push(ReconQuery query,
@NotNull org.apache.syncope.common.lib.to.PushTaskTO pushTask) |
Pushes the matching user, group, any object or linked account in Syncope onto the External Resource.
|
org.apache.syncope.common.lib.to.ReconStatus |
ReconciliationService.status(ReconQuery query) |
Gets compared status between attributes in Syncope and on the given External Resource.
|