Searched refs:addChoiceValue (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/
H A DSetAttributeSchemaChoiceValues.java149 attrSchema.addChoiceValue(value, i18nKey);
163 attrSchema.addChoiceValue(value, i18nKey);
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/
H A DSetAttributeSchemaChoiceValues.java149 attrSchema.addChoiceValue(value, i18nKey);
163 attrSchema.addChoiceValue(value, i18nKey);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeSchema.java416 public void addChoiceValue(String value, String i18nKey) method in class:AttributeSchema
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeSchema.java450 public void addChoiceValue(String value, String i18nKey) method in class:AttributeSchema
/forgerock/openam-v13/openam-test/src/test/java/com/sun/identity/cli/schema/
H A DSchemaTest.java763 as.addChoiceValue("testx", "testx");
764 //as.addChoiceValue("testy", "testy");
/forgerock/openam/openam-test/src/test/java/com/sun/identity/cli/schema/
H A DSchemaTest.java763 as.addChoiceValue("testx", "testx");
764 //as.addChoiceValue("testy", "testy");
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeUtils.java909 attrSchema.addChoiceValue(value, i18nKey);
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeUtils.java909 attrSchema.addChoiceValue(value, i18nKey);

Completed in 60 milliseconds