Searched defs:isTargetValid (Results 1 - 1 of 1) sorted by relevance

/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DObjectMapping.java1985 protected boolean isTargetValid() throws SynchronizationException { method in class:ObjectMapping.SyncOperation
2009 LOGGER.trace("isTargetValid of {} evaluated: {}", getTargetObjectId(), result);
2279 if (isTargetValid()) {
2658 if (!isTargetValid()) { // target is not valid for this mapping; ignore it

Completed in 35 milliseconds