Class DefaultGroupPushResultHandler
java.lang.Object
org.apache.syncope.core.provisioning.java.pushpull.AbstractSyncopeResultHandler<PushTask,PushActions>
org.apache.syncope.core.provisioning.java.pushpull.AbstractPushResultHandler
org.apache.syncope.core.provisioning.java.pushpull.DefaultGroupPushResultHandler
- All Implemented Interfaces:
GroupPushResultHandler
,SyncopePushResultHandler
,SyncopeResultHandler<PushTask,
PushActions>
- Direct Known Subclasses:
StreamGroupPushResultHandler
public class DefaultGroupPushResultHandler
extends AbstractPushResultHandler
implements GroupPushResultHandler
-
Field Summary
Fields inherited from class org.apache.syncope.core.provisioning.java.pushpull.AbstractPushResultHandler
auditManager, mappingManager, notificationManager, outboundMatcher, scheduler
Fields inherited from class org.apache.syncope.core.provisioning.java.pushpull.AbstractSyncopeResultHandler
anyObjectDataBinder, anyUtilsFactory, awfAdapter, groupDataBinder, gwfAdapter, LOG, profile, propagationManager, securityProperties, stopRequested, taskExecutor, userDataBinder, uwfAdapter
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.syncope.core.provisioning.java.pushpull.AbstractPushResultHandler
assign, deprovision, doHandle, handle, link, provision, reportPropagation, toProvisioningReportStatus, toResourceOperation, toResourceOperation, unassign, update
Methods inherited from class org.apache.syncope.core.provisioning.java.pushpull.AbstractSyncopeResultHandler
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.SyncopePushResultHandler
handle
Methods inherited from interface org.apache.syncope.core.provisioning.api.pushpull.SyncopeResultHandler
setProfile, stop
-
Constructor Details
-
DefaultGroupPushResultHandler
public DefaultGroupPushResultHandler()
-
-
Method Details
-
getAnyUtils
- Specified by:
getAnyUtils
in classAbstractSyncopeResultHandler<PushTask,
PushActions>
-
getName
- Specified by:
getName
in classAbstractPushResultHandler
-
getAnyTO
- Specified by:
getAnyTO
in classAbstractSyncopeResultHandler<PushTask,
PushActions>
-
update
- Specified by:
update
in classAbstractSyncopeResultHandler<PushTask,
PushActions>
-