public function toStdClass()
 {
     $obj = parent::toStdClass();
     $obj->accessDestinations = $this->access_destinations;
     $obj->accessConnectors = $this->access_connectors;
     return $obj;
 }
 public function toStdClass()
 {
     $obj = parent::toStdClass();
     $obj->accessSiteManagement = $this->access_site_management;
     $obj->createSites = $this->create_sites;
     $obj->accessTargetsDestinations = $this->access_targets_destinations;
     $obj->accessAllSites = $this->access_all_sites;
     $obj->viewSystemInfoAndLogs = $this->view_system_info_and_logs;
     $obj->forceLogout = $this->force_logout;
     $obj->accessSecurityArea = $this->access_security_area;
     $obj->newSiteWizard = $this->new_site_wizard;
     $obj->optimizeDatabase = $this->optimize_database;
     $obj->syncLdap = $this->sync_ldap;
     $obj->configureLogging = $this->configure_logging;
     $obj->searchingIndexing = $this->searching_indexing;
     $obj->accessConfiguration = $this->access_configuration;
     $obj->editSystemPreferences = $this->edit_system_preferences;
     $obj->siteMigration = $this->site_migration;
     $obj->broadcastMessages = $this->broadcast_messages;
     $obj->viewUsersInMemberGroups = $this->view_users_in_member_groups;
     $obj->viewAllUsers = $this->view_all_users;
     $obj->createUsers = $this->create_users;
     $obj->deleteUsersInMemberGroups = $this->delete_users_in_member_groups;
     $obj->deleteAllUsers = $this->delete_all_users;
     $obj->viewMemberGroups = $this->view_member_groups;
     $obj->viewAllGroups = $this->view_all_groups;
     $obj->createGroups = $this->create_groups;
     $obj->deleteMemberGroups = $this->delete_member_groups;
     $obj->accessRoles = $this->access_roles;
     $obj->createRoles = $this->create_roles;
     $obj->deleteAnyGroup = $this->delete_any_group;
     $obj->editAnyUser = $this->edit_any_user;
     $obj->editUsersInMemberGroups = $this->edit_users_in_member_groups;
     $obj->editAnyGroup = $this->edit_any_group;
     $obj->editMemberGroups = $this->edit_member_groups;
     $obj->recycleBinChecker = $this->recycle_bin_checker;
     $obj->pathRepairTool = $this->path_repair_tool;
     $obj->databaseExportTool = $this->database_export_tool;
     $obj->changeIdentity = $this->change_identity;
     return $obj;
 }