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.AbstractRealmResultHandlerauditManager, binder, LOG, notificationManager, profile, propagationManager, realmDAO, securityProperties, taskExecutor
 
- 
 - 
Constructor SummaryConstructors Constructor Description DefaultRealmPushResultHandler()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ConnectorObjectgetRemoteObject(ObjectClass objectClass, String connObjectKey, String connObjectKeyValue, boolean ignoreCaseMatch, Stream<Item> mapItems)booleanhandle(String realmKey)- 
Methods inherited from class org.apache.syncope.core.provisioning.java.pushpull.AbstractRealmResultHandlersetProfile
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.syncope.core.provisioning.api.pushpull.SyncopeResultHandlersetProfile
 
- 
 
- 
- 
- 
Method Detail- 
handle@Transactional(propagation=REQUIRES_NEW) public boolean handle(String realmKey) - Specified by:
- handlein interface- SyncopePushResultHandler
 
 - 
getRemoteObjectprotected ConnectorObject getRemoteObject(ObjectClass objectClass, String connObjectKey, String connObjectKeyValue, boolean ignoreCaseMatch, Stream<Item> mapItems) 
 
- 
 
-