| Package | Description |
|---|---|
| org.apache.syncope.common.rest.api.beans | |
| org.apache.syncope.common.rest.api.service |
| Modifier and Type | Method and Description |
|---|---|
ReconQuery |
ReconQuery.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<ProvisioningReport> |
ReconciliationService.pull(ReconQuery query,
@NotNull PullTaskTO pullTask)
Pulls the matching user, group, any object or linked account from the External Resource into Syncope.
|
List<ProvisioningReport> |
ReconciliationService.push(ReconQuery query,
@NotNull PushTaskTO pushTask)
Pushes the matching user, group, any object or linked account in Syncope onto the External Resource.
|
ReconStatus |
ReconciliationService.status(ReconQuery query)
Gets compared status between attributes in Syncope and on the given External Resource.
|
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.