super(eventBus, view, proxy);
this.standalone = Console.getBootstrapContext().isStandalone();
this.revealStrategy = revealStrategy;
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();