Searched refs:mapTypeToAttributeSchema (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/property/
H A DPropertyXMLBuilder.java88 mapTypeToAttributeSchema = getAttributeSchemas(serviceName);
108 mapTypeToAttributeSchema = new HashMap();
109 mapTypeToAttributeSchema.put(
138 mapTypeToAttributeSchema = new HashMap();
139 mapTypeToAttributeSchema.put(serviceSchema.getServiceType(), serviceSchema.getAttributeSchemas());
181 mapTypeToAttributeSchema = new HashMap(attributeSchemas.size() *2);
182 mapTypeToAttributeSchema.put(NULL_TYPE, attributeSchemas);
204 mapTypeToAttributeSchema = new HashMap(attributeSchemas.size()*2);
205 mapTypeToAttributeSchema.put(NULL_TYPE, attributeSchemas);
283 onBeforeBuildingXML(mapTypeToAttributeSchema);
[all...]
H A DAgentPropertyXMLBuilder.java128 Set attrSchemas = (Set)mapTypeToAttributeSchema.get(DUMMY_SECTION);
143 Set attributeSchema = (Set)mapTypeToAttributeSchema.get(
166 mapTypeToAttributeSchema = new HashMap();
201 mapTypeToAttributeSchema.put(DUMMY_SECTION, attrSchemas);
209 mapTypeToAttributeSchema.put(sectionName, set);
222 for (Iterator i = mapTypeToAttributeSchema.keySet().iterator();
226 set.addAll((Set)mapTypeToAttributeSchema.get(key));
H A DSubConfigPropertyXMLBuilder.java72 mapTypeToAttributeSchema = getSubConfigAttributeSchemas();
141 Set attributeSchema = (Set)mapTypeToAttributeSchema.get(
H A DPropertyXMLBuilderBase.java134 protected Map mapTypeToAttributeSchema; field in class:PropertyXMLBuilderBase
400 Collection values = mapTypeToAttributeSchema.values();
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/property/
H A DPropertyXMLBuilder.java88 mapTypeToAttributeSchema = getAttributeSchemas(serviceName);
108 mapTypeToAttributeSchema = new HashMap();
109 mapTypeToAttributeSchema.put(
138 mapTypeToAttributeSchema = new HashMap();
139 mapTypeToAttributeSchema.put(serviceSchema.getServiceType(), serviceSchema.getAttributeSchemas());
181 mapTypeToAttributeSchema = new HashMap(attributeSchemas.size() *2);
182 mapTypeToAttributeSchema.put(NULL_TYPE, attributeSchemas);
204 mapTypeToAttributeSchema = new HashMap(attributeSchemas.size()*2);
205 mapTypeToAttributeSchema.put(NULL_TYPE, attributeSchemas);
283 onBeforeBuildingXML(mapTypeToAttributeSchema);
[all...]
H A DAgentPropertyXMLBuilder.java128 Set attrSchemas = (Set)mapTypeToAttributeSchema.get(DUMMY_SECTION);
143 Set attributeSchema = (Set)mapTypeToAttributeSchema.get(
166 mapTypeToAttributeSchema = new HashMap();
201 mapTypeToAttributeSchema.put(DUMMY_SECTION, attrSchemas);
209 mapTypeToAttributeSchema.put(sectionName, set);
222 for (Iterator i = mapTypeToAttributeSchema.keySet().iterator();
226 set.addAll((Set)mapTypeToAttributeSchema.get(key));
H A DSubConfigPropertyXMLBuilder.java72 mapTypeToAttributeSchema = getSubConfigAttributeSchemas();
141 Set attributeSchema = (Set)mapTypeToAttributeSchema.get(
H A DPropertyXMLBuilderBase.java134 protected Map mapTypeToAttributeSchema; field in class:PropertyXMLBuilderBase
400 Collection values = mapTypeToAttributeSchema.values();

Completed in 38 milliseconds