Searched refs:exampleValues (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam/openam-upgrade/src/main/java/com/sun/identity/sm/
H A DAbstractUpgradeHelper.java138 * @param exampleValues the new examples values
142 protected AttributeSchemaImpl updateExampleValues(AttributeSchemaImpl attribute, Set<String> exampleValues) argument
144 return updateListValues(attribute, exampleValues, EXAMPLE_VALUES_BEGIN, EXAMPLE_VALUES_END,
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeSchemaImpl.java78 private Set<String> exampleValues = null; field in class:AttributeSchemaImpl
228 return getValuesCopy(exampleValues);
689 exampleValues = getValues(node);

Completed in 29 milliseconds