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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ConnectorObjectgetRemoteObject(ObjectClass objectClass, String connObjectKey, String connObjectKeyValue, boolean ignoreCaseMatch, Stream<Item> mapItems) booleanprotected static ProvisioningReport.StatustoProvisioningReportStatus(ExecStatus status) protected static ResourceOperationprotected static ResourceOperationMethods inherited from class org.apache.syncope.core.provisioning.java.pushpull.AbstractRealmResultHandler
setProfile, stopMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
handlein interfaceSyncopePushResultHandler
-
getRemoteObject
protected ConnectorObject getRemoteObject(ObjectClass objectClass, String connObjectKey, String connObjectKeyValue, boolean ignoreCaseMatch, Stream<Item> mapItems)
-