{
boolean read = readButton.getSelection();
boolean write = writeButton.getSelection();
boolean admin = adminButton.getSelection();
shell.dispose();
HashMap<String,Boolean> results = new HashMap<String,Boolean>();
try
{
//perform the rights updates, save the results.