Uses of Class
org.apache.syncope.common.lib.to.ProvisioningReport
-
-
Uses of ProvisioningReport in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return types with arguments of type ProvisioningReport Modifier and Type Method Description ArrayList<ProvisioningReport>ReconciliationRestClient. pull(CSVPullSpec spec, InputStream csv) -
Uses of ProvisioningReport in org.apache.syncope.client.console.wizards
Methods in org.apache.syncope.client.console.wizards that return types with arguments of type ProvisioningReport Modifier and Type Method Description protected ArrayList<ProvisioningReport>CSVPullWizardBuilder. onApplyInternal(CSVPullSpec modelObject) -
Uses of ProvisioningReport in org.apache.syncope.client.console.wizards.any
Constructor parameters in org.apache.syncope.client.console.wizards.any with type arguments of type ProvisioningReport Constructor Description ProvisioningReportsPanel(String id, List<ProvisioningReport> results, PageReference pageRef) -
Uses of ProvisioningReport in org.apache.syncope.common.lib.to
Method parameters in org.apache.syncope.common.lib.to with type arguments of type ProvisioningReport Modifier and Type Method Description static StringProvisioningReport. generate(Collection<ProvisioningReport> results, TraceLevel level)Helper method to invoke logging per provisioning result, for the given trace level. -
Uses of ProvisioningReport in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type ProvisioningReport Modifier and Type Method Description List<ProvisioningReport>ReconciliationService. pull(CSVPullSpec spec, InputStream csv)Pulls the CSV input into Syncope according to the provided specification.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. -
Uses of ProvisioningReport in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return types with arguments of type ProvisioningReport Modifier and Type Method Description List<ProvisioningReport>ReconciliationLogic. pull(String anyTypeKey, String resourceKey, String anyKey, Set<String> moreAttrsToGet, PullTaskTO pullTask)List<ProvisioningReport>ReconciliationLogic. pull(String anyTypeKey, String resourceKey, Filter filter, Set<String> moreAttrsToGet, PullTaskTO pullTask)List<ProvisioningReport>ReconciliationLogic. pull(CSVPullSpec spec, InputStream csv)protected List<ProvisioningReport>ReconciliationLogic. pull(ExternalResource resource, Provision provision, ReconFilterBuilder reconFilterBuilder, Set<String> moreAttrsToGet, PullTaskTO pullTask)List<ProvisioningReport>ReconciliationLogic. push(String anyTypeKey, String resourceKey, String anyKey, PushTaskTO pushTask)List<ProvisioningReport>ReconciliationLogic. push(String anyTypeKey, String resourceKey, Filter filter, Set<String> moreAttrsToGet, PushTaskTO pushTask)List<ProvisioningReport>ReconciliationLogic. push(SearchCond searchCond, int page, int size, List<OrderByClause> orderBy, String realm, CSVPushSpec spec, OutputStream os) -
Uses of ProvisioningReport in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api with parameters of type ProvisioningReport Modifier and Type Method Description Pair<UserUR,List<PropagationStatus>>UserProvisioningManager. update(UserUR userUR, ProvisioningReport result, Boolean enabled, Set<String> excludedResources, boolean nullPriorityAsync, String updater, String context) -
Uses of ProvisioningReport in org.apache.syncope.core.provisioning.api.pushpull
Methods in org.apache.syncope.core.provisioning.api.pushpull that return ProvisioningReport Modifier and Type Method Description ProvisioningReportSyncopeSinglePushExecutor. push(ExternalResource resource, Provision provision, Connector connector, LinkedAccount account, PushTaskTO pushTaskTO, String executor)Methods in org.apache.syncope.core.provisioning.api.pushpull that return types with arguments of type ProvisioningReport Modifier and Type Method Description List<ProvisioningReport>ProvisioningProfile. getResults()List<ProvisioningReport>SyncopeSinglePullExecutor. pull(ExternalResource resource, Provision provision, Connector connector, ReconFilterBuilder reconFilterBuilder, Set<String> moreAttrsToGet, PullTaskTO pullTaskTO, String executor)List<ProvisioningReport>SyncopeSinglePushExecutor. push(ExternalResource resource, Provision provision, Connector connector, Any<?> any, PushTaskTO pushTaskTO, String executor)Methods in org.apache.syncope.core.provisioning.api.pushpull with parameters of type ProvisioningReport Modifier and Type Method Description default voidPullActions. after(ProvisioningProfile<?,?> profile, SyncDelta delta, EntityTO entity, ProvisioningReport result)Action to be executed after each local entity pull.default voidPushActions. after(ProvisioningProfile<?,?> profile, Entity entity, ProvisioningReport result)Action to be executed after each local entity push.default voidPushActions. onError(ProvisioningProfile<?,?> profile, Entity entity, ProvisioningReport result, Exception error)Action to be executed after entity push goes on error. -
Uses of ProvisioningReport in org.apache.syncope.core.provisioning.api.pushpull.stream
Methods in org.apache.syncope.core.provisioning.api.pushpull.stream that return types with arguments of type ProvisioningReport Modifier and Type Method Description List<ProvisioningReport>SyncopeStreamPullExecutor. pull(AnyType anyType, String keyColumn, List<String> columns, ConflictResolutionAction conflictResolutionAction, String pullCorrelationRule, Connector connector, PullTaskTO pullTaskTO, String executor)List<ProvisioningReport>SyncopeStreamPushExecutor. push(AnyType anyType, List<? extends Any<?>> anys, List<String> columns, Connector connector, List<String> propagationActions, PushTaskTO pushTaskTO, String executor) -
Uses of ProvisioningReport in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type ProvisioningReport Modifier and Type Method Description Pair<UserUR,List<PropagationStatus>>DefaultUserProvisioningManager. update(UserUR userUR, ProvisioningReport result, Boolean enabled, Set<String> excludedResources, boolean nullPriorityAsync, String updater, String context) -
Uses of ProvisioningReport in org.apache.syncope.core.provisioning.java.pushpull
Methods in org.apache.syncope.core.provisioning.java.pushpull that return ProvisioningReport Modifier and Type Method Description ProvisioningReportSinglePushJobDelegate. push(ExternalResource resource, Provision provision, Connector connector, LinkedAccount account, PushTaskTO pushTaskTO, String executor)Methods in org.apache.syncope.core.provisioning.java.pushpull that return types with arguments of type ProvisioningReport Modifier and Type Method Description List<ProvisioningReport>SinglePullJobDelegate. pull(ExternalResource resource, Provision provision, Connector connector, ReconFilterBuilder reconFilterBuilder, Set<String> moreAttrsToGet, PullTaskTO pullTaskTO, String executor)List<ProvisioningReport>SinglePushJobDelegate. push(ExternalResource resource, Provision provision, Connector connector, Any<?> any, PushTaskTO pushTaskTO, String executor)Methods in org.apache.syncope.core.provisioning.java.pushpull with parameters of type ProvisioningReport Modifier and Type Method Description voidDBPasswordPullActions. after(ProvisioningProfile<?,?> profile, SyncDelta delta, EntityTO any, ProvisioningReport result)voidLDAPMembershipPullActions. after(ProvisioningProfile<?,?> profile, SyncDelta delta, EntityTO entity, ProvisioningReport result)Keep track of members of the group being updated after actual update took place.voidLDAPPasswordPullActions. after(ProvisioningProfile<?,?> profile, SyncDelta delta, EntityTO entity, ProvisioningReport result)protected voidAbstractPushResultHandler. assign(Any<?> any, Boolean enabled, ProvisioningReport result)protected AuditElements.ResultDefaultRealmPullResultHandler. create(RealmTO realmTO, SyncDelta delta, UnmatchingRule unmatchingRule, ProvisioningReport result)protected voidAbstractPullResultHandler. createRemediation(String anyType, String anyKey, AnyCR anyCR, AnyUR anyUR, ProvisioningReport result, SyncDelta delta)protected voidAbstractPullResultHandler. createRemediationIfNeeded(AnyUR anyUR, SyncDelta delta, ProvisioningReport result)protected voidAbstractPushResultHandler. deprovision(Any<?> any, ConnectorObject beforeObj, ProvisioningReport result)protected voidDefaultUserPushResultHandler. deprovision(Any<?> any, ConnectorObject beforeObj, ProvisioningReport result)protected abstract AnyURAbstractPullResultHandler. doUpdate(AnyTO before, AnyUR anyUR, SyncDelta delta, ProvisioningReport result)protected AnyURDefaultAnyObjectPullResultHandler. doUpdate(AnyTO before, AnyUR req, SyncDelta delta, ProvisioningReport result)protected AnyURDefaultGroupPullResultHandler. doUpdate(AnyTO before, AnyUR req, SyncDelta delta, ProvisioningReport result)protected AnyURDefaultUserPullResultHandler. doUpdate(AnyTO before, AnyUR req, SyncDelta delta, ProvisioningReport result)protected voidAbstractPushResultHandler. link(Any<?> any, boolean unlink, ProvisioningReport result)protected voidAbstractPushResultHandler. provision(Any<?> any, Boolean enable, ProvisioningReport result)protected voidDefaultUserPushResultHandler. provision(Any<?> any, Boolean enabled, ProvisioningReport result)protected voidDefaultUserPushResultHandler. provision(LinkedAccount account, Boolean enable, ProvisioningReport result)protected static voidAbstractPushResultHandler. reportPropagation(ProvisioningReport result, PropagationReporter reporter)protected voidAbstractPushResultHandler. unassign(Any<?> any, ConnectorObject beforeObj, ProvisioningReport result)protected voidAbstractPushResultHandler. update(Any<?> any, Boolean enable, ConnectorObject beforeObj, ProvisioningReport result)protected voidDefaultUserPushResultHandler. update(Any<?> any, Boolean enable, ConnectorObject beforeObj, ProvisioningReport result)protected voidDefaultUserPushResultHandler. update(LinkedAccount account, Boolean enable, ConnectorObject beforeObj, ResourceOperation operation, ProvisioningReport result)Method parameters in org.apache.syncope.core.provisioning.java.pushpull with type arguments of type ProvisioningReport Modifier and Type Method Description protected StringAbstractProvisioningJobDelegate. createReport(Collection<ProvisioningReport> provResults, ExternalResource resource, boolean dryRun)Create a textual report of the provisioning operation, based on the trace level.protected StringAbstractProvisioningJobDelegate. generate(Collection<ProvisioningReport> results, TraceLevel level)Helper method to invoke logging per provisioning result, for the given trace level. -
Uses of ProvisioningReport in org.apache.syncope.core.provisioning.java.pushpull.stream
Methods in org.apache.syncope.core.provisioning.java.pushpull.stream that return types with arguments of type ProvisioningReport Modifier and Type Method Description List<ProvisioningReport>StreamPullJobDelegate. pull(AnyType anyType, String keyColumn, List<String> columns, ConflictResolutionAction conflictResolutionAction, String pullCorrelationRule, Connector connector, PullTaskTO pullTaskTO, String executor)List<ProvisioningReport>StreamPushJobDelegate. push(AnyType anyType, List<? extends Any<?>> anys, List<String> columns, Connector connector, List<String> propagationActions, PushTaskTO pushTaskTO, String executor)Methods in org.apache.syncope.core.provisioning.java.pushpull.stream with parameters of type ProvisioningReport Modifier and Type Method Description protected voidStreamAnyObjectPushResultHandler. provision(Any<?> any, Boolean enabled, ProvisioningReport result)protected voidStreamGroupPushResultHandler. provision(Any<?> any, Boolean enabled, ProvisioningReport result)protected voidStreamUserPushResultHandler. provision(Any<?> any, Boolean enabled, ProvisioningReport result) -
Uses of ProvisioningReport in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type ProvisioningReport Modifier and Type Method Description List<ProvisioningReport>ReconciliationServiceImpl. pull(CSVPullSpec spec, InputStream csv)List<ProvisioningReport>ReconciliationServiceImpl. pull(ReconQuery query, PullTaskTO pullTask)List<ProvisioningReport>ReconciliationServiceImpl. push(ReconQuery query, PushTaskTO pushTask)
-