Searched refs:parentEntry (Results 1 - 25 of 71) sorted by relevance

123

/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/
H A DNamingConflictTest.java259 Entry parentEntry = createParentEntry();
262 TestCaseUtils.addEntry(parentEntry);
265 String parentUUID = getEntryUUID(parentEntry.getName());
268 DeleteMsg delMsg = new DeleteMsg(parentEntry.getName(), csn2, parentUUID);
274 assertFalse(entryExists(parentEntry.getName()), "DEL subtree on parent was not processed as expected.");
275 assertFalse(entryExists(parentEntry.getName()), "DEL subtree on parent was not processed as expected.");
281 Entry parentEntry = createParentEntry();
284 TestCaseUtils.addEntry(parentEntry);
287 String parentUUID = getEntryUUID(parentEntry.getName());
291 DeleteMsg delMsg = new DeleteMsg(parentEntry
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DNamingConflictTest.java375 Entry parentEntry = TestCaseUtils.entryFromLdifString(
395 TestCaseUtils.addEntry(parentEntry);
398 String parentUUID = getEntryUUID(parentEntry.getDN());
403 parentEntry.getDN().toNormalizedString(),
414 assertFalse(DirectoryServer.entryExists(parentEntry.getDN()),
416 assertFalse(DirectoryServer.entryExists(parentEntry.getDN()),
448 Entry parentEntry = TestCaseUtils.entryFromLdifString(
468 TestCaseUtils.addEntry(parentEntry);
471 assertTrue(DirectoryServer.entryExists(parentEntry.getDN()),
476 String parentUUID = getEntryUUID(parentEntry
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DNamingConflictTest.java372 Entry parentEntry = TestCaseUtils.entryFromLdifString(
392 TestCaseUtils.addEntry(parentEntry);
395 String parentUUID = getEntryUUID(parentEntry.getDN());
398 DeleteMsg delMsg = new DeleteMsg(parentEntry.getDN(), csn2, parentUUID);
407 assertFalse(DirectoryServer.entryExists(parentEntry.getDN()),
409 assertFalse(DirectoryServer.entryExists(parentEntry.getDN()),
441 Entry parentEntry = TestCaseUtils.entryFromLdifString(
461 TestCaseUtils.addEntry(parentEntry);
464 assertTrue(DirectoryServer.entryExists(parentEntry.getDN()),
469 String parentUUID = getEntryUUID(parentEntry
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DNamingConflictTest.java375 Entry parentEntry = TestCaseUtils.entryFromLdifString(
395 TestCaseUtils.addEntry(parentEntry);
398 String parentUUID = getEntryUUID(parentEntry.getDN());
403 parentEntry.getDN().toNormalizedString(),
414 assertFalse(DirectoryServer.entryExists(parentEntry.getDN()),
416 assertFalse(DirectoryServer.entryExists(parentEntry.getDN()),
448 Entry parentEntry = TestCaseUtils.entryFromLdifString(
468 TestCaseUtils.addEntry(parentEntry);
471 assertTrue(DirectoryServer.entryExists(parentEntry.getDN()),
476 String parentUUID = getEntryUUID(parentEntry
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DNamingConflictTest.java372 Entry parentEntry = TestCaseUtils.entryFromLdifString(
392 TestCaseUtils.addEntry(parentEntry);
395 String parentUUID = getEntryUUID(parentEntry.getDN());
398 DeleteMsg delMsg = new DeleteMsg(parentEntry.getDN(), csn2, parentUUID);
407 assertFalse(DirectoryServer.entryExists(parentEntry.getDN()),
409 assertFalse(DirectoryServer.entryExists(parentEntry.getDN()),
441 Entry parentEntry = TestCaseUtils.entryFromLdifString(
461 TestCaseUtils.addEntry(parentEntry);
464 assertTrue(DirectoryServer.entryExists(parentEntry.getDN()),
469 String parentUUID = getEntryUUID(parentEntry
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DNamingConflictTest.java375 Entry parentEntry = TestCaseUtils.entryFromLdifString(
395 TestCaseUtils.addEntry(parentEntry);
398 String parentUUID = getEntryUUID(parentEntry.getDN());
403 parentEntry.getDN().toNormalizedString(),
414 assertFalse(DirectoryServer.entryExists(parentEntry.getDN()),
416 assertFalse(DirectoryServer.entryExists(parentEntry.getDN()),
448 Entry parentEntry = TestCaseUtils.entryFromLdifString(
468 TestCaseUtils.addEntry(parentEntry);
471 assertTrue(DirectoryServer.entryExists(parentEntry.getDN()),
476 String parentUUID = getEntryUUID(parentEntry
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/makeldif/
H A DTag.java116 * @param parentEntry The entry below which the new entries will be
119 public void initializeForParent(TemplateEntry parentEntry) argument
H A DSequentialTag.java223 * @param parentEntry The entry below which the new entries will be
226 public void initializeForParent(TemplateEntry parentEntry) argument
/forgerock/opendj2/src/server/org/opends/server/tools/makeldif/
H A DTag.java115 * @param parentEntry The entry below which the new entries will be
118 public void initializeForParent(TemplateEntry parentEntry) argument
H A DSequentialTag.java222 * @param parentEntry The entry below which the new entries will be
225 public void initializeForParent(TemplateEntry parentEntry) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/makeldif/
H A DTag.java116 * @param parentEntry The entry below which the new entries will be
119 public void initializeForParent(TemplateEntry parentEntry) argument
H A DSequentialTag.java223 * @param parentEntry The entry below which the new entries will be
226 public void initializeForParent(TemplateEntry parentEntry) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/makeldif/
H A DTag.java116 * @param parentEntry The entry below which the new entries will be
119 public void initializeForParent(TemplateEntry parentEntry) argument
H A DSequentialTag.java223 * @param parentEntry The entry below which the new entries will be
226 public void initializeForParent(TemplateEntry parentEntry) argument
/forgerock/opendj2-hg/src/server/org/opends/server/tools/makeldif/
H A DTag.java115 * @param parentEntry The entry below which the new entries will be
118 public void initializeForParent(TemplateEntry parentEntry) argument
H A DSequentialTag.java222 * @param parentEntry The entry below which the new entries will be
225 public void initializeForParent(TemplateEntry parentEntry) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/makeldif/
H A DTag.java116 * @param parentEntry The entry below which the new entries will be
119 public void initializeForParent(TemplateEntry parentEntry) argument
H A DSequentialTag.java223 * @param parentEntry The entry below which the new entries will be
226 public void initializeForParent(TemplateEntry parentEntry) argument
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/
H A DReadOnlyConfigFileHandler.java191 ConfigEntry parentEntry = null;
194 parentEntry = configEntries.get(parentDN);
196 if (parentEntry == null)
217 ConfigEntry configEntry = new ConfigEntry(entry, parentEntry);
218 parentEntry.addChild(configEntry);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/
H A DReadOnlyConfigFileHandler.java184 ConfigEntry parentEntry = null;
187 parentEntry = configEntries.get(parentDN);
189 if (parentEntry == null)
210 ConfigEntry configEntry = new ConfigEntry(entry, parentEntry);
211 parentEntry.addChild(configEntry);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/
H A DReadOnlyConfigFileHandler.java191 ConfigEntry parentEntry = null;
194 parentEntry = configEntries.get(parentDN);
196 if (parentEntry == null)
217 ConfigEntry configEntry = new ConfigEntry(entry, parentEntry);
218 parentEntry.addChild(configEntry);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DReadOnlyConfigFileHandler.java184 ConfigEntry parentEntry = null;
187 parentEntry = configEntries.get(parentDN);
189 if (parentEntry == null)
210 ConfigEntry configEntry = new ConfigEntry(entry, parentEntry);
211 parentEntry.addChild(configEntry);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DReadOnlyConfigFileHandler.java173 ConfigEntry parentEntry = null;
176 parentEntry = configEntries.get(parentDN);
178 if (parentEntry == null)
199 ConfigEntry configEntry = new ConfigEntry(entry, parentEntry);
200 parentEntry.addChild(configEntry);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/
H A DReadOnlyConfigFileHandler.java185 ConfigEntry parentEntry = null;
188 parentEntry = configEntries.get(parentDN);
190 if (parentEntry == null)
207 ConfigEntry configEntry = new ConfigEntry(entry, parentEntry);
208 parentEntry.addChild(configEntry);
/forgerock/opendj-v3/opendj-config/src/test/java/org/forgerock/opendj/config/server/
H A DDefaultBehaviorTest.java360 public void testParentValues(Entry parentEntry, List<String> valuesForOptionalDNProperty) throws Exception { argument
361 ConfigurationRepository configRepository = createConfigRepositoryWithEntries(parentEntry);
364 TestParentCfg parent = getParentCfg(parentEntry, context);

Completed in 351 milliseconds

123