Searched defs:recon (Results 1 - 4 of 4) sorted by relevance
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/ |
H A D | ReconciliationService.java | 89 @Property(name = "openidm.router.prefix", value = "/recon/*") 95 public static final String PID = "org.forgerock.openidm.recon"; 96 private static final String MBEAN_NAME = "org.forgerock.openidm.recon:type=Reconciliation"; 97 private static final String AUDIT_RECON = "audit/recon"; 101 recon, reconByQuery, reconById; enum constant in enum:ReconciliationService.ReconAction 152 * The approximate max number of runs in COMPLETED state to keep in the recon runs list 157 * Get the the list of all reconciliations, or details of one specific recon instance 306 throw new BadRequestException("Action " + request.getAction() + " on recon run " + id 378 * @param reconAction the recon action 401 reconContext.getObjectMapping().recon(reconContex [all...] |
H A D | SynchronizationService.java | 102 notifyCreate, notifyUpdate, notifyDelete, recon, performAction, getLinkedResources enum constant in enum:SynchronizationService.SyncServiceAction 352 * ScheduledService interface for supporting scheduled recon. 360 // "reconcile" in schedule config is the legacy equivalent of the action "recon" 366 // Legacy support for spelling recon action as reconcile 368 params.put("_action", ReconciliationService.ReconAction.recon.toString()); 374 reconService.reconcile(ReconciliationService.ReconAction.recon, mapping, Boolean.TRUE, params, null); 424 case recon: 427 logger.debug("Synchronization action=recon, mapping={}", mapping); 428 String reconId = reconService.reconcile(ReconciliationService.ReconAction.recon, mapping, Boolean.TRUE, _params, request.getContent()); 431 result.put("comment1", "Deprecated API on sync service. Call recon actio [all...] |
H A D | ObjectMapping.java | 142 * A boolean indicating if paging should be used for recon source queries. 147 * A page size for recon source queries, if paging is used. 774 * openidm.action('sync',recon.actionParam) 796 context = new TriggerContext(context, "recon"); 918 public void recon(ReconciliationContext reconContext) throws SynchronizationException { method in class:ObjectMapping 939 context = new TriggerContext(context, "recon"); 995 LOGGER.info("Performing source sync for recon {} on mapping {}", new Object[] {reconId, name}); 1004 // Perform source recon phase on current set of source ids 1137 void recon(String id, JsonValue entry, ReconciliationContext reconContext, Context rootContext, method in interface:ObjectMapping.Recon 1149 public void recon(Strin [all...] |
/forgerock/openidm-v4/openidm-audit/src/main/java/org/forgerock/openidm/audit/impl/ |
H A D | AuditServiceImpl.java | 222 /* filter recon events on configured actions to include */ 223 .add("eventTopics/recon/filter/actions", 230 /* filter recon events on configured actions to include when a particular trigger context is in scope */ 231 .add("eventTopics/recon/filter/triggers", 251 recon, enum constant in enum:AuditServiceImpl.DefaultAuditTopics
|
Completed in 56 milliseconds