Class DefaultRealmPushResultHandler
java.lang.Object
org.apache.syncope.core.provisioning.java.pushpull.AbstractRealmResultHandler<PushTask,PushActions>
org.apache.syncope.core.provisioning.java.pushpull.DefaultRealmPushResultHandler
- All Implemented Interfaces:
RealmPushResultHandler
,SyncopePushResultHandler
,SyncopeResultHandler<PushTask,
PushActions>
public class DefaultRealmPushResultHandler
extends AbstractRealmResultHandler<PushTask,PushActions>
implements RealmPushResultHandler
-
Field Summary
Fields inherited from class org.apache.syncope.core.provisioning.java.pushpull.AbstractRealmResultHandler
auditManager, binder, LOG, notificationManager, profile, propagationManager, realmDAO, realmSearchDAO, securityProperties, stopRequested, taskExecutor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected ConnectorObject
getRemoteObject
(ObjectClass objectClass, String connObjectKey, String connObjectKeyValue, boolean ignoreCaseMatch, Stream<Item> mapItems) boolean
protected static ProvisioningReport.Status
toProvisioningReportStatus
(ExecStatus status) protected static ResourceOperation
protected static ResourceOperation
Methods inherited from class org.apache.syncope.core.provisioning.java.pushpull.AbstractRealmResultHandler
setProfile, stop
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.syncope.core.provisioning.api.pushpull.SyncopeResultHandler
setProfile, stop
-
Constructor Details
-
DefaultRealmPushResultHandler
public DefaultRealmPushResultHandler()
-
-
Method Details
-
toResourceOperation
-
toResourceOperation
-
toProvisioningReportStatus
-
handle
- Specified by:
handle
in interfaceSyncopePushResultHandler
-
getRemoteObject
protected ConnectorObject getRemoteObject(ObjectClass objectClass, String connObjectKey, String connObjectKeyValue, boolean ignoreCaseMatch, Stream<Item> mapItems)
-