Searched refs:childDN (Results 1 - 25 of 53) sorted by relevance

123

/forgerock/opendj2/src/server/org/opends/server/config/
H A DConfigEntry.java365 * @param childDN The DN of the child entry to remove from this config
374 public ConfigEntry removeChild(DN childDN) argument
381 ConfigEntry childEntry = children.get(childDN);
385 childDN.toString(), entry.getDN().toString());
392 childDN.toString(), entry.getDN().toString());
396 children.remove(childDN);
411 get(String.valueOf(childDN), String.valueOf(entry.getDN()),
/forgerock/opendj-b2.6/src/server/org/opends/server/config/
H A DConfigEntry.java376 * @param childDN The DN of the child entry to remove from this config
385 public ConfigEntry removeChild(DN childDN) argument
392 ConfigEntry childEntry = children.get(childDN);
396 childDN.toString(), entry.getDN().toString());
403 childDN.toString(), entry.getDN().toString());
407 children.remove(childDN);
422 get(String.valueOf(childDN), String.valueOf(entry.getDN()),
/forgerock/opendj2.6.2/src/server/org/opends/server/config/
H A DConfigEntry.java376 * @param childDN The DN of the child entry to remove from this config
385 public ConfigEntry removeChild(DN childDN) argument
392 ConfigEntry childEntry = children.get(childDN);
396 childDN.toString(), entry.getDN().toString());
403 childDN.toString(), entry.getDN().toString());
407 children.remove(childDN);
422 get(String.valueOf(childDN), String.valueOf(entry.getDN()),
/forgerock/opendj2-jel-hg/src/server/org/opends/server/config/
H A DConfigEntry.java376 * @param childDN The DN of the child entry to remove from this config
385 public ConfigEntry removeChild(DN childDN) argument
392 ConfigEntry childEntry = children.get(childDN);
396 childDN.toString(), entry.getDN().toString());
403 childDN.toString(), entry.getDN().toString());
407 children.remove(childDN);
422 get(String.valueOf(childDN), String.valueOf(entry.getDN()),
/forgerock/opendj2-hg/src/server/org/opends/server/config/
H A DConfigEntry.java365 * @param childDN The DN of the child entry to remove from this config
374 public ConfigEntry removeChild(DN childDN) argument
381 ConfigEntry childEntry = children.get(childDN);
385 childDN.toString(), entry.getDN().toString());
392 childDN.toString(), entry.getDN().toString());
396 children.remove(childDN);
411 get(String.valueOf(childDN), String.valueOf(entry.getDN()),
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/config/
H A DConfigEntry.java355 * @param childDN The DN of the child entry to remove from this config
364 public ConfigEntry removeChild(DN childDN) argument
371 ConfigEntry childEntry = children.get(childDN);
375 childDN, entry.getName()));
381 childDN, entry.getName()));
384 children.remove(childDN);
396 get(childDN, entry.getName(), stackTraceToSingleLineString(e));
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/
H A DNamingConflictTest.java301 DN childDN = DN.valueOf("entryuuid=" + childUUID + "+cn=child,o=test");
302 assertTrue(entryExists(childDN), "Child entry conflict exist with DN=" + childDN);
336 DN childDN = DN.valueOf("entryuuid=" + childUUID + "+cn=child,o=test");
337 assertTrue(entryExists(childDN), "Child entry conflict exist with DN=" + childDN);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DNamingConflictTest.java498 DN childDN = DN.decode("entryuuid="+childUUID+
500 assertTrue(DirectoryServer.entryExists(childDN),
501 "Child entry conflict exist with DN="+childDN);
581 DN childDN = DN.decode("entryuuid="+childUUID+
583 assertTrue(DirectoryServer.entryExists(childDN),
584 "Child entry conflict exist with DN="+childDN);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DNamingConflictTest.java487 DN childDN = DN.decode("entryuuid="+childUUID+
489 assertTrue(DirectoryServer.entryExists(childDN),
490 "Child entry conflict exist with DN="+childDN);
570 DN childDN = DN.decode("entryuuid="+childUUID+
572 assertTrue(DirectoryServer.entryExists(childDN),
573 "Child entry conflict exist with DN="+childDN);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DNamingConflictTest.java498 DN childDN = DN.decode("entryuuid="+childUUID+
500 assertTrue(DirectoryServer.entryExists(childDN),
501 "Child entry conflict exist with DN="+childDN);
581 DN childDN = DN.decode("entryuuid="+childUUID+
583 assertTrue(DirectoryServer.entryExists(childDN),
584 "Child entry conflict exist with DN="+childDN);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DNamingConflictTest.java487 DN childDN = DN.decode("entryuuid="+childUUID+
489 assertTrue(DirectoryServer.entryExists(childDN),
490 "Child entry conflict exist with DN="+childDN);
570 DN childDN = DN.decode("entryuuid="+childUUID+
572 assertTrue(DirectoryServer.entryExists(childDN),
573 "Child entry conflict exist with DN="+childDN);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DNamingConflictTest.java498 DN childDN = DN.decode("entryuuid="+childUUID+
500 assertTrue(DirectoryServer.entryExists(childDN),
501 "Child entry conflict exist with DN="+childDN);
581 DN childDN = DN.decode("entryuuid="+childUUID+
583 assertTrue(DirectoryServer.entryExists(childDN),
584 "Child entry conflict exist with DN="+childDN);
/forgerock/opendj2/src/server/org/opends/server/backends/
H A DLDIFBackend.java469 for(DN childDN : childDNSet)
471 count += numSubordinates(childDN, true);
681 for (DN childDN : childDNSet)
683 subtreeDelete(childDN);
712 for (DN childDN : childDNSet)
714 subtreeDelete(childDN);
840 for (DN childDN : childDNSet)
842 subtreeRename(childDN, newDN);
895 for (DN childDN : childDNSet)
897 subtreeRename(childDN, newEntryD
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/
H A DLDIFBackend.java537 for(DN childDN : childDNSet)
539 count += numSubordinates(childDN, true);
770 for (DN childDN : childDNSet)
772 subtreeDelete(childDN);
801 for (DN childDN : childDNSet)
803 subtreeDelete(childDN);
944 for (DN childDN : childDNSet)
946 subtreeRename(childDN, newDN);
1000 for (DN childDN : childDNSet)
1002 subtreeRename(childDN, newEntryD
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/
H A DLDIFBackend.java537 for(DN childDN : childDNSet)
539 count += numSubordinates(childDN, true);
770 for (DN childDN : childDNSet)
772 subtreeDelete(childDN);
801 for (DN childDN : childDNSet)
803 subtreeDelete(childDN);
944 for (DN childDN : childDNSet)
946 subtreeRename(childDN, newDN);
1000 for (DN childDN : childDNSet)
1002 subtreeRename(childDN, newEntryD
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/
H A DLDIFBackend.java469 for(DN childDN : childDNSet)
471 count += numSubordinates(childDN, true);
681 for (DN childDN : childDNSet)
683 subtreeDelete(childDN);
712 for (DN childDN : childDNSet)
714 subtreeDelete(childDN);
840 for (DN childDN : childDNSet)
842 subtreeRename(childDN, newDN);
895 for (DN childDN : childDNSet)
897 subtreeRename(childDN, newEntryD
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/
H A DLDIFBackend.java537 for(DN childDN : childDNSet)
539 count += numSubordinates(childDN, true);
770 for (DN childDN : childDNSet)
772 subtreeDelete(childDN);
801 for (DN childDN : childDNSet)
803 subtreeDelete(childDN);
944 for (DN childDN : childDNSet)
946 subtreeRename(childDN, newDN);
1000 for (DN childDN : childDNSet)
1002 subtreeRename(childDN, newEntryD
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DLDIFBackend.java469 for (DN childDN : childDNSet)
471 count += getNumberOfSubordinates(childDN, true);
671 for (DN childDN : childDNSet)
673 subtreeDelete(childDN);
701 for (DN childDN : childDNSet)
703 subtreeDelete(childDN);
823 for (DN childDN : childDNSet)
825 subtreeRename(childDN, newDN);
878 for (DN childDN : childDNSet)
880 subtreeRename(childDN, newEntryD
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/backends/pluggable/
H A DDN2IDTest.java165 final ByteString childDN = cursor.getKey();
166 assertThat(DN2ID.isChild(parentDN, childDN)).isTrue();
171 assertThat(DN2ID.isChild(childDN, otherChildDN)).isFalse();
176 assertThat(DN2ID.isChild(childDN, lastChildDN)).isFalse();
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DCachedDirectoryServicesImpl.java472 String childDN = dnObject.toString().toLowerCase();
476 + " entry: " + childDN);
479 CacheBlock cb = (CacheBlock) sdkCache.get(childDN);
486 + organizationDN + " for: " + childDN);
494 organizationDN = childDN;
496 childDNSet.add(childDN);
505 childDNSet.add(childDN);
508 childDN);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DCachedRemoteServicesImpl.java471 String childDN = dnObject.toString().toLowerCase();
475 + " entry: " + childDN);
478 CacheBlock cb = (CacheBlock) sdkCache.get(childDN);
486 + childDN);
494 organizationDN = childDN;
496 childDNSet.add(childDN);
505 childDNSet.add(childDN);
508 childDN);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DCachedDirectoryServicesImpl.java472 String childDN = dnObject.toString().toLowerCase();
476 + " entry: " + childDN);
479 CacheBlock cb = (CacheBlock) sdkCache.get(childDN);
486 + organizationDN + " for: " + childDN);
494 organizationDN = childDN;
496 childDNSet.add(childDN);
505 childDNSet.add(childDN);
508 childDN);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DCachedRemoteServicesImpl.java471 String childDN = dnObject.toString().toLowerCase();
475 + " entry: " + childDN);
478 CacheBlock cb = (CacheBlock) sdkCache.get(childDN);
486 + childDN);
494 organizationDN = childDN;
496 childDNSet.add(childDN);
505 childDNSet.add(childDN);
508 childDN);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/flatfile/
H A DSMSFlatFileTreeNode.java109 String childDN = child.id;
112 if (childDN.endsWith(parentDN)) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/flatfile/
H A DSMSFlatFileTreeNode.java109 String childDN = child.id;
112 if (childDN.endsWith(parentDN)) {

Completed in 159 milliseconds

123