Searched defs:newModifyDNOperation (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DTestModifyDNOperation.java270 newModifyDNOperation( ByteString.valueOf("cn=test,ou=test"),
273 newModifyDNOperation( DN.decode("cn=test,ou=test"),
279 private ModifyDNOperationBasis newModifyDNOperation(DN rawEntryDN, method in class:TestModifyDNOperation
289 private ModifyDNOperationBasis newModifyDNOperation(ByteString rawEntryDN, method in class:TestModifyDNOperation
323 ModifyDNOperation modifyDNOperation = newModifyDNOperation(
334 modifyDNOperation = newModifyDNOperation(
348 ModifyDNOperation modifyDNOperation = newModifyDNOperation(
359 modifyDNOperation = newModifyDNOperation(
378 ModifyDNOperation modifyDNOperation = newModifyDNOperation(
408 modifyDNOperation = newModifyDNOperation(
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DTestModifyDNOperation.java265 newModifyDNOperation( ByteString.valueOf("cn=test,ou=test"),
268 newModifyDNOperation( DN.decode("cn=test,ou=test"),
274 private ModifyDNOperationBasis newModifyDNOperation(DN rawEntryDN, method in class:TestModifyDNOperation
284 private ModifyDNOperationBasis newModifyDNOperation(ByteString rawEntryDN, method in class:TestModifyDNOperation
318 ModifyDNOperation modifyDNOperation = newModifyDNOperation(
329 modifyDNOperation = newModifyDNOperation(
343 ModifyDNOperation modifyDNOperation = newModifyDNOperation(
354 modifyDNOperation = newModifyDNOperation(
373 ModifyDNOperation modifyDNOperation = newModifyDNOperation(
403 modifyDNOperation = newModifyDNOperation(
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DTestModifyDNOperation.java270 newModifyDNOperation( ByteString.valueOf("cn=test,ou=test"),
273 newModifyDNOperation( DN.decode("cn=test,ou=test"),
279 private ModifyDNOperationBasis newModifyDNOperation(DN rawEntryDN, method in class:TestModifyDNOperation
289 private ModifyDNOperationBasis newModifyDNOperation(ByteString rawEntryDN, method in class:TestModifyDNOperation
323 ModifyDNOperation modifyDNOperation = newModifyDNOperation(
334 modifyDNOperation = newModifyDNOperation(
348 ModifyDNOperation modifyDNOperation = newModifyDNOperation(
359 modifyDNOperation = newModifyDNOperation(
378 ModifyDNOperation modifyDNOperation = newModifyDNOperation(
408 modifyDNOperation = newModifyDNOperation(
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DTestModifyDNOperation.java265 newModifyDNOperation( ByteString.valueOf("cn=test,ou=test"),
268 newModifyDNOperation( DN.decode("cn=test,ou=test"),
274 private ModifyDNOperationBasis newModifyDNOperation(DN rawEntryDN, method in class:TestModifyDNOperation
284 private ModifyDNOperationBasis newModifyDNOperation(ByteString rawEntryDN, method in class:TestModifyDNOperation
318 ModifyDNOperation modifyDNOperation = newModifyDNOperation(
329 modifyDNOperation = newModifyDNOperation(
343 ModifyDNOperation modifyDNOperation = newModifyDNOperation(
354 modifyDNOperation = newModifyDNOperation(
373 ModifyDNOperation modifyDNOperation = newModifyDNOperation(
403 modifyDNOperation = newModifyDNOperation(
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DTestModifyDNOperation.java270 newModifyDNOperation( ByteString.valueOf("cn=test,ou=test"),
273 newModifyDNOperation( DN.decode("cn=test,ou=test"),
279 private ModifyDNOperationBasis newModifyDNOperation(DN rawEntryDN, method in class:TestModifyDNOperation
289 private ModifyDNOperationBasis newModifyDNOperation(ByteString rawEntryDN, method in class:TestModifyDNOperation
323 ModifyDNOperation modifyDNOperation = newModifyDNOperation(
334 modifyDNOperation = newModifyDNOperation(
348 ModifyDNOperation modifyDNOperation = newModifyDNOperation(
359 modifyDNOperation = newModifyDNOperation(
378 ModifyDNOperation modifyDNOperation = newModifyDNOperation(
408 modifyDNOperation = newModifyDNOperation(
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/core/
H A DTestModifyDNOperation.java248 newModifyDNOperation("cn=test,ou=test", "cn=test2", true, "dc=example,dc=com")
255 ModifyDNOperation op = newModifyDNOperation(entryDN, newRDN, deleteOldRDN, newSuperior);
268 private ModifyDNOperationBasis newModifyDNOperation( method in class:TestModifyDNOperation
1067 ModifyDNOperation modifyDNOperation = newModifyDNOperation(

Completed in 38 milliseconds