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

/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DObjectMapping.java136 private Script validSource; field in class:ObjectMapping
248 validSource = Scripts.newInstance(config.get("validSource"));
1946 if (validSource != null) {
1958 Object o = validSource.exec(scope);
1960 throw new SynchronizationException("Expecting boolean value from validSource");
1964 throw toSynchronizationException(ste, name, "validSource");
1966 LOGGER.debug("{} validSource script encountered exception", name, se);

Completed in 39 milliseconds