this.dispatcher = dispatcher;
this.loadRoleAssignmentsOp = new LoadRoleAssignmentsOp(this, dispatcher, hostInformationStore,
serverGroupStore);
// empty defaults to prevent NPE before the first call to loadAssignments()
this.principals = new Principals();
this.assignments = new RoleAssignments();
this.roles = new Roles();
this.hosts = new ArrayList<String>();
this.serverGroups = new ArrayList<String>();