Searched defs:oldValues (Results 1 - 25 of 26) sorted by relevance

12

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DPluginConfig.java277 * @param oldValues
283 public void replaceAttributeValues(String attrName, Set oldValues, argument
293 newVals.removeAll(oldValues);
301 SMSUtils.replaceAttributeValues(e, attrName, oldValues, newValues, ps
H A DServiceInstance.java292 * @param oldValues
301 public void replaceAttributeValues(String attrName, Set oldValues, argument
305 SMSUtils.replaceAttributeValues(e, attrName, oldValues, newValues,
H A DServiceConfig.java697 * @param oldValues
706 public void replaceAttributeValues(String attrName, Set oldValues, argument
716 newVals.removeAll(oldValues);
723 SMSUtils.replaceAttributeValues(e, attrName, oldValues, newValues, ss
H A DSMSUtils.java431 static void replaceAttributeValues(SMSEntry entry, String attrName, Set<String> oldValues, Set<String> newValues, argument
433 removeAttributeValues(entry, attrName, oldValues, searchableAttrNames);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DPluginConfig.java277 * @param oldValues
283 public void replaceAttributeValues(String attrName, Set oldValues, argument
293 newVals.removeAll(oldValues);
301 SMSUtils.replaceAttributeValues(e, attrName, oldValues, newValues, ps
H A DServiceInstance.java292 * @param oldValues
301 public void replaceAttributeValues(String attrName, Set oldValues, argument
305 SMSUtils.replaceAttributeValues(e, attrName, oldValues, newValues,
H A DServiceConfig.java697 * @param oldValues
706 public void replaceAttributeValues(String attrName, Set oldValues, argument
716 newVals.removeAll(oldValues);
723 SMSUtils.replaceAttributeValues(e, attrName, oldValues, newValues, ss
H A DSMSUtils.java473 static void replaceAttributeValues(SMSEntry entry, String attrName, Set<String> oldValues, Set<String> newValues, argument
475 removeAttributeValues(entry, attrName, oldValues, searchableAttrNames);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/task/
H A DModifyEntryTask.java521 List<Object> oldValues = oldEntry.getAttributeValues(attrName);
586 if (oldValues == null)
601 List<AttributeValue> toDelete = getValuesToDelete(oldValues, newValues,
607 List<AttributeValue> toAdd = getValuesToAdd(oldValues, newValues,
654 List<Object> oldValues = oldEntry.getAttributeValues(attrName);
672 if (!found && (oldValues.size() > 0))
726 * @param oldValues the old values of the entry.
731 private static List<AttributeValue> getValuesToDelete(List<Object> oldValues, argument
735 for (Object o : oldValues)
748 * @param oldValues th
753 getValuesToAdd(List<Object> oldValues, List<AttributeValue> newValues, AttributeType attrType) argument
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/task/
H A DModifyEntryTask.java520 List<Object> oldValues = oldEntry.getAttributeValues(attrName);
585 if (oldValues == null)
600 List<AttributeValue> toDelete = getValuesToDelete(oldValues, newValues,
606 List<AttributeValue> toAdd = getValuesToAdd(oldValues, newValues,
653 List<Object> oldValues = oldEntry.getAttributeValues(attrName);
671 if (!found && (oldValues.size() > 0))
725 * @param oldValues the old values of the entry.
730 private static List<AttributeValue> getValuesToDelete(List<Object> oldValues, argument
734 for (Object o : oldValues)
747 * @param oldValues th
752 getValuesToAdd(List<Object> oldValues, List<AttributeValue> newValues, AttributeType attrType) argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/task/
H A DModifyEntryTask.java521 List<Object> oldValues = oldEntry.getAttributeValues(attrName);
586 if (oldValues == null)
601 List<AttributeValue> toDelete = getValuesToDelete(oldValues, newValues,
607 List<AttributeValue> toAdd = getValuesToAdd(oldValues, newValues,
654 List<Object> oldValues = oldEntry.getAttributeValues(attrName);
672 if (!found && (oldValues.size() > 0))
726 * @param oldValues the old values of the entry.
731 private static List<AttributeValue> getValuesToDelete(List<Object> oldValues, argument
735 for (Object o : oldValues)
748 * @param oldValues th
753 getValuesToAdd(List<Object> oldValues, List<AttributeValue> newValues, AttributeType attrType) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DModifyEntryTask.java520 List<Object> oldValues = oldEntry.getAttributeValues(attrName);
585 if (oldValues == null)
600 List<AttributeValue> toDelete = getValuesToDelete(oldValues, newValues,
606 List<AttributeValue> toAdd = getValuesToAdd(oldValues, newValues,
653 List<Object> oldValues = oldEntry.getAttributeValues(attrName);
671 if (!found && (oldValues.size() > 0))
725 * @param oldValues the old values of the entry.
730 private static List<AttributeValue> getValuesToDelete(List<Object> oldValues, argument
734 for (Object o : oldValues)
747 * @param oldValues th
752 getValuesToAdd(List<Object> oldValues, List<AttributeValue> newValues, AttributeType attrType) argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DModifyEntryTask.java521 List<Object> oldValues = oldEntry.getAttributeValues(attrName);
586 if (oldValues == null)
601 List<AttributeValue> toDelete = getValuesToDelete(oldValues, newValues,
607 List<AttributeValue> toAdd = getValuesToAdd(oldValues, newValues,
654 List<Object> oldValues = oldEntry.getAttributeValues(attrName);
672 if (!found && (oldValues.size() > 0))
726 * @param oldValues the old values of the entry.
731 private static List<AttributeValue> getValuesToDelete(List<Object> oldValues, argument
735 for (Object o : oldValues)
748 * @param oldValues th
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 DModifyEntryTask.java504 List<Object> oldValues = oldEntry.getAttributeValues(attrName);
559 if (oldValues == null)
573 List<ByteString> toDelete = getValuesToDelete(oldValues, newValues);
578 List<ByteString> toAdd = getValuesToAdd(oldValues, newValues);
623 List<Object> oldValues = oldEntry.getAttributeValues(attrName);
628 if (!find(attrs, attrName) && !oldValues.isEmpty())
688 * @param oldValues the old values of the entry.
692 private static List<ByteString> getValuesToDelete(List<Object> oldValues, argument
696 for (Object o : oldValues)
709 * @param oldValues th
713 getValuesToAdd(List<Object> oldValues, List<ByteString> newValues) argument
727 contains(List<Object> oldValues, ByteString newValue) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsconfig/
H A DPropertyValueEditor.java529 SortedSet<String> oldValues =
534 oldValues);
578 SortedSet<Boolean> oldValues = new TreeSet<Boolean>(
583 oldValues);
637 SortedSet<E> oldValues = new TreeSet<E>(mo.getPropertyValues(d));
640 registerModification(d, new TreeSet<E>(newValues), oldValues);
664 SortedSet<T> oldValues = new TreeSet<T>(mo.getPropertyValues(d));
667 registerModification(d, values, oldValues);
733 final SortedSet<String> oldValues = mo.getPropertyValues(d);
885 MenuResult<Boolean> result = runMenu(d, app, defaultValues, oldValues,
1150 getKeepDefaultValuesMenuOption( PropertyDefinition<T> pd, SortedSet<T> defaultValues, SortedSet<T> oldValues, SortedSet<T> currentValues) argument
1296 runMenu(final PropertyDefinition<T> d, ConsoleApplication app, final SortedSet<T> defaultValues, final SortedSet<T> oldValues, final SortedSet<T> currentValues, MenuCallback<Boolean> addCallback, MenuCallback<Boolean> removeCallback) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/dsconfig/
H A DPropertyValueEditor.java527 SortedSet<String> oldValues =
532 oldValues);
576 SortedSet<Boolean> oldValues = new TreeSet<Boolean>(
581 oldValues);
635 SortedSet<E> oldValues = new TreeSet<E>(mo.getPropertyValues(d));
638 registerModification(d, new TreeSet<E>(newValues), oldValues);
662 SortedSet<T> oldValues = new TreeSet<T>(mo.getPropertyValues(d));
665 registerModification(d, values, oldValues);
731 final SortedSet<String> oldValues = mo.getPropertyValues(d);
883 MenuResult<Boolean> result = runMenu(d, app, defaultValues, oldValues,
1148 getKeepDefaultValuesMenuOption( PropertyDefinition<T> pd, SortedSet<T> defaultValues, SortedSet<T> oldValues, SortedSet<T> currentValues) argument
1294 runMenu(final PropertyDefinition<T> d, ConsoleApplication app, final SortedSet<T> defaultValues, final SortedSet<T> oldValues, final SortedSet<T> currentValues, MenuCallback<Boolean> addCallback, MenuCallback<Boolean> removeCallback) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsconfig/
H A DPropertyValueEditor.java529 SortedSet<String> oldValues =
534 oldValues);
578 SortedSet<Boolean> oldValues = new TreeSet<Boolean>(
583 oldValues);
637 SortedSet<E> oldValues = new TreeSet<E>(mo.getPropertyValues(d));
640 registerModification(d, new TreeSet<E>(newValues), oldValues);
664 SortedSet<T> oldValues = new TreeSet<T>(mo.getPropertyValues(d));
667 registerModification(d, values, oldValues);
733 final SortedSet<String> oldValues = mo.getPropertyValues(d);
885 MenuResult<Boolean> result = runMenu(d, app, defaultValues, oldValues,
1150 getKeepDefaultValuesMenuOption( PropertyDefinition<T> pd, SortedSet<T> defaultValues, SortedSet<T> oldValues, SortedSet<T> currentValues) argument
1296 runMenu(final PropertyDefinition<T> d, ConsoleApplication app, final SortedSet<T> defaultValues, final SortedSet<T> oldValues, final SortedSet<T> currentValues, MenuCallback<Boolean> addCallback, MenuCallback<Boolean> removeCallback) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsconfig/
H A DPropertyValueEditor.java529 SortedSet<String> oldValues =
534 oldValues);
578 SortedSet<Boolean> oldValues = new TreeSet<Boolean>(
583 oldValues);
637 SortedSet<E> oldValues = new TreeSet<E>(mo.getPropertyValues(d));
640 registerModification(d, new TreeSet<E>(newValues), oldValues);
664 SortedSet<T> oldValues = new TreeSet<T>(mo.getPropertyValues(d));
667 registerModification(d, values, oldValues);
733 final SortedSet<String> oldValues = mo.getPropertyValues(d);
885 MenuResult<Boolean> result = runMenu(d, app, defaultValues, oldValues,
1150 getKeepDefaultValuesMenuOption( PropertyDefinition<T> pd, SortedSet<T> defaultValues, SortedSet<T> oldValues, SortedSet<T> currentValues) argument
1296 runMenu(final PropertyDefinition<T> d, ConsoleApplication app, final SortedSet<T> defaultValues, final SortedSet<T> oldValues, final SortedSet<T> currentValues, MenuCallback<Boolean> addCallback, MenuCallback<Boolean> removeCallback) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsconfig/
H A DPropertyValueEditor.java527 SortedSet<String> oldValues =
532 oldValues);
576 SortedSet<Boolean> oldValues = new TreeSet<Boolean>(
581 oldValues);
635 SortedSet<E> oldValues = new TreeSet<E>(mo.getPropertyValues(d));
638 registerModification(d, new TreeSet<E>(newValues), oldValues);
662 SortedSet<T> oldValues = new TreeSet<T>(mo.getPropertyValues(d));
665 registerModification(d, values, oldValues);
731 final SortedSet<String> oldValues = mo.getPropertyValues(d);
883 MenuResult<Boolean> result = runMenu(d, app, defaultValues, oldValues,
1148 getKeepDefaultValuesMenuOption( PropertyDefinition<T> pd, SortedSet<T> defaultValues, SortedSet<T> oldValues, SortedSet<T> currentValues) argument
1294 runMenu(final PropertyDefinition<T> d, ConsoleApplication app, final SortedSet<T> defaultValues, final SortedSet<T> oldValues, final SortedSet<T> currentValues, MenuCallback<Boolean> addCallback, MenuCallback<Boolean> removeCallback) argument
[all...]
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/
H A DPropertyValueEditor.java432 SortedSet<String> oldValues = new TreeSet<>(mo.getPropertyValues(d));
435 registerModification(d, new TreeSet<String>(newValues), oldValues);
471 SortedSet<Boolean> oldValues = new TreeSet<>(mo.getPropertyValues(d));
474 registerModification(d, new TreeSet<Boolean>(newValues), oldValues);
520 SortedSet<E> oldValues = new TreeSet<>(mo.getPropertyValues(d));
523 registerModification(d, new TreeSet<E>(newValues), oldValues);
541 SortedSet<T> oldValues = new TreeSet<>(mo.getPropertyValues(d));
544 registerModification(d, values, oldValues);
594 final SortedSet<String> oldValues = mo.getPropertyValues(d);
737 MenuResult<Boolean> result = runMenu(d, app, defaultValues, oldValues, currentValue
980 getKeepDefaultValuesMenuOption(PropertyDefinition<T> pd, SortedSet<T> defaultValues, SortedSet<T> oldValues, SortedSet<T> currentValues) argument
1109 runMenu(final PropertyDefinition<T> d, ConsoleApplication app, final SortedSet<T> defaultValues, final SortedSet<T> oldValues, final SortedSet<T> currentValues, MenuCallback<Boolean> addCallback, MenuCallback<Boolean> removeCallback) argument
[all...]
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeUtils.java3290 * @param oldValues set of values to be replaced.
3299 Set oldValues, Set newValues) {
3314 oldValues, newValues);
3293 replaceSubConfigAttributeDefaultValues( String serviceName, Set sunServiceID, String realm, String subConfigName, String attributeName, Set oldValues, Set newValues) argument
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeUtils.java3290 * @param oldValues set of values to be replaced.
3299 Set oldValues, Set newValues) {
3314 oldValues, newValues);
3293 replaceSubConfigAttributeDefaultValues( String serviceName, Set sunServiceID, String realm, String subConfigName, String attributeName, Set oldValues, Set newValues) argument
/forgerock/opendj-b2.6/ext/svnkit/
H A Dsvnkit.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dsvnkit.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2/ext/svnkit/lib/
H A Dsvnkit-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...

Completed in 138 milliseconds

12