Searched refs:updateChoiceValues (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeSchema.java420 updateChoiceValues(choiceValues);
437 updateChoiceValues(choiceValues);
828 protected void updateChoiceValues(Map choiceValues) throws SMSException, method in class:AttributeSchema
830 updateChoiceValues(choiceValues, null);
833 protected void updateChoiceValues(Map choiceValues, Document doc) method in class:AttributeSchema
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeSchema.java454 updateChoiceValues(choiceValues);
471 updateChoiceValues(choiceValues);
862 protected void updateChoiceValues(Map choiceValues) throws SMSException, method in class:AttributeSchema
864 updateChoiceValues(choiceValues, null);
867 protected void updateChoiceValues(Map choiceValues, Document doc) method in class:AttributeSchema
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/helpers/
H A DSessionServiceHelper.java141 updateChoiceValues(newAttr, choices);
/forgerock/openam/openam-upgrade/src/main/java/com/sun/identity/sm/
H A DAbstractUpgradeHelper.java100 protected AttributeSchemaImpl updateChoiceValues(AttributeSchemaImpl attribute, Collection<String> choiceValues) method in class:AbstractUpgradeHelper

Completed in 27 milliseconds