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

/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsResourceProvider.java233 Map<String, String> attributeSectionMap = getAttributeNameToSection(schema);
243 addAttributeSchema(result, "/" + PROPERTIES + "/", schema, sections, attributeSectionMap, console, serviceType,
250 Map<String, String> attributeSectionMap, ResourceBundle consoleI18n, String serviceType,
261 String section = attributeSectionMap.get(attribute.getName());
249 addAttributeSchema(JsonValue result, String path, ServiceSchema schema, List<String> sections, Map<String, String> attributeSectionMap, ResourceBundle consoleI18n, String serviceType, Context context) argument
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsResourceProvider.java474 Map<String, String> attributeSectionMap = getAttributeNameToSection(schemas);
476 List<String> sections = getSections(attributeSectionMap, serviceType);
483 String section = attributeSectionMap.get(attribute.getName());
511 private List<String> getSections(Map<String, String> attributeSectionMap, String serviceType) { argument
523 for (String attributeSection : attributeSectionMap.values()) {

Completed in 47 milliseconds