|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilAuthShibbolethSettingsGUI:Public Member Functions | |
| __construct (int $a_auth_ref_id) | |
| executeCommand () | |
| settings () | |
| save () | |
| addRoleAutoCompleteObject () | |
Protected Member Functions | |
| roleAssignment () | |
| parseRulesTable () | |
| confirmDeleteRules () | |
| deleteRules () | |
| initFormRoleAssignment (string $a_mode='default') | |
| addRoleAssignmentRule () | |
| editRoleAssignment () | |
| updateRoleAssignmentRule () | |
| setSubTabs () | |
Private Member Functions | |
| loadRule (int $a_rule_id=0) | |
| getRuleValues () | |
| checkInput ($a_rule_id=0) | |
| prepareRoleSelect () | |
Private Attributes | |
| const | PARAM_RULE_ID = 'rule_id' |
| ilPropertyFormGUI | $form = null |
| ilShibbolethRoleAssignmentRule | $rule = null |
| ilCtrl | $ctrl |
| ilTabsGUI | $tabs_gui |
| ilLanguage | $lng |
| ilGlobalTemplateInterface | $tpl |
| int | $ref_id |
| ilComponentRepository | $component_repository |
| ILIAS DI RBACServices | $rbac |
| ilAccessHandler | $access |
| ILIAS HTTP Wrapper WrapperFactory | $wrapper |
| ILIAS Refinery Factory | $refinery |
| ilShibbolethSettings | $shib_settings |
| ilSetting | $global_settings |
| ilRbacReview | $rbac_review |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilAuthShibbolethSettingsGUI
Definition at line 27 of file class.ilAuthShibbolethSettingsGUI.php.
| ilAuthShibbolethSettingsGUI::__construct | ( | int | $a_auth_ref_id | ) |
Definition at line 47 of file class.ilAuthShibbolethSettingsGUI.php.
References $DIC, ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ILIAS\Repository\rbac(), and ILIAS\Repository\refinery().
Here is the call graph for this function:
|
protected |
Definition at line 268 of file class.ilAuthShibbolethSettingsGUI.php.
References ILIAS\Repository\access(), ILIAS\Repository\form(), initFormRoleAssignment(), ILIAS\Repository\lng(), parseRulesTable(), and roleAssignment().
Here is the call graph for this function:| ilAuthShibbolethSettingsGUI::addRoleAutoCompleteObject | ( | ) |
Definition at line 263 of file class.ilAuthShibbolethSettingsGUI.php.
References ilRoleAutoCompleteInputGUI\echoAutoCompleteList().
Here is the call graph for this function:
|
private |
Definition at line 415 of file class.ilAuthShibbolethSettingsGUI.php.
References loadRule().
Here is the call graph for this function:
|
protected |
Definition at line 140 of file class.ilAuthShibbolethSettingsGUI.php.
References $rule, ilObject\_lookupTitle(), ilShibbolethRoleAssignmentRule\conditionToString(), ILIAS\Repository\ctrl(), ilShibbolethRoleAssignmentRule\getRoleId(), ILIAS\Repository\lng(), ILIAS\Repository\refinery(), and roleAssignment().
Here is the call graph for this function:
|
protected |
Definition at line 172 of file class.ilAuthShibbolethSettingsGUI.php.
References $rule, ilShibbolethRoleAssignmentRule\delete(), ILIAS\Repository\lng(), ILIAS\Repository\refinery(), and roleAssignment().
Here is the call graph for this function:
|
protected |
Definition at line 303 of file class.ilAuthShibbolethSettingsGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\form(), getRuleValues(), and initFormRoleAssignment().
Here is the call graph for this function:| ilAuthShibbolethSettingsGUI::executeCommand | ( | ) |
Definition at line 66 of file class.ilAuthShibbolethSettingsGUI.php.
References ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and setSubTabs().
Here is the call graph for this function:
|
private |
Definition at line 387 of file class.ilAuthShibbolethSettingsGUI.php.
References $rule, ilObject\_lookupTitle(), ILIAS\Repository\form(), ilShibbolethRoleAssignmentRule\getName(), ilShibbolethRoleAssignmentRule\getPluginId(), ilShibbolethRoleAssignmentRule\getRoleId(), ilShibbolethRoleAssignmentRule\getValue(), ILIAS\Repository\int(), ilShibbolethRoleAssignmentRule\isAddOnUpdateEnabled(), ilShibbolethRoleAssignmentRule\isPluginActive(), ilShibbolethRoleAssignmentRule\isRemoveOnUpdateEnabled(), ILIAS\Repository\rbac(), and ILIAS\Repository\refinery().
Referenced by editRoleAssignment().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 194 of file class.ilAuthShibbolethSettingsGUI.php.
References $id, $name, $update, ILIAS\Repository\ctrl(), ILIAS\Repository\form(), ILIAS\Repository\lng(), and prepareRoleSelect().
Referenced by addRoleAssignmentRule(), editRoleAssignment(), roleAssignment(), and updateRoleAssignmentRule().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 355 of file class.ilAuthShibbolethSettingsGUI.php.
References $res, $rule, ILIAS\Repository\form(), and ilQueryParser\QP_COMBINATION_AND.
Referenced by checkInput().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 126 of file class.ilAuthShibbolethSettingsGUI.php.
References ilShibbolethRoleAssignmentRules\getCountRules(), and ILIAS\Repository\lng().
Referenced by addRoleAssignmentRule(), and roleAssignment().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 425 of file class.ilAuthShibbolethSettingsGUI.php.
References ilObject\_lookupTitle(), ilUtil\_sortIds(), and ILIAS\Repository\lng().
Referenced by initFormRoleAssignment().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 108 of file class.ilAuthShibbolethSettingsGUI.php.
References ILIAS\Repository\form(), initFormRoleAssignment(), and parseRulesTable().
Referenced by addRoleAssignmentRule(), confirmDeleteRules(), deleteRules(), and updateRoleAssignmentRule().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAuthShibbolethSettingsGUI::save | ( | ) |
Definition at line 94 of file class.ilAuthShibbolethSettingsGUI.php.
References $form, ILIAS\Repository\ctrl(), ilPropertyFormGUI\getHTML(), ILIAS\Repository\lng(), and ilPropertyFormGUI\setValuesByPost().
Here is the call graph for this function:
|
protected |
Definition at line 436 of file class.ilAuthShibbolethSettingsGUI.php.
References ILIAS\Repository\ctrl().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAuthShibbolethSettingsGUI::settings | ( | ) |
Definition at line 83 of file class.ilAuthShibbolethSettingsGUI.php.
References $form, ILIAS\Repository\ctrl(), and ilPropertyFormGUI\getHTML().
Here is the call graph for this function:
|
protected |
Definition at line 320 of file class.ilAuthShibbolethSettingsGUI.php.
References ILIAS\Repository\access(), ILIAS\Repository\form(), initFormRoleAssignment(), ILIAS\Repository\lng(), ILIAS\Repository\refinery(), and roleAssignment().
Here is the call graph for this function:
|
private |
Definition at line 40 of file class.ilAuthShibbolethSettingsGUI.php.
|
private |
Definition at line 38 of file class.ilAuthShibbolethSettingsGUI.php.
|
private |
Definition at line 33 of file class.ilAuthShibbolethSettingsGUI.php.
|
private |
Definition at line 31 of file class.ilAuthShibbolethSettingsGUI.php.
Referenced by save(), and settings().
|
private |
Definition at line 44 of file class.ilAuthShibbolethSettingsGUI.php.
|
private |
Definition at line 35 of file class.ilAuthShibbolethSettingsGUI.php.
|
private |
Definition at line 39 of file class.ilAuthShibbolethSettingsGUI.php.
|
private |
Definition at line 45 of file class.ilAuthShibbolethSettingsGUI.php.
|
private |
Definition at line 37 of file class.ilAuthShibbolethSettingsGUI.php.
|
private |
Definition at line 42 of file class.ilAuthShibbolethSettingsGUI.php.
|
private |
Definition at line 32 of file class.ilAuthShibbolethSettingsGUI.php.
Referenced by confirmDeleteRules(), deleteRules(), getRuleValues(), and loadRule().
|
private |
Definition at line 43 of file class.ilAuthShibbolethSettingsGUI.php.
|
private |
Definition at line 34 of file class.ilAuthShibbolethSettingsGUI.php.
|
private |
Definition at line 36 of file class.ilAuthShibbolethSettingsGUI.php.
|
private |
Definition at line 41 of file class.ilAuthShibbolethSettingsGUI.php.
|
private |
Definition at line 29 of file class.ilAuthShibbolethSettingsGUI.php.