/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsconfig/ |
H A D | PropertyEditorModification.java | 121 * @param newValues the new values for the property. 127 SortedSet<T> newValues, SortedSet<T> originalValues) 130 newValues, originalValues); 125 createSetModification( PropertyDefinition<T> propertyDefinition, SortedSet<T> newValues, SortedSet<T> originalValues) argument
|
H A D | PropertyValueEditor.java | 528 Collection<String> newValues = result.getValues(); 531 mo.setPropertyValues(d, newValues); 533 registerModification(d, new TreeSet<String>(newValues), 577 Collection<Boolean> newValues = result.getValues(); 580 mo.setPropertyValues(d, newValues); 582 registerModification(d, new TreeSet<Boolean>(newValues), 636 Collection<E> newValues = result.getValues(); 638 mo.setPropertyValues(d, newValues); 640 registerModification(d, new TreeSet<E>(newValues), oldValues); 1974 Collection<T> newValues 2393 registerModification(PropertyDefinition<T> pd, SortedSet<T> newValues, SortedSet<T> previousValues) argument 2490 registerSetModification(PropertyDefinition<T> pd, SortedSet<T> newValues, SortedSet<T> previousValues) argument 2520 registerAddModification(PropertyDefinition<T> pd, SortedSet<T> newValues, SortedSet<T> previousValues) argument 2566 registerRemoveModification(PropertyDefinition<T> pd, SortedSet<T> newValues, SortedSet<T> previousValues) argument [all...] |
/forgerock/opendj2/src/server/org/opends/server/tools/dsconfig/ |
H A D | PropertyEditorModification.java | 120 * @param newValues the new values for the property. 126 SortedSet<T> newValues, SortedSet<T> originalValues) 129 newValues, originalValues); 124 createSetModification( PropertyDefinition<T> propertyDefinition, SortedSet<T> newValues, SortedSet<T> originalValues) argument
|
H A D | PropertyValueEditor.java | 526 Collection<String> newValues = result.getValues(); 529 mo.setPropertyValues(d, newValues); 531 registerModification(d, new TreeSet<String>(newValues), 575 Collection<Boolean> newValues = result.getValues(); 578 mo.setPropertyValues(d, newValues); 580 registerModification(d, new TreeSet<Boolean>(newValues), 634 Collection<E> newValues = result.getValues(); 636 mo.setPropertyValues(d, newValues); 638 registerModification(d, new TreeSet<E>(newValues), oldValues); 1973 // Both newValues an 2400 registerModification(PropertyDefinition<T> pd, SortedSet<T> newValues, SortedSet<T> previousValues) argument 2497 registerSetModification(PropertyDefinition<T> pd, SortedSet<T> newValues, SortedSet<T> previousValues) argument 2527 registerAddModification(PropertyDefinition<T> pd, SortedSet<T> newValues, SortedSet<T> previousValues) argument 2573 registerRemoveModification(PropertyDefinition<T> pd, SortedSet<T> newValues, SortedSet<T> previousValues) argument [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsconfig/ |
H A D | PropertyEditorModification.java | 121 * @param newValues the new values for the property. 127 SortedSet<T> newValues, SortedSet<T> originalValues) 130 newValues, originalValues); 125 createSetModification( PropertyDefinition<T> propertyDefinition, SortedSet<T> newValues, SortedSet<T> originalValues) argument
|
H A D | PropertyValueEditor.java | 528 Collection<String> newValues = result.getValues(); 531 mo.setPropertyValues(d, newValues); 533 registerModification(d, new TreeSet<String>(newValues), 577 Collection<Boolean> newValues = result.getValues(); 580 mo.setPropertyValues(d, newValues); 582 registerModification(d, new TreeSet<Boolean>(newValues), 636 Collection<E> newValues = result.getValues(); 638 mo.setPropertyValues(d, newValues); 640 registerModification(d, new TreeSet<E>(newValues), oldValues); 1975 // Both newValues an 2398 registerModification(PropertyDefinition<T> pd, SortedSet<T> newValues, SortedSet<T> previousValues) argument 2495 registerSetModification(PropertyDefinition<T> pd, SortedSet<T> newValues, SortedSet<T> previousValues) argument 2525 registerAddModification(PropertyDefinition<T> pd, SortedSet<T> newValues, SortedSet<T> previousValues) argument 2571 registerRemoveModification(PropertyDefinition<T> pd, SortedSet<T> newValues, SortedSet<T> previousValues) argument [all...] |
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsconfig/ |
H A D | PropertyEditorModification.java | 121 * @param newValues the new values for the property. 127 SortedSet<T> newValues, SortedSet<T> originalValues) 130 newValues, originalValues); 125 createSetModification( PropertyDefinition<T> propertyDefinition, SortedSet<T> newValues, SortedSet<T> originalValues) argument
|
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsconfig/ |
H A D | PropertyEditorModification.java | 120 * @param newValues the new values for the property. 126 SortedSet<T> newValues, SortedSet<T> originalValues) 129 newValues, originalValues); 124 createSetModification( PropertyDefinition<T> propertyDefinition, SortedSet<T> newValues, SortedSet<T> originalValues) argument
|
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/ |
H A D | PropertyEditorModification.java | 125 * @param newValues 132 SortedSet<T> newValues, SortedSet<T> originalValues) { 133 return new PropertyEditorModification<>(propertyDefinition, Type.SET, newValues, originalValues); 131 createSetModification(PropertyDefinition<T> propertyDefinition, SortedSet<T> newValues, SortedSet<T> originalValues) argument
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/ |
H A D | PluginConfig.java | 279 * @param newValues 284 Set newValues) throws SMSException, SSOException { 295 newVals.addAll(newValues); 301 SMSUtils.replaceAttributeValues(e, attrName, oldValues, newValues, ps 283 replaceAttributeValues(String attrName, Set oldValues, Set newValues) argument
|
H A D | ServiceInstance.java | 294 * @param newValues 302 Set newValues) throws SSOException, SMSException { 305 SMSUtils.replaceAttributeValues(e, attrName, oldValues, newValues, 301 replaceAttributeValues(String attrName, Set oldValues, Set newValues) argument
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/ |
H A D | PluginConfig.java | 279 * @param newValues 284 Set newValues) throws SMSException, SSOException { 295 newVals.addAll(newValues); 301 SMSUtils.replaceAttributeValues(e, attrName, oldValues, newValues, ps 283 replaceAttributeValues(String attrName, Set oldValues, Set newValues) argument
|
H A D | ServiceInstance.java | 294 * @param newValues 302 Set newValues) throws SSOException, SMSException { 305 SMSUtils.replaceAttributeValues(e, attrName, oldValues, newValues, 301 replaceAttributeValues(String attrName, Set oldValues, Set newValues) argument
|
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/task/ |
H A D | ModifyEntryTask.java | 515 List<AttributeValue> newValues = new ArrayList<AttributeValue>(); 519 newValues.add(it.next()); 589 vs.addAll(newValues); 598 createAttribute(attrName, newValues))); 601 List<AttributeValue> toDelete = getValuesToDelete(oldValues, newValues, 607 List<AttributeValue> toAdd = getValuesToAdd(oldValues, newValues, 613 if ((toDelete.size() + toAdd.size() >= newValues.size()) && 618 createAttribute(attrName, newValues))); 727 * @param newValues the new values of the entry. 732 List<AttributeValue> newValues, AttributeTyp 731 getValuesToDelete(List<Object> oldValues, List<AttributeValue> newValues, AttributeType attrType) argument 753 getValuesToAdd(List<Object> oldValues, List<AttributeValue> newValues, AttributeType attrType) argument [all...] |
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/admin/client/spi/ |
H A D | PropertySetTest.java | 283 * @param newValues to apply 287 public <T> void testGetEffectiveValues(PropertyDefinition<T> pd, Set<T> newValues, Set<T> expectedDefaults) { argument 301 ps.setPropertyValues(pd, newValues); 304 assertEquals(ev2.size(), newValues.size()); 306 assertTrue(newValues.contains(v), "does not contain " + v); 314 * @param newValues set of new values to apply 318 public <T> void testGetPendingValues(PropertyDefinition<T> pd, Set<T> newValues, Set<T> ignore) { argument 324 ps.setPropertyValues(pd, newValues); 327 assertTrue(ev2.size() == newValues.size()); 329 assertTrue(newValues 353 testIsEmpty(PropertyDefinition<T> pd, Set<T> newValues, Set<T> ignore) argument 369 testIsModified(PropertyDefinition<T> pd, Set<T> newValues, Set<T> ignore) argument [all...] |
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/task/ |
H A D | ModifyEntryTask.java | 514 List<AttributeValue> newValues = new ArrayList<AttributeValue>(); 518 newValues.add(it.next()); 588 vs.addAll(newValues); 597 createAttribute(attrName, newValues))); 600 List<AttributeValue> toDelete = getValuesToDelete(oldValues, newValues, 606 List<AttributeValue> toAdd = getValuesToAdd(oldValues, newValues, 612 if ((toDelete.size() + toAdd.size() >= newValues.size()) && 617 createAttribute(attrName, newValues))); 726 * @param newValues the new values of the entry. 731 List<AttributeValue> newValues, AttributeTyp 730 getValuesToDelete(List<Object> oldValues, List<AttributeValue> newValues, AttributeType attrType) argument 752 getValuesToAdd(List<Object> oldValues, List<AttributeValue> newValues, AttributeType attrType) argument [all...] |
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/admin/client/spi/ |
H A D | PropertySetTest.java | 282 * @param newValues to apply 286 public <T> void testGetEffectiveValues(PropertyDefinition<T> pd, Set<T> newValues, Set<T> expectedDefaults) { argument 300 ps.setPropertyValues(pd, newValues); 303 assertEquals(ev2.size(), newValues.size()); 305 assertTrue(newValues.contains(v), "does not contain " + v); 313 * @param newValues set of new values to apply 317 public <T> void testGetPendingValues(PropertyDefinition<T> pd, Set<T> newValues, Set<T> ignore) { argument 323 ps.setPropertyValues(pd, newValues); 326 assertTrue(ev2.size() == newValues.size()); 328 assertTrue(newValues 352 testIsEmpty(PropertyDefinition<T> pd, Set<T> newValues, Set<T> ignore) argument 368 testIsModified(PropertyDefinition<T> pd, Set<T> newValues, Set<T> ignore) argument [all...] |
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/admin/client/spi/ |
H A D | PropertySetTest.java | 283 * @param newValues to apply 287 public <T> void testGetEffectiveValues(PropertyDefinition<T> pd, Set<T> newValues, Set<T> expectedDefaults) { argument 301 ps.setPropertyValues(pd, newValues); 304 assertEquals(ev2.size(), newValues.size()); 306 assertTrue(newValues.contains(v), "does not contain " + v); 314 * @param newValues set of new values to apply 318 public <T> void testGetPendingValues(PropertyDefinition<T> pd, Set<T> newValues, Set<T> ignore) { argument 324 ps.setPropertyValues(pd, newValues); 327 assertTrue(ev2.size() == newValues.size()); 329 assertTrue(newValues 353 testIsEmpty(PropertyDefinition<T> pd, Set<T> newValues, Set<T> ignore) argument 369 testIsModified(PropertyDefinition<T> pd, Set<T> newValues, Set<T> ignore) argument [all...] |
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/task/ |
H A D | ModifyEntryTask.java | 515 List<AttributeValue> newValues = new ArrayList<AttributeValue>(); 519 newValues.add(it.next()); 589 vs.addAll(newValues); 598 createAttribute(attrName, newValues))); 601 List<AttributeValue> toDelete = getValuesToDelete(oldValues, newValues, 607 List<AttributeValue> toAdd = getValuesToAdd(oldValues, newValues, 613 if ((toDelete.size() + toAdd.size() >= newValues.size()) && 618 createAttribute(attrName, newValues))); 727 * @param newValues the new values of the entry. 732 List<AttributeValue> newValues, AttributeTyp 731 getValuesToDelete(List<Object> oldValues, List<AttributeValue> newValues, AttributeType attrType) argument 753 getValuesToAdd(List<Object> oldValues, List<AttributeValue> newValues, AttributeType attrType) argument [all...] |
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/task/ |
H A D | ModifyEntryTask.java | 514 List<AttributeValue> newValues = new ArrayList<AttributeValue>(); 518 newValues.add(it.next()); 588 vs.addAll(newValues); 597 createAttribute(attrName, newValues))); 600 List<AttributeValue> toDelete = getValuesToDelete(oldValues, newValues, 606 List<AttributeValue> toAdd = getValuesToAdd(oldValues, newValues, 612 if ((toDelete.size() + toAdd.size() >= newValues.size()) && 617 createAttribute(attrName, newValues))); 726 * @param newValues the new values of the entry. 731 List<AttributeValue> newValues, AttributeTyp 730 getValuesToDelete(List<Object> oldValues, List<AttributeValue> newValues, AttributeType attrType) argument 752 getValuesToAdd(List<Object> oldValues, List<AttributeValue> newValues, AttributeType attrType) argument [all...] |
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/client/spi/ |
H A D | PropertySetTest.java | 282 * @param newValues to apply 286 public <T> void testGetEffectiveValues(PropertyDefinition<T> pd, Set<T> newValues, Set<T> expectedDefaults) { argument 300 ps.setPropertyValues(pd, newValues); 303 assertEquals(ev2.size(), newValues.size()); 305 assertTrue(newValues.contains(v), "does not contain " + v); 313 * @param newValues set of new values to apply 317 public <T> void testGetPendingValues(PropertyDefinition<T> pd, Set<T> newValues, Set<T> ignore) { argument 323 ps.setPropertyValues(pd, newValues); 326 assertTrue(ev2.size() == newValues.size()); 328 assertTrue(newValues 352 testIsEmpty(PropertyDefinition<T> pd, Set<T> newValues, Set<T> ignore) argument 368 testIsModified(PropertyDefinition<T> pd, Set<T> newValues, Set<T> ignore) argument [all...] |
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/client/spi/ |
H A D | PropertySetTest.java | 283 * @param newValues to apply 287 public <T> void testGetEffectiveValues(PropertyDefinition<T> pd, Set<T> newValues, Set<T> expectedDefaults) { argument 301 ps.setPropertyValues(pd, newValues); 304 assertEquals(ev2.size(), newValues.size()); 306 assertTrue(newValues.contains(v), "does not contain " + v); 314 * @param newValues set of new values to apply 318 public <T> void testGetPendingValues(PropertyDefinition<T> pd, Set<T> newValues, Set<T> ignore) { argument 324 ps.setPropertyValues(pd, newValues); 327 assertTrue(ev2.size() == newValues.size()); 329 assertTrue(newValues 353 testIsEmpty(PropertyDefinition<T> pd, Set<T> newValues, Set<T> ignore) argument 369 testIsModified(PropertyDefinition<T> pd, Set<T> newValues, Set<T> ignore) argument [all...] |
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/task/ |
H A D | ModifyEntryTask.java | 515 List<AttributeValue> newValues = new ArrayList<AttributeValue>(); 519 newValues.add(it.next()); 589 vs.addAll(newValues); 598 createAttribute(attrName, newValues))); 601 List<AttributeValue> toDelete = getValuesToDelete(oldValues, newValues, 607 List<AttributeValue> toAdd = getValuesToAdd(oldValues, newValues, 613 if ((toDelete.size() + toAdd.size() >= newValues.size()) && 618 createAttribute(attrName, newValues))); 727 * @param newValues the new values of the entry. 732 List<AttributeValue> newValues, AttributeTyp 731 getValuesToDelete(List<Object> oldValues, List<AttributeValue> newValues, AttributeType attrType) argument 753 getValuesToAdd(List<Object> oldValues, List<AttributeValue> newValues, AttributeType attrType) argument [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/task/ |
H A D | ModifyEntryTask.java | 498 List<ByteString> newValues = new ArrayList<>(); 502 newValues.add(it.next()); 561 Set<ByteString> vs = new HashSet<>(newValues); 570 createAttribute(attrName, newValues))); 573 List<ByteString> toDelete = getValuesToDelete(oldValues, newValues); 578 List<ByteString> toAdd = getValuesToAdd(oldValues, newValues); 583 if (toDelete.size() + toAdd.size() >= newValues.size() && 588 createAttribute(attrName, newValues))); 689 * @param newValues the new values of the entry. 693 List<ByteString> newValues) 692 getValuesToDelete(List<Object> oldValues, List<ByteString> newValues) argument 713 getValuesToAdd(List<Object> oldValues, List<ByteString> newValues) argument [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/admin/client/spi/ |
H A D | PropertySetTest.java | 284 * @param newValues to apply 288 public <T> void testGetEffectiveValues(PropertyDefinition<T> pd, Set<T> newValues, Set<T> expectedDefaults) { argument 302 ps.setPropertyValues(pd, newValues); 305 assertEquals(ev2.size(), newValues.size()); 307 assertTrue(newValues.contains(v), "does not contain " + v); 315 * @param newValues set of new values to apply 319 public <T> void testGetPendingValues(PropertyDefinition<T> pd, Set<T> newValues, Set<T> ignore) { argument 325 ps.setPropertyValues(pd, newValues); 328 assertEquals(ev2.size(), newValues.size()); 330 assertTrue(newValues 353 testIsEmpty(PropertyDefinition<T> pd, Set<T> newValues, Set<T> ignore) argument 369 testIsModified(PropertyDefinition<T> pd, Set<T> newValues, Set<T> ignore) argument [all...] |