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, securityProperties, taskExecutor
-
-
Constructor Summary
Constructors Constructor Description DefaultRealmPushResultHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ConnectorObject
getRemoteObject(ObjectClass objectClass, String connObjectKey, String connObjectKeyValue, boolean ignoreCaseMatch, Stream<Item> mapItems)
boolean
handle(String realmKey)
-
Methods inherited from class org.apache.syncope.core.provisioning.java.pushpull.AbstractRealmResultHandler
setProfile
-
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
-
-
-
-
Method Detail
-
handle
@Transactional(propagation=REQUIRES_NEW) public boolean handle(String realmKey)
- Specified by:
handle
in interfaceSyncopePushResultHandler
-
getRemoteObject
protected ConnectorObject getRemoteObject(ObjectClass objectClass, String connObjectKey, String connObjectKeyValue, boolean ignoreCaseMatch, Stream<Item> mapItems)
-
-