Public Member Functions | |
GroupManagerGUI (String path, GroupAccessControlManager acm) | |
void | selectGroupView () |
Display the basic view in which the user can select a group to edit. | |
void | editGroupMembershipView () |
Display the view which allows a user to edit the membership of a group. | |
void | createNewGroupView () |
Display the view which allows the user to create a new group. | |
void | actionPerformed (ActionEvent e) |
void | populateGroupMembershipList () |
Display the members of selectedGroupFriendlyName. | |
void | populatePrincipalsList () |
Display the list of principals (users and groups) which are not already included in the membership list of selectedGroupFriendlyName. | |
void | valueChanged (ListSelectionEvent e) |
Display the membership list and the list of principals that can be added to the selected group. | |
Package Attributes | |
ContentName | userStorage = ContentName.fromNative(UserConfiguration.defaultNamespace(), "Users") |
ContentName | groupStorage = ContentName.fromNative(UserConfiguration.defaultNamespace(), "Groups") |
void org.ccnx.ccn.utils.explorer.GroupManagerGUI.populateGroupMembershipList | ( | ) |
Display the members of selectedGroupFriendlyName.
If selectedGroupFriendlyName is null, the membership list is empty (e.g. we are creating a new group)