Searched defs:targetDN (Results 1 - 25 of 48) sorted by relevance

12

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DPendingChange.java47 private DN targetDN = null; field in class:PendingChange
168 if (targetDN != null)
169 return targetDN;
174 targetDN = DN.decode(msg.getDn());
180 return targetDN;
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DPendingChange.java47 private DN targetDN = null; field in class:PendingChange
168 if (targetDN != null)
169 return targetDN;
174 targetDN = DN.decode(msg.getDn());
180 return targetDN;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DPendingChange.java47 private DN targetDN = null; field in class:PendingChange
168 if (targetDN != null)
169 return targetDN;
174 targetDN = DN.decode(msg.getDn());
180 return targetDN;
/forgerock/opendj-b2.6/src/server/org/opends/server/plugins/
H A DUniqueAttributePlugin.java870 * @param targetDN The DN of the entry at which the change is targeted. If
883 private DN getConflictingEntryDN(Set<DN> baseDNs, DN targetDN, argument
917 if (! e.getDN().equals(targetDN))
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DDN2URI.java432 * @param targetDN The target DN of the operation, or the base object of a
442 public void throwReferralException(DN targetDN, DN referralDN, argument
464 DN urlBaseDN = targetDN;
468 EntryContainer.modDN(targetDN,
518 * @param targetDN The target DN of the operation, or the base object of a
526 public void targetEntryReferrals(DN targetDN, SearchScope searchScope) argument
551 for (DN dn = entryContainer.getParentWithinBase(targetDN); dn != null;
570 throwReferralException(targetDN, dn, labeledURIs, searchScope);
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DDN2URI.java433 * @param targetDN The target DN of the operation, or the base object of a
443 public void throwReferralException(DN targetDN, DN referralDN, argument
465 DN urlBaseDN = targetDN;
469 EntryContainer.modDN(targetDN,
519 * @param targetDN The target DN of the operation, or the base object of a
527 public void targetEntryReferrals(DN targetDN, SearchScope searchScope) argument
552 for (DN dn = entryContainer.getParentWithinBase(targetDN); dn != null;
571 throwReferralException(targetDN, dn, labeledURIs, searchScope);
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DDN2URI.java433 * @param targetDN The target DN of the operation, or the base object of a
443 public void throwReferralException(DN targetDN, DN referralDN, argument
465 DN urlBaseDN = targetDN;
469 EntryContainer.modDN(targetDN,
519 * @param targetDN The target DN of the operation, or the base object of a
527 public void targetEntryReferrals(DN targetDN, SearchScope searchScope) argument
552 for (DN dn = entryContainer.getParentWithinBase(targetDN); dn != null;
571 throwReferralException(targetDN, dn, labeledURIs, searchScope);
/forgerock/opendj2.6.2/src/server/org/opends/server/plugins/
H A DUniqueAttributePlugin.java870 * @param targetDN The DN of the entry at which the change is targeted. If
883 private DN getConflictingEntryDN(Set<DN> baseDNs, DN targetDN, argument
917 if (! e.getDN().equals(targetDN))
/forgerock/opendj2-jel-hg/src/server/org/opends/server/plugins/
H A DUniqueAttributePlugin.java854 * @param targetDN The DN of the entry at which the change is targeted. If
867 private DN getConflictingEntryDN(Set<DN> baseDNs, DN targetDN, argument
901 if (! e.getDN().equals(targetDN))
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DDN2URI.java432 * @param targetDN The target DN of the operation, or the base object of a
442 public void throwReferralException(DN targetDN, DN referralDN, argument
464 DN urlBaseDN = targetDN;
468 EntryContainer.modDN(targetDN,
518 * @param targetDN The target DN of the operation, or the base object of a
526 public void targetEntryReferrals(DN targetDN, SearchScope searchScope) argument
551 for (DN dn = entryContainer.getParentWithinBase(targetDN); dn != null;
570 throwReferralException(targetDN, dn, labeledURIs, searchScope);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DDN2URI.java433 * @param targetDN The target DN of the operation, or the base object of a
443 public void throwReferralException(DN targetDN, DN referralDN, argument
465 DN urlBaseDN = targetDN;
469 EntryContainer.modDN(targetDN,
519 * @param targetDN The target DN of the operation, or the base object of a
527 public void targetEntryReferrals(DN targetDN, SearchScope searchScope) argument
552 for (DN dn = entryContainer.getParentWithinBase(targetDN); dn != null;
571 throwReferralException(targetDN, dn, labeledURIs, searchScope);
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DModifyDNMsg.java713 * Check if the new dn of this ModifyDNMsg is the same as the targetDN
716 * @param targetDN The targetDN to use to check for equality.
718 * @return A boolean indicating if the targetDN if the same as the new DN of
721 public boolean newDNIsEqual(DN targetDN) argument
726 return newDN.equals(targetDN);
736 * Check if the new parent of the modifyDNMsg is the same as the targetDN
739 * @param targetDN the targetDN to use when checking equality.
742 * same as the targetDN
744 newParentIsEqual(DN targetDN) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/workflowelement/externalchangelog/
H A DECLSearchOperation.java999 * @param targetDN The provided targetDN.
1014 DN targetDN,
1136 aType = DirectoryServer.getDefaultAttributeType("targetDN");
1137 a = Attributes.create(aType, targetDN.toNormalizedString());
1011 createChangelogEntry( String serviceID, String cookie, DN targetDN, ChangeNumber changeNumber, String clearLDIFchanges, String targetUUID, List<RawAttribute> includedAttributes, int draftChangenumber, String changetype, String changeInitiatorsName) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendWorkflowElement.java332 * @param targetDN
343 static boolean isControlAllowed(DN targetDN, Operation op, Control control) argument
347 .isAllowed(targetDN, op, control))
/forgerock/opendj2/src/server/org/opends/server/plugins/
H A DUniqueAttributePlugin.java629 * @param targetDN The DN of the entry at which the change is targeted. If
642 private DN getConflictingEntryDN(Set<DN> baseDNs, DN targetDN, argument
676 if (! e.getDN().equals(targetDN))
/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DModifyDNMsg.java407 * Check if the new dn of this ModifyDNMsg is the same as the targetDN
410 * @param targetDN The targetDN to use to check for equality.
412 * @return A boolean indicating if the targetDN if the same as the new DN of
415 public boolean newDNIsEqual(DN targetDN) argument
420 return newDN.equals(targetDN);
430 * Check if the new parent of the modifyDNMsg is the same as the targetDN
433 * @param targetDN the targetDN to use when checking equality.
436 * same as the targetDN
438 newParentIsEqual(DN targetDN) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendWorkflowElement.java309 * @param targetDN
320 static void removeAllDisallowedControls(DN targetDN, Operation op) argument
331 .isAllowed(targetDN, op, control))
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DModifyDNMsg.java713 * Check if the new dn of this ModifyDNMsg is the same as the targetDN
716 * @param targetDN The targetDN to use to check for equality.
718 * @return A boolean indicating if the targetDN if the same as the new DN of
721 public boolean newDNIsEqual(DN targetDN) argument
726 return newDN.equals(targetDN);
736 * Check if the new parent of the modifyDNMsg is the same as the targetDN
739 * @param targetDN the targetDN to use when checking equality.
742 * same as the targetDN
744 newParentIsEqual(DN targetDN) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/workflowelement/externalchangelog/
H A DECLSearchOperation.java1021 * @param targetDN The provided targetDN.
1036 DN targetDN,
1158 aType = DirectoryServer.getDefaultAttributeType("targetDN");
1159 a = Attributes.create(aType, targetDN.toNormalizedString());
1033 createChangelogEntry( String serviceID, String cookie, DN targetDN, ChangeNumber changeNumber, String clearLDIFchanges, String targetUUID, List<RawAttribute> includedAttributes, int draftChangenumber, String changetype, String changeInitiatorsName) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendWorkflowElement.java337 * @param targetDN
348 static void removeAllDisallowedControls(DN targetDN, Operation op) argument
359 .isAllowed(targetDN, op, control))
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DModifyDNMsg.java713 * Check if the new dn of this ModifyDNMsg is the same as the targetDN
716 * @param targetDN The targetDN to use to check for equality.
718 * @return A boolean indicating if the targetDN if the same as the new DN of
721 public boolean newDNIsEqual(DN targetDN) argument
726 return newDN.equals(targetDN);
736 * Check if the new parent of the modifyDNMsg is the same as the targetDN
739 * @param targetDN the targetDN to use when checking equality.
742 * same as the targetDN
744 newParentIsEqual(DN targetDN) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/workflowelement/externalchangelog/
H A DECLSearchOperation.java999 * @param targetDN The provided targetDN.
1014 DN targetDN,
1136 aType = DirectoryServer.getDefaultAttributeType("targetDN");
1137 a = Attributes.create(aType, targetDN.toNormalizedString());
1011 createChangelogEntry( String serviceID, String cookie, DN targetDN, ChangeNumber changeNumber, String clearLDIFchanges, String targetUUID, List<RawAttribute> includedAttributes, int draftChangenumber, String changetype, String changeInitiatorsName) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendWorkflowElement.java332 * @param targetDN
343 static boolean isControlAllowed(DN targetDN, Operation op, Control control) argument
347 .isAllowed(targetDN, op, control))
/forgerock/opendj2-hg/src/server/org/opends/server/plugins/
H A DUniqueAttributePlugin.java629 * @param targetDN The DN of the entry at which the change is targeted. If
642 private DN getConflictingEntryDN(Set<DN> baseDNs, DN targetDN, argument
676 if (! e.getDN().equals(targetDN))
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DModifyDNMsg.java407 * Check if the new dn of this ModifyDNMsg is the same as the targetDN
410 * @param targetDN The targetDN to use to check for equality.
412 * @return A boolean indicating if the targetDN if the same as the new DN of
415 public boolean newDNIsEqual(DN targetDN) argument
420 return newDN.equals(targetDN);
430 * Check if the new parent of the modifyDNMsg is the same as the targetDN
433 * @param targetDN the targetDN to use when checking equality.
436 * same as the targetDN
438 newParentIsEqual(DN targetDN) argument
[all...]

Completed in 57 milliseconds

12