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

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReSyncTest.java70 protected static final String EXAMPLE_DN = "dc=example,dc=com"; field in class:ReSyncTest
103 LDAPReplicationDomain.clearJEBackend(false, "userRoot", EXAMPLE_DN);
125 + "ds-cfg-base-dn: " + EXAMPLE_DN + "\n"
136 addEntry("dn: dc=dummy," + EXAMPLE_DN + "\n"
180 connection.processDelete(DN.decode("dc=fooUniqueName1," + EXAMPLE_DN));
192 addEntry("dn: dc=fooUniqueName1," + EXAMPLE_DN + "\n"
207 if (getEntry(DN.decode("dc=fooUniqueName1," + EXAMPLE_DN), 30000, true) == null)
210 connection.processDelete(DN.decode("dc=fooUniqueName1," + EXAMPLE_DN));
228 connection.processDelete(DN.decode("dc=fooUniqueName2," + EXAMPLE_DN));
243 addEntry("dn: dc=fooUniqueName2," + EXAMPLE_DN
[all...]
H A DInitOnLineTest.java135 private static final String EXAMPLE_DN = "dc=example,dc=com"; field in class:InitOnLineTest
179 baseDn = DN.decode(EXAMPLE_DN);
186 LDAPReplicationDomain.clearJEBackend(false, "userRoot", EXAMPLE_DN);
205 "ds-task-initialize-domain-dn: " + EXAMPLE_DN,
215 "ds-task-initialize-domain-dn: " + EXAMPLE_DN,
225 "ds-task-initialize-domain-dn: " + EXAMPLE_DN,
239 int dne = entry.indexOf(EXAMPLE_DN);
240 String dn = entry.substring(dns+4,dne+EXAMPLE_DN.length());
455 entries[0] = "dn: " + EXAMPLE_DN + "\n"
461 entries[1] = "dn: ou=People," + EXAMPLE_DN
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReSyncTest.java67 private static final String EXAMPLE_DN = "dc=example,dc=com"; field in class:ReSyncTest
91 TestCaseUtils.clearJEBackend(false, "userRoot", EXAMPLE_DN);
113 + "ds-cfg-base-dn: " + EXAMPLE_DN + "\n"
123 addEntry("dn: dc=dummy," + EXAMPLE_DN + "\n"
157 DN entryDN = DN.decode("dc=fooUniqueName1," + EXAMPLE_DN);
170 addEntry("dn: dc=fooUniqueName1," + EXAMPLE_DN + "\n"
204 DN entryDN = DN.decode("dc=fooUniqueName2," + EXAMPLE_DN);
218 addEntry("dn: dc=fooUniqueName2," + EXAMPLE_DN + "\n"
247 entriesToCleanup.remove(DN.decode(EXAMPLE_DN));
250 TestCaseUtils.clearJEBackend(false, "userRoot", EXAMPLE_DN);
[all...]
H A DInitOnLineTest.java106 private static final String EXAMPLE_DN = "dc=example,dc=com"; field in class:InitOnLineTest
140 baseDN = DN.decode(EXAMPLE_DN);
146 TestCaseUtils.clearJEBackend(false, "userRoot", EXAMPLE_DN);
165 "ds-task-initialize-domain-dn: " + EXAMPLE_DN,
175 "ds-task-initialize-domain-dn: " + EXAMPLE_DN,
185 "ds-task-initialize-domain-dn: " + EXAMPLE_DN,
198 int dne = entry.indexOf(EXAMPLE_DN);
199 String dn = entry.substring(dns+4,dne+EXAMPLE_DN.length());
350 entries[0] = "dn: " + EXAMPLE_DN + "\n"
356 entries[1] = "dn: ou=People," + EXAMPLE_DN
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReSyncTest.java70 protected static final String EXAMPLE_DN = "dc=example,dc=com"; field in class:ReSyncTest
103 LDAPReplicationDomain.clearJEBackend(false, "userRoot", EXAMPLE_DN);
125 + "ds-cfg-base-dn: " + EXAMPLE_DN + "\n"
136 addEntry("dn: dc=dummy," + EXAMPLE_DN + "\n"
180 connection.processDelete(DN.decode("dc=fooUniqueName1," + EXAMPLE_DN));
192 addEntry("dn: dc=fooUniqueName1," + EXAMPLE_DN + "\n"
207 if (getEntry(DN.decode("dc=fooUniqueName1," + EXAMPLE_DN), 30000, true) == null)
210 connection.processDelete(DN.decode("dc=fooUniqueName1," + EXAMPLE_DN));
228 connection.processDelete(DN.decode("dc=fooUniqueName2," + EXAMPLE_DN));
243 addEntry("dn: dc=fooUniqueName2," + EXAMPLE_DN
[all...]
H A DInitOnLineTest.java135 private static final String EXAMPLE_DN = "dc=example,dc=com"; field in class:InitOnLineTest
179 baseDn = DN.decode(EXAMPLE_DN);
186 LDAPReplicationDomain.clearJEBackend(false, "userRoot", EXAMPLE_DN);
205 "ds-task-initialize-domain-dn: " + EXAMPLE_DN,
215 "ds-task-initialize-domain-dn: " + EXAMPLE_DN,
225 "ds-task-initialize-domain-dn: " + EXAMPLE_DN,
239 int dne = entry.indexOf(EXAMPLE_DN);
240 String dn = entry.substring(dns+4,dne+EXAMPLE_DN.length());
455 entries[0] = "dn: " + EXAMPLE_DN + "\n"
461 entries[1] = "dn: ou=People," + EXAMPLE_DN
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReSyncTest.java67 private static final String EXAMPLE_DN = "dc=example,dc=com"; field in class:ReSyncTest
91 TestCaseUtils.clearJEBackend(false, "userRoot", EXAMPLE_DN);
113 + "ds-cfg-base-dn: " + EXAMPLE_DN + "\n"
123 addEntry("dn: dc=dummy," + EXAMPLE_DN + "\n"
157 DN entryDN = DN.decode("dc=fooUniqueName1," + EXAMPLE_DN);
170 addEntry("dn: dc=fooUniqueName1," + EXAMPLE_DN + "\n"
204 DN entryDN = DN.decode("dc=fooUniqueName2," + EXAMPLE_DN);
218 addEntry("dn: dc=fooUniqueName2," + EXAMPLE_DN + "\n"
247 entriesToCleanup.remove(DN.decode(EXAMPLE_DN));
250 TestCaseUtils.clearJEBackend(false, "userRoot", EXAMPLE_DN);
[all...]
H A DInitOnLineTest.java106 private static final String EXAMPLE_DN = "dc=example,dc=com"; field in class:InitOnLineTest
140 baseDN = DN.decode(EXAMPLE_DN);
146 TestCaseUtils.clearJEBackend(false, "userRoot", EXAMPLE_DN);
165 "ds-task-initialize-domain-dn: " + EXAMPLE_DN,
175 "ds-task-initialize-domain-dn: " + EXAMPLE_DN,
185 "ds-task-initialize-domain-dn: " + EXAMPLE_DN,
198 int dne = entry.indexOf(EXAMPLE_DN);
199 String dn = entry.substring(dns+4,dne+EXAMPLE_DN.length());
350 entries[0] = "dn: " + EXAMPLE_DN + "\n"
356 entries[1] = "dn: ou=People," + EXAMPLE_DN
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReSyncTest.java70 protected static final String EXAMPLE_DN = "dc=example,dc=com"; field in class:ReSyncTest
103 LDAPReplicationDomain.clearJEBackend(false, "userRoot", EXAMPLE_DN);
125 + "ds-cfg-base-dn: " + EXAMPLE_DN + "\n"
136 addEntry("dn: dc=dummy," + EXAMPLE_DN + "\n"
180 connection.processDelete(DN.decode("dc=fooUniqueName1," + EXAMPLE_DN));
192 addEntry("dn: dc=fooUniqueName1," + EXAMPLE_DN + "\n"
207 if (getEntry(DN.decode("dc=fooUniqueName1," + EXAMPLE_DN), 30000, true) == null)
210 connection.processDelete(DN.decode("dc=fooUniqueName1," + EXAMPLE_DN));
228 connection.processDelete(DN.decode("dc=fooUniqueName2," + EXAMPLE_DN));
243 addEntry("dn: dc=fooUniqueName2," + EXAMPLE_DN
[all...]
H A DInitOnLineTest.java135 private static final String EXAMPLE_DN = "dc=example,dc=com"; field in class:InitOnLineTest
179 baseDn = DN.decode(EXAMPLE_DN);
186 LDAPReplicationDomain.clearJEBackend(false, "userRoot", EXAMPLE_DN);
205 "ds-task-initialize-domain-dn: " + EXAMPLE_DN,
215 "ds-task-initialize-domain-dn: " + EXAMPLE_DN,
225 "ds-task-initialize-domain-dn: " + EXAMPLE_DN,
239 int dne = entry.indexOf(EXAMPLE_DN);
240 String dn = entry.substring(dns+4,dne+EXAMPLE_DN.length());
455 entries[0] = "dn: " + EXAMPLE_DN + "\n"
461 entries[1] = "dn: ou=People," + EXAMPLE_DN
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/
H A DReSyncTest.java58 private static final String EXAMPLE_DN = "dc=example,dc=com"; field in class:ReSyncTest
103 + "ds-cfg-base-dn: " + EXAMPLE_DN + "\n"
113 addEntry("dn: dc=dummy," + EXAMPLE_DN + "\n"
146 DN entryDN = DN.valueOf("dc=fooUniqueName1," + EXAMPLE_DN);
159 addEntry("dn: dc=fooUniqueName1," + EXAMPLE_DN + "\n"
192 DN entryDN = DN.valueOf("dc=fooUniqueName2," + EXAMPLE_DN);
206 addEntry("dn: dc=fooUniqueName2," + EXAMPLE_DN + "\n"
233 entriesToCleanup.remove(DN.valueOf(EXAMPLE_DN));
H A DInitOnLineTest.java104 private static final String EXAMPLE_DN = "dc=example,dc=com"; field in class:InitOnLineTest
134 baseDN = DN.valueOf(EXAMPLE_DN);
159 "ds-task-initialize-domain-dn: " + EXAMPLE_DN,
169 "ds-task-initialize-domain-dn: " + EXAMPLE_DN,
179 "ds-task-initialize-domain-dn: " + EXAMPLE_DN,
192 int dne = entry.indexOf(EXAMPLE_DN);
193 String dn = entry.substring(dns+4,dne+EXAMPLE_DN.length());
332 entries[0] = "dn: " + EXAMPLE_DN + "\n"
338 entries[1] = "dn: ou=People," + EXAMPLE_DN + "\n"
349 entries[i+2] = "dn: cn="+useri+",ou=people," + EXAMPLE_DN
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java89 private static final String EXAMPLE_DN = "dc=example,dc=com"; // Server id definitions field in class:StateMachineTest
138 MultimasterReplication.deleteDomain(DN.decode(EXAMPLE_DN));
141 fail("Error deleting reference to domain: " + EXAMPLE_DN);
296 DN baseDn = DN.decode(EXAMPLE_DN);
329 state, EXAMPLE_DN, dsId, 100, generationId, 0,
842 LDAPReplicationDomain.clearJEBackend(false, "userRoot", EXAMPLE_DN);
859 LDAPReplicationDomain.clearJEBackend(false, "userRoot", EXAMPLE_DN);
939 new InitializeTargetMsg(EXAMPLE_DN, serverId, destId,
945 String topEntry = "dn: " + EXAMPLE_DN + "\n"
958 String userdn = "uid=full_update_user" + curId + "," + EXAMPLE_DN;
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java75 private static final String EXAMPLE_DN = "dc=example,dc=com"; // Server id definitions field in class:StateMachineTest
692 EXAMPLE_DN_ = DN.decode(EXAMPLE_DN);
698 TestCaseUtils.clearJEBackend(false, "userRoot", EXAMPLE_DN);
713 TestCaseUtils.clearJEBackend(false, "userRoot", EXAMPLE_DN);
787 String topEntry = "dn: " + EXAMPLE_DN + "\n"
800 String userdn = "uid=full_update_user" + curId + "," + EXAMPLE_DN;
1068 String userdn = "uid=user" + curId + "," + EXAMPLE_DN;
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/server/
H A DReplicationServerTest.java73 private DN EXAMPLE_DN; field in class:ReplicationServerTest
102 EXAMPLE_DN = DN.decode("ou=example," + TEST_ROOT_DN_STRING);
257 sendAndReceiveDeleteMsg(server1, server2, EXAMPLE_DN, firstCSNServer1, "uid");
261 sendAndReceiveDeleteMsg(server2, server1, EXAMPLE_DN, firstCSNServer2, "other-uid");
529 server.publish(new DeleteMsg(EXAMPLE_DN, gen.newCSN(), "uid"));
700 AddMsg addMsg = new AddMsg(csnGen.newCSN(), EXAMPLE_DN,
709 ModifyMsg modMsg = new ModifyMsg(csnGen.newCSN(), EXAMPLE_DN, mods, "fakeuniqueid");
714 EXAMPLE_DN, RDN.decode("o=example2"), true, null);
794 AddMsg addMsg = new AddMsg(csnGen.newCSN(), EXAMPLE_DN,
803 ModifyMsg modMsg = new ModifyMsg(csnGen.newCSN(), EXAMPLE_DN, mod
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java89 private static final String EXAMPLE_DN = "dc=example,dc=com"; // Server id definitions field in class:StateMachineTest
138 MultimasterReplication.deleteDomain(DN.decode(EXAMPLE_DN));
141 fail("Error deleting reference to domain: " + EXAMPLE_DN);
296 DN baseDn = DN.decode(EXAMPLE_DN);
329 state, EXAMPLE_DN, dsId, 100, generationId, 0,
842 LDAPReplicationDomain.clearJEBackend(false, "userRoot", EXAMPLE_DN);
859 LDAPReplicationDomain.clearJEBackend(false, "userRoot", EXAMPLE_DN);
939 new InitializeTargetMsg(EXAMPLE_DN, serverId, destId,
945 String topEntry = "dn: " + EXAMPLE_DN + "\n"
958 String userdn = "uid=full_update_user" + curId + "," + EXAMPLE_DN;
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java75 private static final String EXAMPLE_DN = "dc=example,dc=com"; // Server id definitions field in class:StateMachineTest
692 EXAMPLE_DN_ = DN.decode(EXAMPLE_DN);
698 TestCaseUtils.clearJEBackend(false, "userRoot", EXAMPLE_DN);
713 TestCaseUtils.clearJEBackend(false, "userRoot", EXAMPLE_DN);
787 String topEntry = "dn: " + EXAMPLE_DN + "\n"
800 String userdn = "uid=full_update_user" + curId + "," + EXAMPLE_DN;
1068 String userdn = "uid=user" + curId + "," + EXAMPLE_DN;
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/server/
H A DReplicationServerTest.java73 private DN EXAMPLE_DN; field in class:ReplicationServerTest
102 EXAMPLE_DN = DN.decode("ou=example," + TEST_ROOT_DN_STRING);
257 sendAndReceiveDeleteMsg(server1, server2, EXAMPLE_DN, firstCSNServer1, "uid");
261 sendAndReceiveDeleteMsg(server2, server1, EXAMPLE_DN, firstCSNServer2, "other-uid");
529 server.publish(new DeleteMsg(EXAMPLE_DN, gen.newCSN(), "uid"));
700 AddMsg addMsg = new AddMsg(csnGen.newCSN(), EXAMPLE_DN,
709 ModifyMsg modMsg = new ModifyMsg(csnGen.newCSN(), EXAMPLE_DN, mods, "fakeuniqueid");
714 EXAMPLE_DN, RDN.decode("o=example2"), true, null);
794 AddMsg addMsg = new AddMsg(csnGen.newCSN(), EXAMPLE_DN,
803 ModifyMsg modMsg = new ModifyMsg(csnGen.newCSN(), EXAMPLE_DN, mod
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java89 private static final String EXAMPLE_DN = "dc=example,dc=com"; // Server id definitions field in class:StateMachineTest
138 MultimasterReplication.deleteDomain(DN.decode(EXAMPLE_DN));
141 fail("Error deleting reference to domain: " + EXAMPLE_DN);
296 DN baseDn = DN.decode(EXAMPLE_DN);
329 state, EXAMPLE_DN, dsId, 100, generationId, 0,
842 LDAPReplicationDomain.clearJEBackend(false, "userRoot", EXAMPLE_DN);
859 LDAPReplicationDomain.clearJEBackend(false, "userRoot", EXAMPLE_DN);
939 new InitializeTargetMsg(EXAMPLE_DN, serverId, destId,
945 String topEntry = "dn: " + EXAMPLE_DN + "\n"
958 String userdn = "uid=full_update_user" + curId + "," + EXAMPLE_DN;
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/
H A DStateMachineTest.java84 private static final String EXAMPLE_DN = "dc=example,dc=com"; field in class:StateMachineTest
649 EXAMPLE_DN_ = DN.valueOf(EXAMPLE_DN);
741 String topEntry = "dn: " + EXAMPLE_DN + "\n"
754 String userdn = "uid=full_update_user" + curId + "," + EXAMPLE_DN;
1010 String userdn = "uid=user" + curId + "," + EXAMPLE_DN;
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/server/
H A DReplicationServerTest.java73 private DN EXAMPLE_DN; field in class:ReplicationServerTest
100 EXAMPLE_DN = DN.valueOf("ou=example," + TEST_ROOT_DN_STRING);
254 sendAndReceiveDeleteMsg(server1, server2, EXAMPLE_DN, firstCSNServer1, "uid");
258 sendAndReceiveDeleteMsg(server2, server1, EXAMPLE_DN, firstCSNServer2, "other-uid");
525 server.publish(new DeleteMsg(EXAMPLE_DN, gen.newCSN(), "uid"));
698 AddMsg addMsg = new AddMsg(csnGen.newCSN(), EXAMPLE_DN,
707 ModifyMsg modMsg = new ModifyMsg(csnGen.newCSN(), EXAMPLE_DN, mods, "fakeuniqueid");
712 EXAMPLE_DN, RDN.decode("o=example2"), true, null);
792 AddMsg addMsg = new AddMsg(csnGen.newCSN(), EXAMPLE_DN,
801 ModifyMsg modMsg = new ModifyMsg(csnGen.newCSN(), EXAMPLE_DN, mod
[all...]

Completed in 124 milliseconds