Searched defs:origValues (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DAgentConfiguration.java716 Map origValues = amid.getAttributes(attributeValues.keySet());
723 (Set)origValues.get(attrName),
734 Set origValues,
739 updateAttrValues(origValues, newValues) : newValues;
742 private static Set updateAttrValues(Set origValues, Set newValues) { argument
743 if ((origValues == null) || origValues.isEmpty()) {
748 set.addAll(origValues);
837 Map origValues = amid.getAttributes(attributeValues.keySet());
844 (Set)origValues
731 updateAttrValues( String agentType, String attrName, Set origValues, Set newValues ) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DAgentConfiguration.java725 Map origValues = amid.getAttributes(attributeValues.keySet());
732 (Set)origValues.get(attrName),
743 Set origValues,
748 updateAttrValues(origValues, newValues) : newValues;
751 private static Set updateAttrValues(Set origValues, Set newValues) { argument
752 if ((origValues == null) || origValues.isEmpty()) {
757 set.addAll(origValues);
846 Map origValues = amid.getAttributes(attributeValues.keySet());
853 (Set)origValues
740 updateAttrValues( String agentType, String attrName, Set origValues, Set newValues ) argument
[all...]

Completed in 33 milliseconds