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

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSCConfigModelImpl.java74 private Map mapSectionNameToServiceNames = field in class:SCConfigModelImpl
113 return (List)mapSectionNameToServiceNames.get(sectionName);
150 List list = (List)mapSectionNameToServiceNames.get(
154 mapSectionNameToServiceNames.put(sectionName, list);
168 for (Iterator i = mapSectionNameToServiceNames.keySet().iterator();
172 List list = (List)mapSectionNameToServiceNames.get(sectionName);
188 for (Iterator i = mapSectionNameToServiceNames.keySet().iterator();
192 List list = (List)mapSectionNameToServiceNames.get(sectionName);
206 mapSectionNameToServiceNames.put(sectionName, sortedList);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSCConfigModelImpl.java74 private Map mapSectionNameToServiceNames = field in class:SCConfigModelImpl
113 return (List)mapSectionNameToServiceNames.get(sectionName);
150 List list = (List)mapSectionNameToServiceNames.get(
154 mapSectionNameToServiceNames.put(sectionName, list);
168 for (Iterator i = mapSectionNameToServiceNames.keySet().iterator();
172 List list = (List)mapSectionNameToServiceNames.get(sectionName);
188 for (Iterator i = mapSectionNameToServiceNames.keySet().iterator();
192 List list = (List)mapSectionNameToServiceNames.get(sectionName);
206 mapSectionNameToServiceNames.put(sectionName, sortedList);

Completed in 220 milliseconds