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

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/property/
H A DPropertyXMLBuilderBase.java1155 List<String> sectionList
1158 Set<AttributeSchema> as = getAttributeSchemaForSection(attributeSchemas, sectionList);
1170 protected Set<AttributeSchema> getAttributeSchemaForSection(Set<AttributeSchema> attributeSchemas, List<String> sectionList) { argument
1173 for (String section : sectionList) {
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/property/
H A DPropertyXMLBuilderBase.java1155 List<String> sectionList
1158 Set<AttributeSchema> as = getAttributeSchemaForSection(attributeSchemas, sectionList);
1170 protected Set<AttributeSchema> getAttributeSchemaForSection(Set<AttributeSchema> attributeSchemas, List<String> sectionList) { argument
1173 for (String section : sectionList) {

Completed in 33 milliseconds