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

/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsResourceProvider.java481 String attributePath = attribute.getResourceName();
486 attributePath = section + "/" + PROPERTIES + "/" + attributePath;
496 result.addPermissive(new JsonPointer(path + attributePath + "/" + TITLE), getSchemaI18N(i18NKey, null));
497 result.addPermissive(new JsonPointer(path + attributePath + "/" + DESCRIPTION),
499 result.addPermissive(new JsonPointer(path + attributePath + "/" + PROPERTY_ORDER), propertyOrder);
500 result.addPermissive(new JsonPointer(path + attributePath + "/" + REQUIRED), !attribute.isOptional());
501 addType(result, path + attributePath, attribute, context);
502 addExampleValue(result, path, attribute, attributePath);
532 private void addExampleValue(JsonValue result, String path, AttributeSchema attribute, String attributePath) { argument
[all...]

Completed in 30 milliseconds