Searched defs:attributeDisplayName (Results 1 - 5 of 5) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/admin/client/cli/
H A DDsFrameworkCliServerGroup.java261 private HashMap<ServerGroupProperty, String> attributeDisplayName; field in class:DsFrameworkCliServerGroup
286 return attributeDisplayName.get(prop);
445 attributeDisplayName = new HashMap<ServerGroupProperty, String>();
446 attributeDisplayName.put(ServerGroupProperty.UID, OPTION_LONG_GROUPNAME);
447 attributeDisplayName.put(ServerGroupProperty.DESCRIPTION,
449 attributeDisplayName.put(ServerGroupProperty.MEMBERS,
570 int cur = attributeDisplayName.get(sgp).toString().length();
581 buffer.append(attributeDisplayName.get(ServerGroupProperty.UID));
583 int curLen = attributeDisplayName.get(ServerGroupProperty.UID)
601 buffer.append(attributeDisplayName
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/client/cli/
H A DDsFrameworkCliServerGroup.java262 private HashMap<ServerGroupProperty, String> attributeDisplayName; field in class:DsFrameworkCliServerGroup
287 return attributeDisplayName.get(prop);
446 attributeDisplayName = new HashMap<ServerGroupProperty, String>();
447 attributeDisplayName.put(ServerGroupProperty.UID, OPTION_LONG_GROUPNAME);
448 attributeDisplayName.put(ServerGroupProperty.DESCRIPTION,
450 attributeDisplayName.put(ServerGroupProperty.MEMBERS,
571 int cur = attributeDisplayName.get(sgp).toString().length();
582 buffer.append(attributeDisplayName.get(ServerGroupProperty.UID));
584 int curLen = attributeDisplayName.get(ServerGroupProperty.UID)
602 buffer.append(attributeDisplayName
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/client/cli/
H A DDsFrameworkCliServerGroup.java262 private HashMap<ServerGroupProperty, String> attributeDisplayName; field in class:DsFrameworkCliServerGroup
287 return attributeDisplayName.get(prop);
446 attributeDisplayName = new HashMap<ServerGroupProperty, String>();
447 attributeDisplayName.put(ServerGroupProperty.UID, OPTION_LONG_GROUPNAME);
448 attributeDisplayName.put(ServerGroupProperty.DESCRIPTION,
450 attributeDisplayName.put(ServerGroupProperty.MEMBERS,
571 int cur = attributeDisplayName.get(sgp).toString().length();
582 buffer.append(attributeDisplayName.get(ServerGroupProperty.UID));
584 int curLen = attributeDisplayName.get(ServerGroupProperty.UID)
602 buffer.append(attributeDisplayName
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/admin/client/cli/
H A DDsFrameworkCliServerGroup.java261 private HashMap<ServerGroupProperty, String> attributeDisplayName; field in class:DsFrameworkCliServerGroup
286 return attributeDisplayName.get(prop);
445 attributeDisplayName = new HashMap<ServerGroupProperty, String>();
446 attributeDisplayName.put(ServerGroupProperty.UID, OPTION_LONG_GROUPNAME);
447 attributeDisplayName.put(ServerGroupProperty.DESCRIPTION,
449 attributeDisplayName.put(ServerGroupProperty.MEMBERS,
570 int cur = attributeDisplayName.get(sgp).toString().length();
581 buffer.append(attributeDisplayName.get(ServerGroupProperty.UID));
583 int curLen = attributeDisplayName.get(ServerGroupProperty.UID)
601 buffer.append(attributeDisplayName
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/client/cli/
H A DDsFrameworkCliServerGroup.java262 private HashMap<ServerGroupProperty, String> attributeDisplayName; field in class:DsFrameworkCliServerGroup
287 return attributeDisplayName.get(prop);
446 attributeDisplayName = new HashMap<ServerGroupProperty, String>();
447 attributeDisplayName.put(ServerGroupProperty.UID, OPTION_LONG_GROUPNAME);
448 attributeDisplayName.put(ServerGroupProperty.DESCRIPTION,
450 attributeDisplayName.put(ServerGroupProperty.MEMBERS,
571 int cur = attributeDisplayName.get(sgp).toString().length();
582 buffer.append(attributeDisplayName.get(ServerGroupProperty.UID));
584 int curLen = attributeDisplayName.get(ServerGroupProperty.UID)
602 buffer.append(attributeDisplayName
[all...]

Completed in 25 milliseconds