Class StreamUserPushResultHandler
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.DefaultUserPushResultHandler
org.apache.syncope.core.provisioning.java.pushpull.stream.StreamUserPushResultHandler
- All Implemented Interfaces:
SyncopePushResultHandler,SyncopeResultHandler<PushTask,,PushActions> UserPushResultHandler
-
Field Summary
Fields inherited from class org.apache.syncope.core.provisioning.java.pushpull.AbstractPushResultHandler
auditManager, mappingManager, notificationManager, outboundMatcher, schedulerFields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprovision(Any any, Boolean enabled, ProvisioningReport result) Methods inherited from class org.apache.syncope.core.provisioning.java.pushpull.DefaultUserPushResultHandler
deprovision, doHandle, getAnyTO, getAnyUtils, getName, handle, provision, update, update, updateMethods inherited from class org.apache.syncope.core.provisioning.java.pushpull.AbstractPushResultHandler
assign, copyDynMembershipConds, doHandle, handle, link, reportPropagation, toProvisioningReportStatus, toResourceOperation, toResourceOperation, unassignMethods inherited from class org.apache.syncope.core.provisioning.java.pushpull.AbstractSyncopeResultHandler
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.SyncopePushResultHandler
handleMethods inherited from interface org.apache.syncope.core.provisioning.api.pushpull.SyncopeResultHandler
setProfile, stop
-
Constructor Details
-
StreamUserPushResultHandler
public StreamUserPushResultHandler()
-
-
Method Details
-
provision
- Overrides:
provisionin classDefaultUserPushResultHandler
-