Searched defs:modType (Results 1 - 25 of 32) sorted by relevance

12

/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/workflowelement/localbackend/
H A DLocalBackendWorkflowElementTest.java268 * @param modType the modification type (add/delete/replace)
272 private void modifyAttribute(String baseDN, ModificationType modType, String attributeName, String attributeValue) argument
277 mods.add(new Modification(modType, attributeToModify));
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DWorkflowConfigurationTest.java248 * @param modType the type of the modification
254 ModificationType modType,
264 ldapMods.add(new LDAPModification(modType, ldapAttr));
252 getModifyOperation( String entryDN, ModificationType modType, String attributeType, String attributeValue) argument
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DWorkflowConfigurationTest.java247 * @param modType the type of the modification
253 ModificationType modType,
263 ldapMods.add(new LDAPModification(modType, ldapAttr));
251 getModifyOperation( String entryDN, ModificationType modType, String attributeType, String attributeValue) argument
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DWorkflowConfigurationTest.java248 * @param modType the type of the modification
254 ModificationType modType,
264 ldapMods.add(new LDAPModification(modType, ldapAttr));
252 getModifyOperation( String entryDN, ModificationType modType, String attributeType, String attributeValue) argument
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DWorkflowConfigurationTest.java247 * @param modType the type of the modification
253 ModificationType modType,
263 ldapMods.add(new LDAPModification(modType, ldapAttr));
251 getModifyOperation( String entryDN, ModificationType modType, String attributeType, String attributeValue) argument
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DWorkflowConfigurationTest.java248 * @param modType the type of the modification
254 ModificationType modType,
264 ldapMods.add(new LDAPModification(modType, ldapAttr));
252 getModifyOperation( String entryDN, ModificationType modType, String attributeType, String attributeValue) argument
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/protocols/jmx/
H A DJmxPrivilegeTestCase.java830 private void processModify(DN dn, ModificationType modType, String attrName, String attrValue) argument
832 ArrayList<Modification> mods = newModifications(modType, attrName, attrValue);
837 private ArrayList<Modification> newModifications(ModificationType modType, String attrName, String attrValue) argument
839 return newArrayList(new Modification(modType, Attributes.create(attrName, attrValue)));
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsconfig/
H A DSetPropSubCommandHandler.java956 ModificationType modType, String s) throws ArgumentException {
974 switch (modType) {
954 modifyPropertyValues(ManagedObject<?> mo, PropertyDefinition<T> pd, Map<PropertyDefinition, Set> changes, ModificationType modType, String s) argument
/forgerock/opendj2/src/server/org/opends/server/tools/dsconfig/
H A DSetPropSubCommandHandler.java924 ModificationType modType, String s) throws ArgumentException {
942 switch (modType) {
922 modifyPropertyValues(ManagedObject<?> mo, PropertyDefinition<T> pd, Map<PropertyDefinition, Set> changes, ModificationType modType, String s) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsconfig/
H A DSetPropSubCommandHandler.java956 ModificationType modType, String s) throws ArgumentException {
974 switch (modType) {
954 modifyPropertyValues(ManagedObject<?> mo, PropertyDefinition<T> pd, Map<PropertyDefinition, Set> changes, ModificationType modType, String s) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsconfig/
H A DSetPropSubCommandHandler.java956 ModificationType modType, String s) throws ArgumentException {
974 switch (modType) {
954 modifyPropertyValues(ManagedObject<?> mo, PropertyDefinition<T> pd, Map<PropertyDefinition, Set> changes, ModificationType modType, String s) argument
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsconfig/
H A DSetPropSubCommandHandler.java924 ModificationType modType, String s) throws ArgumentException {
942 switch (modType) {
922 modifyPropertyValues(ManagedObject<?> mo, PropertyDefinition<T> pd, Map<PropertyDefinition, Set> changes, ModificationType modType, String s) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DPasswordModifyExtendedOperation.java842 private Modification newModification(ModificationType modType, AttributeType attrType, Collection<ByteString> value) argument
846 return new Modification(modType, builder.toAttribute());
H A DStaticGroup.java558 private ModifyOperation newModifyOperation(ModificationType modType, DN userDN) argument
561 LinkedList<Modification> mods = newLinkedList(new Modification(modType, attr));
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/core/
H A DSubentryManagerTestCase.java421 private List<RawModification> newRawModifications(ModificationType modType, argument
425 return newArrayList((RawModification) new LDAPModification(modType, attr));
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/
H A DSetPropSubCommandHandler.java825 Map<PropertyDefinition, Set> changes, ModificationType modType, String s) throws ArgumentException {
842 switch (modType) {
824 modifyPropertyValues(ManagedObject<?> mo, PropertyDefinition<T> pd, Map<PropertyDefinition, Set> changes, ModificationType modType, String s) argument
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/
H A DAttrHistoricalMultipleTest.java368 private Modification newModification(ModificationType modType, String attrValue) argument
370 return new Modification(modType, Attributes.create(ATTRIBUTE_NAME, attrValue));
373 private Modification newModification(ModificationType modType) argument
375 return new Modification(modType, Attributes.empty(ATTRIBUTE_NAME));
H A DAttrHistoricalSingleTest.java290 private Modification newModification(ModificationType modType, String attrValue) argument
292 return new Modification(modType, Attributes.create(ATTRIBUTE_NAME, attrValue));
295 private Modification newModification(ModificationType modType) argument
297 return new Modification(modType, Attributes.empty(ATTRIBUTE_NAME));
H A DModifyReplaySingleValuedAttributeTest.java88 private Mod(ModificationType modType, int t) argument
90 this(modType, null, t);
93 private Mod(ModificationType modType, String value, int t) argument
95 this.modification = newModification(modType, value);
113 String modType = modification.getModificationType().toString().toUpperCase();
116 return modType + " " + attrValue + "t" + time;
434 private static Modification newModification(ModificationType modType, String value) argument
437 return new Modification(modType, attr);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DNetworkGroupTest.java1289 * @param modType the modification type (add/delete/replace)
1296 ModificationType modType,
1304 mods.add(new Modification(modType, attributeToModify));
1293 modifyAttribute( InternalClientConnection connection, String baseDN, ModificationType modType, String attributeName, String attributeValue ) argument
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DModifyConflictTest.java1402 * @param modType the type of Modification that the first mod of the
1407 List<Modification> mods, int size, ModificationType modType, String value)
1411 assertTrue(newMod.getModificationType().equals(modType));
1521 ModificationType modType, String value,
1524 Modification mod = buildMod(attrName, modType, value);
1627 String attrName, ModificationType modType, String value)
1636 Modification mod = new Modification(modType, attr);
1642 String attrName, ModificationType modType, String value1, String value2)
1648 Modification mod = new Modification(modType, builder.toAttribute());
1406 testMods( List<Modification> mods, int size, ModificationType modType, String value) argument
1519 testModify(Entry entry, EntryHistorical hist, String attrName, ModificationType modType, String value, int date, boolean keepChangeResult) argument
1626 buildMod( String attrName, ModificationType modType, String value) argument
1641 buildModWith2Vals( String attrName, ModificationType modType, String value1, String value2) argument
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DNetworkGroupTest.java1148 * @param modType the modification type (add/delete/replace)
1155 ModificationType modType,
1163 mods.add(new Modification(modType, attributeToModify));
1152 modifyAttribute( InternalClientConnection connection, String baseDN, ModificationType modType, String attributeName, String attributeValue ) argument
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DModifyConflictTest.java1212 * @param modType the type of Modification that the first mod of the
1217 List<Modification> mods, int size, ModificationType modType, String value)
1221 assertTrue(newMod.getModificationType().equals(modType));
1390 private Modification buildMod(String attrName, ModificationType modType, argument
1407 return new Modification(modType, attr);
1216 testMods( List<Modification> mods, int size, ModificationType modType, String value) argument
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DNetworkGroupTest.java1225 * @param modType the modification type (add/delete/replace)
1232 ModificationType modType,
1240 mods.add(new Modification(modType, attributeToModify));
1229 modifyAttribute( InternalClientConnection connection, String baseDN, ModificationType modType, String attributeName, String attributeValue ) argument
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DModifyConflictTest.java1402 * @param modType the type of Modification that the first mod of the
1407 List<Modification> mods, int size, ModificationType modType, String value)
1411 assertTrue(newMod.getModificationType().equals(modType));
1521 ModificationType modType, String value,
1524 Modification mod = buildMod(attrName, modType, value);
1627 String attrName, ModificationType modType, String value)
1636 Modification mod = new Modification(modType, attr);
1642 String attrName, ModificationType modType, String value1, String value2)
1648 Modification mod = new Modification(modType, builder.toAttribute());
1406 testMods( List<Modification> mods, int size, ModificationType modType, String value) argument
1519 testModify(Entry entry, EntryHistorical hist, String attrName, ModificationType modType, String value, int date, boolean keepChangeResult) argument
1626 buildMod( String attrName, ModificationType modType, String value) argument
1641 buildModWith2Vals( String attrName, ModificationType modType, String value1, String value2) argument

Completed in 154 milliseconds

12