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

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DSubConfigMeta.java77 private List globalSubConfigurations; field in class:SubConfigMeta
92 globalSubConfigurations = null;
112 return (globalSubConfigurations != null) ?
113 globalSubConfigurations : new ArrayList();
337 globalSubConfigurations = new ArrayList(set.size());
338 globalSubConfigurations.addAll(set);
404 for (Iterator i = globalSubConfigurations.iterator();
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DSubConfigMeta.java77 private List globalSubConfigurations; field in class:SubConfigMeta
92 globalSubConfigurations = null;
112 return (globalSubConfigurations != null) ?
113 globalSubConfigurations : new ArrayList();
337 globalSubConfigurations = new ArrayList(set.size());
338 globalSubConfigurations.addAll(set);
404 for (Iterator i = globalSubConfigurations.iterator();

Completed in 432 milliseconds