policiesCtr = new PolicyController(ureq, getWindowControl(), identity);
userTabP.addTab(translate(NLS_EDIT_UPOLICIES), policiesCtr.getInitialComponent());
}
Boolean canStartGroups = (Boolean) configuration.get(BaseSecurityModule.CONFIG_USERMANAGER_CAN_START_GROUPS);
grpCtr = new GroupOverviewController(ureq, getWindowControl(), identity, canStartGroups);
listenTo(grpCtr);
userTabP.addTab(translate(NLS_VIEW_GROUPS), grpCtr.getInitialComponent());
rolesCtr = new SystemRolesAndRightsController(getWindowControl(), ureq, identity);
userTabP.addTab(translate(NLS_EDIT_UROLES), rolesCtr.getInitialComponent());