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

/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DDeleteOperationTestCase.java89 List<Control> requestControls, ByteString rawEntryDn)
93 requestControls, rawEntryDn);
88 newDeleteOperation( List<Control> requestControls, ByteString rawEntryDn) argument
H A DModifyOperationTestCase.java204 ByteString rawEntryDn, List<RawModification> rawModifications)
208 requestControls, rawEntryDn, rawModifications);
203 newModifyOperation(List<Control> requestControls, ByteString rawEntryDn, List<RawModification> rawModifications) argument
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DDeleteOperationTestCase.java89 List<Control> requestControls, ByteString rawEntryDn)
93 requestControls, rawEntryDn);
88 newDeleteOperation( List<Control> requestControls, ByteString rawEntryDn) argument
H A DModifyOperationTestCase.java204 ByteString rawEntryDn, List<RawModification> rawModifications)
208 requestControls, rawEntryDn, rawModifications);
203 newModifyOperation(List<Control> requestControls, ByteString rawEntryDn, List<RawModification> rawModifications) argument
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/core/
H A DDeleteOperationTestCase.java91 List<Control> requestControls, ByteString rawEntryDn)
95 requestControls, rawEntryDn);
90 newDeleteOperation( List<Control> requestControls, ByteString rawEntryDn) argument
H A DModifyOperationTestCase.java232 ByteString rawEntryDn, List<RawModification> rawModifications)
236 requestControls, rawEntryDn, rawModifications);
231 newModifyOperation(List<Control> requestControls, ByteString rawEntryDn, List<RawModification> rawModifications) argument

Completed in 79 milliseconds