Searched refs:conflictDN (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/plugins/
H A DUniqueAttributePlugin.java239 DN conflictDN = null;
243 if((conflictDN=
247 conflictDN = getConflictingEntryDN(baseDNs, entry.getDN(),
250 if (conflictDN != null)
261 conflictDN.toString());
333 DN conflictDN = null;
337 if((conflictDN=
341 conflictDN = getConflictingEntryDN(baseDNs, entryDN, config,
344 if (conflictDN != null)
355 conflictDN
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/plugins/
H A DUniqueAttributePlugin.java239 DN conflictDN = null;
243 if((conflictDN=
247 conflictDN = getConflictingEntryDN(baseDNs, entry.getDN(),
250 if (conflictDN != null)
261 conflictDN.toString());
333 DN conflictDN = null;
337 if((conflictDN=
341 conflictDN = getConflictingEntryDN(baseDNs, entryDN, config,
344 if (conflictDN != null)
355 conflictDN
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/plugins/
H A DUniqueAttributePlugin.java239 DN conflictDN = null;
243 if((conflictDN=
247 conflictDN = getConflictingEntryDN(baseDNs, entry.getDN(),
250 if (conflictDN != null)
261 conflictDN.toString());
333 DN conflictDN = null;
337 if((conflictDN=
341 conflictDN = getConflictingEntryDN(baseDNs, entryDN, config,
344 if (conflictDN != null)
355 conflictDN
[all...]
/forgerock/opendj2/src/server/org/opends/server/plugins/
H A DUniqueAttributePlugin.java312 DN conflictDN = uniqueAttrValue2Dn.putIfAbsent(v, entryDN);
313 if (conflictDN == null)
316 conflictDN = getConflictingEntryDN(baseDNs, entryDN,
319 if (conflictDN != null)
330 conflictDN.toString());
554 DN conflictDN = uniqueAttrValue2Dn.get(v);
555 if (conflictDN == null)
557 conflictDN = getConflictingEntryDN(baseDNs, entryDN, config, v);
559 if (conflictDN != null)
567 conflictDN
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/plugins/
H A DUniqueAttributePlugin.java312 DN conflictDN = uniqueAttrValue2Dn.putIfAbsent(v, entryDN);
313 if (conflictDN == null)
316 conflictDN = getConflictingEntryDN(baseDNs, entryDN,
319 if (conflictDN != null)
330 conflictDN.toString());
554 DN conflictDN = uniqueAttrValue2Dn.get(v);
555 if (conflictDN == null)
557 conflictDN = getConflictingEntryDN(baseDNs, entryDN, config, v);
559 if (conflictDN != null)
567 conflictDN
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/plugins/
H A DUniqueAttributePlugin.java305 DN conflictDN = uniqueAttrValue2Dn.putIfAbsent(v, entryDN);
306 if (conflictDN == null)
309 conflictDN = getConflictingEntryDN(baseDNs, entryDN,
312 if (conflictDN != null)
322 t.getNameOrOID(), v, conflictDN);
533 DN conflictDN = uniqueAttrValue2Dn.get(v);
534 if (conflictDN == null)
536 conflictDN = getConflictingEntryDN(baseDNs, entryDN, config, v);
538 if (conflictDN != null)
546 conflictDN);
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java3379 * @param conflictDN The newDn on which the conflict happened.
3381 private void markConflictEntry(Operation op, DN currentDN, DN conflictDN) argument
3387 attrType, conflictDN.toNormalizedString()));
3416 Message alertMessage = NOTE_UNRESOLVED_CONFLICT.get(conflictDN.toString());
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java3080 * @param conflictDN The newDn on which the conflict happened.
3082 private void markConflictEntry(Operation op, DN currentDN, DN conflictDN) argument
3088 attrType, conflictDN.toNormalizedString()));
3105 Message alertMessage = NOTE_UNRESOLVED_CONFLICT.get(conflictDN.toString());
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java3400 * @param conflictDN The newDn on which the conflict happened.
3402 private void markConflictEntry(Operation op, DN currentDN, DN conflictDN) argument
3408 attrType, conflictDN.toNormalizedString()));
3437 Message alertMessage = NOTE_UNRESOLVED_CONFLICT.get(conflictDN.toString());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java3379 * @param conflictDN The newDn on which the conflict happened.
3381 private void markConflictEntry(Operation op, DN currentDN, DN conflictDN) argument
3387 attrType, conflictDN.toNormalizedString()));
3416 Message alertMessage = NOTE_UNRESOLVED_CONFLICT.get(conflictDN.toString());
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java3080 * @param conflictDN The newDn on which the conflict happened.
3082 private void markConflictEntry(Operation op, DN currentDN, DN conflictDN) argument
3088 attrType, conflictDN.toNormalizedString()));
3105 Message alertMessage = NOTE_UNRESOLVED_CONFLICT.get(conflictDN.toString());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java3008 * @param conflictDN The newDn on which the conflict happened.
3010 private void markConflictEntry(Operation op, DN currentDN, DN conflictDN) argument
3013 Attribute attr = Attributes.create(DS_SYNC_CONFLICT, conflictDN.toString());
3029 LocalizableMessage alertMessage = NOTE_UNRESOLVED_CONFLICT.get(conflictDN);

Completed in 138 milliseconds