Searched refs:getExampleValues (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/helpers/
H A DAuthAuthenticatorOathHelper.java45 if (!attributeToUpgrade.getExampleValues().equals(attributeFromNewSchema.getExampleValues())) {
46 attributeToUpgrade = updateExampleValues(attributeToUpgrade, attributeFromNewSchema.getExampleValues());
H A DMailServiceUpgradeHelper.java55 if (!attributeToUpgrade.getExampleValues().equals(attributeFromNewSchema.getExampleValues())) {
56 attributeToUpgrade = updateExampleValues(attributeToUpgrade, attributeFromNewSchema.getExampleValues());
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchemaImpl.java466 newAttrExamples.put(name, asi.getExampleValues());
635 if (values == Collections.EMPTY_SET && !as.getExampleValues().isEmpty()) {
636 values = as.getExampleValues();
H A DAttributeSchema.java296 public Set<String> getExampleValues() { method in class:AttributeSchema
297 return (as.getExampleValues());
H A DAttributeSchemaImpl.java227 public Set getExampleValues() { method in class:AttributeSchemaImpl
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsResourceProvider.java533 final Iterator iterator = attribute.getExampleValues().iterator();

Completed in 28 milliseconds