Searched refs:rootConnection (Results 1 - 25 of 40) sorted by relevance

12

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/tools/
H A DRebuildIndexTestCase.java74 InternalClientConnection rootConnection =
81 rootConnection.processModify(DN.decode(userRootDN), mods);
96 InternalClientConnection rootConnection =
103 rootConnection.processModify(DN.decode(userRootDN), mods);
H A DVerifyIndexTestCase.java73 InternalClientConnection rootConnection =
80 rootConnection.processModify(DN.decode(userRootDN), mods);
95 InternalClientConnection rootConnection =
102 rootConnection.processModify(DN.decode(userRootDN), mods);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/tools/
H A DVerifyIndexTestCase.java72 InternalClientConnection rootConnection =
79 rootConnection.processModify(DN.decode(userRootDN), mods);
94 InternalClientConnection rootConnection =
101 rootConnection.processModify(DN.decode(userRootDN), mods);
H A DRebuildIndexTestCase.java76 final InternalClientConnection rootConnection =
85 rootConnection.processModify(DN.decode(userRootDN), mods);
100 final InternalClientConnection rootConnection =
108 rootConnection.processModify(DN.decode(userRootDN), mods);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/tools/
H A DRebuildIndexTestCase.java74 InternalClientConnection rootConnection =
81 rootConnection.processModify(DN.decode(userRootDN), mods);
96 InternalClientConnection rootConnection =
103 rootConnection.processModify(DN.decode(userRootDN), mods);
H A DVerifyIndexTestCase.java73 InternalClientConnection rootConnection =
80 rootConnection.processModify(DN.decode(userRootDN), mods);
95 InternalClientConnection rootConnection =
102 rootConnection.processModify(DN.decode(userRootDN), mods);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/tools/
H A DVerifyIndexTestCase.java72 InternalClientConnection rootConnection =
79 rootConnection.processModify(DN.decode(userRootDN), mods);
94 InternalClientConnection rootConnection =
101 rootConnection.processModify(DN.decode(userRootDN), mods);
H A DRebuildIndexTestCase.java76 final InternalClientConnection rootConnection =
85 rootConnection.processModify(DN.decode(userRootDN), mods);
100 final InternalClientConnection rootConnection =
108 rootConnection.processModify(DN.decode(userRootDN), mods);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/tools/
H A DRebuildIndexTestCase.java74 InternalClientConnection rootConnection =
81 rootConnection.processModify(DN.decode(userRootDN), mods);
96 InternalClientConnection rootConnection =
103 rootConnection.processModify(DN.decode(userRootDN), mods);
H A DVerifyIndexTestCase.java73 InternalClientConnection rootConnection =
80 rootConnection.processModify(DN.decode(userRootDN), mods);
95 InternalClientConnection rootConnection =
102 rootConnection.processModify(DN.decode(userRootDN), mods);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/tools/
H A DVerifyIndexTestCase.java73 InternalClientConnection rootConnection =
80 rootConnection.processModify(DN.valueOf(userRootDN), mods);
95 InternalClientConnection rootConnection =
102 rootConnection.processModify(DN.valueOf(userRootDN), mods);
H A DRebuildIndexTestCase.java76 final InternalClientConnection rootConnection =
85 rootConnection.processModify(DN.valueOf(userRootDN), mods);
100 final InternalClientConnection rootConnection =
108 rootConnection.processModify(DN.valueOf(userRootDN), mods);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/
H A DJmxPrivilegeTestCase.java421 InternalClientConnection rootConnection =
427 rootConnection.processModify(DN.decode(user), mods);
458 rootConnection.processModify(DN.decode(user), mods);
1218 InternalClientConnection rootConnection =
1220 DeleteOperation delOp = rootConnection.processDelete(newEntryDN);
1424 InternalClientConnection rootConnection =
1426 DeleteOperation delOp = rootConnection.processDelete(newEntryDN);
1513 InternalClientConnection rootConnection =
1549 rootConnection.processModify(DN.decode("cn=Test User,o=test"), mods);
1560 rootConnection
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/
H A DJmxPrivilegeTestCase.java415 InternalClientConnection rootConnection =
421 rootConnection.processModify(DN.decode(user), mods);
444 rootConnection.processModify(DN.decode(user), mods);
1199 InternalClientConnection rootConnection =
1201 DeleteOperation delOp = rootConnection.processDelete(newEntryDN);
1405 InternalClientConnection rootConnection =
1407 DeleteOperation delOp = rootConnection.processDelete(newEntryDN);
1494 InternalClientConnection rootConnection =
1530 rootConnection.processModify(DN.decode("cn=Test User,o=test"), mods);
1541 rootConnection
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/
H A DJmxPrivilegeTestCase.java421 InternalClientConnection rootConnection =
427 rootConnection.processModify(DN.decode(user), mods);
458 rootConnection.processModify(DN.decode(user), mods);
1218 InternalClientConnection rootConnection =
1220 DeleteOperation delOp = rootConnection.processDelete(newEntryDN);
1424 InternalClientConnection rootConnection =
1426 DeleteOperation delOp = rootConnection.processDelete(newEntryDN);
1513 InternalClientConnection rootConnection =
1549 rootConnection.processModify(DN.decode("cn=Test User,o=test"), mods);
1560 rootConnection
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/
H A DJmxPrivilegeTestCase.java415 InternalClientConnection rootConnection =
421 rootConnection.processModify(DN.decode(user), mods);
444 rootConnection.processModify(DN.decode(user), mods);
1199 InternalClientConnection rootConnection =
1201 DeleteOperation delOp = rootConnection.processDelete(newEntryDN);
1405 InternalClientConnection rootConnection =
1407 DeleteOperation delOp = rootConnection.processDelete(newEntryDN);
1494 InternalClientConnection rootConnection =
1530 rootConnection.processModify(DN.decode("cn=Test User,o=test"), mods);
1541 rootConnection
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/
H A DJmxPrivilegeTestCase.java421 InternalClientConnection rootConnection =
427 rootConnection.processModify(DN.decode(user), mods);
458 rootConnection.processModify(DN.decode(user), mods);
1218 InternalClientConnection rootConnection =
1220 DeleteOperation delOp = rootConnection.processDelete(newEntryDN);
1424 InternalClientConnection rootConnection =
1426 DeleteOperation delOp = rootConnection.processDelete(newEntryDN);
1513 InternalClientConnection rootConnection =
1549 rootConnection.processModify(DN.decode("cn=Test User,o=test"), mods);
1560 rootConnection
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/internal/
H A DInternalClientConnection.java86 private static InternalClientConnection rootConnection; field in class:InternalClientConnection
275 if (rootConnection == null)
277 rootConnection = new InternalClientConnection();
280 return rootConnection;
2314 rootConnection = null;
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DPrivilegeTestCase.java1470 InternalClientConnection rootConnection =
1472 DeleteOperation delOp = rootConnection.processDelete(newEntryDN);
1674 InternalClientConnection rootConnection =
1676 DeleteOperation delOp = rootConnection.processDelete(newEntryDN);
2556 InternalClientConnection rootConnection =
2607 ModifyOperation modifyOperation = rootConnection.processModify(
2617 modifyOperation = rootConnection.processModify(
2622 DeleteOperation deleteOperation = rootConnection.processDelete(DN
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DPrivilegeTestCase.java1470 InternalClientConnection rootConnection =
1472 DeleteOperation delOp = rootConnection.processDelete(newEntryDN);
1674 InternalClientConnection rootConnection =
1676 DeleteOperation delOp = rootConnection.processDelete(newEntryDN);
2556 InternalClientConnection rootConnection =
2607 ModifyOperation modifyOperation = rootConnection.processModify(
2617 modifyOperation = rootConnection.processModify(
2622 DeleteOperation deleteOperation = rootConnection.processDelete(DN
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DPrivilegeTestCase.java1470 InternalClientConnection rootConnection =
1472 DeleteOperation delOp = rootConnection.processDelete(newEntryDN);
1674 InternalClientConnection rootConnection =
1676 DeleteOperation delOp = rootConnection.processDelete(newEntryDN);
2556 InternalClientConnection rootConnection =
2607 ModifyOperation modifyOperation = rootConnection.processModify(
2617 modifyOperation = rootConnection.processModify(
2622 DeleteOperation deleteOperation = rootConnection.processDelete(DN
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnection.java101 private static InternalClientConnection rootConnection; field in class:InternalClientConnection
330 if (rootConnection == null)
332 rootConnection = new InternalClientConnection();
335 return rootConnection;
2818 rootConnection = null;
/forgerock/opendj2/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnection.java89 private static InternalClientConnection rootConnection; field in class:InternalClientConnection
318 if (rootConnection == null)
320 rootConnection = new InternalClientConnection();
323 return rootConnection;
2806 rootConnection = null;
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnection.java101 private static InternalClientConnection rootConnection; field in class:InternalClientConnection
330 if (rootConnection == null)
332 rootConnection = new InternalClientConnection();
335 return rootConnection;
2818 rootConnection = null;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnection.java101 private static InternalClientConnection rootConnection; field in class:InternalClientConnection
330 if (rootConnection == null)
332 rootConnection = new InternalClientConnection();
335 return rootConnection;
2818 rootConnection = null;

Completed in 78 milliseconds

12