Searched defs:hmOrdereredAttrNames (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DSimplifiedViewEntryPanel.java147 static Map<String, String[]> hmOrdereredAttrNames = field in class:SimplifiedViewEntryPanel
232 hmOrdereredAttrNames.put("person",
237 hmOrdereredAttrNames.put(ServerConstants.OC_GROUP_OF_NAMES_LC,
240 hmOrdereredAttrNames.put(ServerConstants.OC_GROUP_OF_URLS_LC,
242 hmOrdereredAttrNames.put("organizationalunit",
245 hmOrdereredAttrNames.put("organization", new String[]{"o", "description"});
246 hmOrdereredAttrNames.put("domain", new String[]{"dc", "description"});
730 String[] attrs = hmOrdereredAttrNames.get(ocName.toLowerCase());
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DSimplifiedViewEntryPanel.java147 static Map<String, String[]> hmOrdereredAttrNames = field in class:SimplifiedViewEntryPanel
234 hmOrdereredAttrNames.put("person",
239 hmOrdereredAttrNames.put(ServerConstants.OC_GROUP_OF_NAMES_LC,
242 hmOrdereredAttrNames.put(ServerConstants.OC_GROUP_OF_URLS_LC,
244 hmOrdereredAttrNames.put("organizationalunit",
247 hmOrdereredAttrNames.put("organization", new String[]{"o", "description"});
248 hmOrdereredAttrNames.put("domain", new String[]{"dc", "description"});
728 String[] attrs = hmOrdereredAttrNames.get(ocName.toLowerCase());
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DSimplifiedViewEntryPanel.java148 static Map<String, String[]> hmOrdereredAttrNames = field in class:SimplifiedViewEntryPanel
233 hmOrdereredAttrNames.put("person",
238 hmOrdereredAttrNames.put(ServerConstants.OC_GROUP_OF_NAMES_LC,
241 hmOrdereredAttrNames.put(ServerConstants.OC_GROUP_OF_URLS_LC,
243 hmOrdereredAttrNames.put("organizationalunit",
246 hmOrdereredAttrNames.put("organization", new String[]{"o", "description"});
247 hmOrdereredAttrNames.put("domain", new String[]{"dc", "description"});
727 String[] attrs = hmOrdereredAttrNames.get(ocName.toLowerCase());
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DSimplifiedViewEntryPanel.java147 static Map<String, String[]> hmOrdereredAttrNames = field in class:SimplifiedViewEntryPanel
234 hmOrdereredAttrNames.put("person",
239 hmOrdereredAttrNames.put(ServerConstants.OC_GROUP_OF_NAMES_LC,
242 hmOrdereredAttrNames.put(ServerConstants.OC_GROUP_OF_URLS_LC,
244 hmOrdereredAttrNames.put("organizationalunit",
247 hmOrdereredAttrNames.put("organization", new String[]{"o", "description"});
248 hmOrdereredAttrNames.put("domain", new String[]{"dc", "description"});
728 String[] attrs = hmOrdereredAttrNames.get(ocName.toLowerCase());
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DSimplifiedViewEntryPanel.java147 static Map<String, String[]> hmOrdereredAttrNames = field in class:SimplifiedViewEntryPanel
232 hmOrdereredAttrNames.put("person",
237 hmOrdereredAttrNames.put(ServerConstants.OC_GROUP_OF_NAMES_LC,
240 hmOrdereredAttrNames.put(ServerConstants.OC_GROUP_OF_URLS_LC,
242 hmOrdereredAttrNames.put("organizationalunit",
245 hmOrdereredAttrNames.put("organization", new String[]{"o", "description"});
246 hmOrdereredAttrNames.put("domain", new String[]{"dc", "description"});
730 String[] attrs = hmOrdereredAttrNames.get(ocName.toLowerCase());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DSimplifiedViewEntryPanel.java145 static Map<String, String[]> hmOrdereredAttrNames = new HashMap<>(); field in class:SimplifiedViewEntryPanel
231 hmOrdereredAttrNames.put("person",
236 hmOrdereredAttrNames.put(ServerConstants.OC_GROUP_OF_NAMES_LC,
239 hmOrdereredAttrNames.put(ServerConstants.OC_GROUP_OF_URLS_LC,
241 hmOrdereredAttrNames.put("organizationalunit",
244 hmOrdereredAttrNames.put("organization", new String[]{"o", "description"});
245 hmOrdereredAttrNames.put("domain", new String[]{"dc", "description"});
694 String[] attrs = hmOrdereredAttrNames.get(ocName.toLowerCase());

Completed in 62 milliseconds