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

/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DObjectMapping.java65 * An ObjectMapping defines policies between source and target objects and their attributes
69 class ObjectMapping { class
72 * Event names for monitoring ObjectMapping behavior
99 private static final Logger LOGGER = LoggerFactory.getLogger(ObjectMapping.class);
239 public ObjectMapping(SynchronizationService service, JsonValue config) throws JsonValueException { method in class:ObjectMapping
327 public void initRelationships(SynchronizationService syncSvc, List<ObjectMapping> allMappings) {
453 * @see ObjectMapping#doSourceSync(Context, String, JsonValue, boolean, JsonValue)
768 * For the input parameters see {@link org.forgerock.openidm.sync.impl.ObjectMapping.SourceSyncOperation#toJsonValue()} or
769 * {@link org.forgerock.openidm.sync.impl.ObjectMapping.TargetSyncOperation#toJsonValue()}.
978 Map<String, Link> linksByQualifier = Link.getLinksForMapping(ObjectMapping
[all...]

Completed in 34 milliseconds