Searched refs:newModifyOperation (Results 1 - 5 of 5) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DLengthBasedPasswordValidatorTestCase.java363 ModifyOperationBasis op = newModifyOperation(buffer);
374 private ModifyOperationBasis newModifyOperation(StringBuilder buffer) throws DirectoryException method in class:LengthBasedPasswordValidatorTestCase
435 ModifyOperationBasis op = newModifyOperation(buffer);
498 ModifyOperationBasis op = newModifyOperation(buffer);
561 ModifyOperationBasis op = newModifyOperation(buffer);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DModifyOperationTestCase.java100 opList.add(newModifyOperation(null, ByteString.empty(), ldapMods));
101 opList.add(newModifyOperation(noControls, ByteString.empty(), ldapMods));
102 opList.add(newModifyOperation(null, ByteString.valueOf("o=test"), ldapMods));
103 opList.add(newModifyOperation(noControls, ByteString.valueOf("o=test"), ldapMods));
107 opList.add(newModifyOperation(null, ByteString.empty(), ldapMods));
108 opList.add(newModifyOperation(noControls, ByteString.empty(), ldapMods));
109 opList.add(newModifyOperation(null, ByteString.valueOf("o=test"), ldapMods));
110 opList.add(newModifyOperation(noControls, ByteString.valueOf("o=test"), ldapMods));
114 opList.add(newModifyOperation(null, ByteString.empty(), ldapMods));
115 opList.add(newModifyOperation(noControl
195 private ModifyOperation newModifyOperation(List<Control> requestControls, method in class:ModifyOperationTestCase
203 private ModifyOperation newModifyOperation(List<Control> requestControls, method in class:ModifyOperationTestCase
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DModifyOperationTestCase.java100 opList.add(newModifyOperation(null, ByteString.empty(), ldapMods));
101 opList.add(newModifyOperation(noControls, ByteString.empty(), ldapMods));
102 opList.add(newModifyOperation(null, ByteString.valueOf("o=test"), ldapMods));
103 opList.add(newModifyOperation(noControls, ByteString.valueOf("o=test"), ldapMods));
107 opList.add(newModifyOperation(null, ByteString.empty(), ldapMods));
108 opList.add(newModifyOperation(noControls, ByteString.empty(), ldapMods));
109 opList.add(newModifyOperation(null, ByteString.valueOf("o=test"), ldapMods));
110 opList.add(newModifyOperation(noControls, ByteString.valueOf("o=test"), ldapMods));
114 opList.add(newModifyOperation(null, ByteString.empty(), ldapMods));
115 opList.add(newModifyOperation(noControl
195 private ModifyOperation newModifyOperation(List<Control> requestControls, method in class:ModifyOperationTestCase
203 private ModifyOperation newModifyOperation(List<Control> requestControls, method in class:ModifyOperationTestCase
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/core/
H A DModifyOperationTestCase.java128 opList.add(newModifyOperation(null, ByteString.empty(), ldapMods));
129 opList.add(newModifyOperation(noControls, ByteString.empty(), ldapMods));
130 opList.add(newModifyOperation(null, ByteString.valueOfUtf8("o=test"), ldapMods));
131 opList.add(newModifyOperation(noControls, ByteString.valueOfUtf8("o=test"), ldapMods));
135 opList.add(newModifyOperation(null, ByteString.empty(), ldapMods));
136 opList.add(newModifyOperation(noControls, ByteString.empty(), ldapMods));
137 opList.add(newModifyOperation(null, ByteString.valueOfUtf8("o=test"), ldapMods));
138 opList.add(newModifyOperation(noControls, ByteString.valueOfUtf8("o=test"), ldapMods));
142 opList.add(newModifyOperation(null, ByteString.empty(), ldapMods));
143 opList.add(newModifyOperation(noControl
223 private ModifyOperation newModifyOperation(List<Control> requestControls, method in class:ModifyOperationTestCase
231 private ModifyOperation newModifyOperation(List<Control> requestControls, method in class:ModifyOperationTestCase
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DStaticGroup.java327 ModifyOperation modifyOperation = newModifyOperation(ModificationType.ADD, nestedGroupDN);
361 ModifyOperation modifyOperation = newModifyOperation(ModificationType.DELETE, nestedGroupDN);
509 ModifyOperation modifyOperation = newModifyOperation(ModificationType.ADD, userDN);
538 ModifyOperation modifyOperation = newModifyOperation(ModificationType.DELETE, userDN);
558 private ModifyOperation newModifyOperation(ModificationType modType, DN userDN) method in class:StaticGroup

Completed in 48 milliseconds