|
ILIAS
release_8 Revision v8.24
|
Class ilShibbolethSettings. More...
Collaboration diagram for ilShibbolethSettings:Public Member Functions | |
| __construct () | |
| getUserFields () | |
| read () | |
| get (string $a_keyword, ?string $a_default_value=null) | |
| getAll () | |
| set (string $a_key, string $a_val) | |
| store () | |
| getDefaultRole () | |
| setDefaultRole (int $role_id) | |
| getIdPList () | |
| setIdPList (string $list) | |
| getLoginButton () | |
| setLoginButton (string $login_button) | |
| getOrganisationSelectionType () | |
| setOrganisationSelectionType (string $type) | |
| isActive () | |
| setActive (bool $status) | |
| isLocalAuthAllowed () | |
| setAllowLocalAuth (bool $status) | |
| adminMustActivate () | |
| setAdminMustActivate (bool $status) | |
| getFederationName () | |
| setFederationName (string $federation) | |
Protected Attributes | |
| ilSetting | $settings |
| array | $data = [] |
| array | $user_fields |
Private Attributes | |
| const | PREFIX = 'shib_' |
| const | DEFAULT_IDP_LIST = "urn:mace:organization1:providerID, Example Organization 1\nurn:mace:organization2:providerID, Example Organization 2, /Shibboleth.sso/WAYF/SWITCHaai" |
| const | DEFAULT_LOGIN_BUTTON = "templates/default/images/shib_login_button.svg" |
| const | DEFAULT_ORGANISATION_SELECTION = "external_wayf" |
Class ilShibbolethSettings.
Definition at line 27 of file class.ilShibbolethSettings.php.
| ilShibbolethSettings::__construct | ( | ) |
Definition at line 57 of file class.ilShibbolethSettings.php.
References $DIC, read(), and ILIAS\Repository\settings().
Here is the call graph for this function:| ilShibbolethSettings::adminMustActivate | ( | ) |
Definition at line 175 of file class.ilShibbolethSettings.php.
| ilShibbolethSettings::get | ( | string | $a_keyword, |
| ?string | $a_default_value = null |
||
| ) |
Definition at line 86 of file class.ilShibbolethSettings.php.
| ilShibbolethSettings::getAll | ( | ) |
Definition at line 97 of file class.ilShibbolethSettings.php.
References $data.
| ilShibbolethSettings::getDefaultRole | ( | ) |
Definition at line 115 of file class.ilShibbolethSettings.php.
| ilShibbolethSettings::getFederationName | ( | ) |
Definition at line 185 of file class.ilShibbolethSettings.php.
| ilShibbolethSettings::getIdPList | ( | ) |
Definition at line 125 of file class.ilShibbolethSettings.php.
References DEFAULT_IDP_LIST.
| ilShibbolethSettings::getLoginButton | ( | ) |
Definition at line 135 of file class.ilShibbolethSettings.php.
References DEFAULT_LOGIN_BUTTON.
| ilShibbolethSettings::getOrganisationSelectionType | ( | ) |
Definition at line 145 of file class.ilShibbolethSettings.php.
References DEFAULT_ORGANISATION_SELECTION.
| ilShibbolethSettings::getUserFields | ( | ) |
Definition at line 68 of file class.ilShibbolethSettings.php.
References $user_fields.
| ilShibbolethSettings::isActive | ( | ) |
Definition at line 155 of file class.ilShibbolethSettings.php.
| ilShibbolethSettings::isLocalAuthAllowed | ( | ) |
Definition at line 165 of file class.ilShibbolethSettings.php.
| ilShibbolethSettings::read | ( | ) |
Definition at line 73 of file class.ilShibbolethSettings.php.
References ILIAS\LTI\ToolProvider\$key, and ILIAS\Repository\settings().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilShibbolethSettings::set | ( | string | $a_key, |
| string | $a_val | ||
| ) |
Definition at line 102 of file class.ilShibbolethSettings.php.
| ilShibbolethSettings::setActive | ( | bool | $status | ) |
Definition at line 160 of file class.ilShibbolethSettings.php.
| ilShibbolethSettings::setAdminMustActivate | ( | bool | $status | ) |
Definition at line 180 of file class.ilShibbolethSettings.php.
| ilShibbolethSettings::setAllowLocalAuth | ( | bool | $status | ) |
Definition at line 170 of file class.ilShibbolethSettings.php.
| ilShibbolethSettings::setDefaultRole | ( | int | $role_id | ) |
Definition at line 120 of file class.ilShibbolethSettings.php.
| ilShibbolethSettings::setFederationName | ( | string | $federation | ) |
Definition at line 190 of file class.ilShibbolethSettings.php.
| ilShibbolethSettings::setIdPList | ( | string | $list | ) |
Definition at line 130 of file class.ilShibbolethSettings.php.
| ilShibbolethSettings::setLoginButton | ( | string | $login_button | ) |
Definition at line 140 of file class.ilShibbolethSettings.php.
| ilShibbolethSettings::setOrganisationSelectionType | ( | string | $type | ) |
Definition at line 150 of file class.ilShibbolethSettings.php.
References $type.
| ilShibbolethSettings::store | ( | ) |
Definition at line 108 of file class.ilShibbolethSettings.php.
References ILIAS\LTI\ToolProvider\$key, and ILIAS\Repository\settings().
Here is the call graph for this function:
|
protected |
Definition at line 35 of file class.ilShibbolethSettings.php.
Referenced by getAll().
|
protected |
Definition at line 34 of file class.ilShibbolethSettings.php.
|
protected |
Definition at line 38 of file class.ilShibbolethSettings.php.
Referenced by getUserFields().
|
private |
Definition at line 30 of file class.ilShibbolethSettings.php.
Referenced by getIdPList().
|
private |
Definition at line 31 of file class.ilShibbolethSettings.php.
Referenced by getLoginButton().
|
private |
Definition at line 32 of file class.ilShibbolethSettings.php.
Referenced by getOrganisationSelectionType().
|
private |
Definition at line 29 of file class.ilShibbolethSettings.php.