|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilShibbolethSettings:Public Member Functions | |
| array | __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) | |
| getAccountCreation () | |
| setAccountCreation (string $value) | |
| getFederationName () | |
| setFederationName (string $federation) | |
Data Fields | |
| const | ACCOUNT_CREATION_ENABLED = "enabled" |
| const | ACCOUNT_CREATION_WITH_APPROVAL = "with_approval" |
| const | ACCOUNT_CREATION_DISABLED = "disabled" |
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 = "assets/images/auth/shib_login_button.svg" |
| const | DEFAULT_ORGANISATION_SELECTION = "external_wayf" |
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 ilShibbolethSettings
Definition at line 24 of file class.ilShibbolethSettings.php.
| array ilShibbolethSettings::__construct | ( | ) |
Definition at line 58 of file class.ilShibbolethSettings.php.
References $DIC, read(), and ILIAS\Repository\settings().
Here is the call graph for this function:| ilShibbolethSettings::get | ( | string | $a_keyword, |
| ?string | $a_default_value = null |
||
| ) |
Definition at line 87 of file class.ilShibbolethSettings.php.
| ilShibbolethSettings::getAccountCreation | ( | ) |
Definition at line 172 of file class.ilShibbolethSettings.php.
| ilShibbolethSettings::getAll | ( | ) |
| ilShibbolethSettings::getDefaultRole | ( | ) |
Definition at line 112 of file class.ilShibbolethSettings.php.
| ilShibbolethSettings::getFederationName | ( | ) |
Definition at line 182 of file class.ilShibbolethSettings.php.
| ilShibbolethSettings::getIdPList | ( | ) |
Definition at line 122 of file class.ilShibbolethSettings.php.
| ilShibbolethSettings::getLoginButton | ( | ) |
Definition at line 132 of file class.ilShibbolethSettings.php.
| ilShibbolethSettings::getOrganisationSelectionType | ( | ) |
Definition at line 142 of file class.ilShibbolethSettings.php.
| ilShibbolethSettings::getUserFields | ( | ) |
Definition at line 69 of file class.ilShibbolethSettings.php.
References $user_fields.
| ilShibbolethSettings::isActive | ( | ) |
Definition at line 152 of file class.ilShibbolethSettings.php.
| ilShibbolethSettings::isLocalAuthAllowed | ( | ) |
Definition at line 162 of file class.ilShibbolethSettings.php.
| ilShibbolethSettings::read | ( | ) |
Definition at line 74 of file class.ilShibbolethSettings.php.
References 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 99 of file class.ilShibbolethSettings.php.
| ilShibbolethSettings::setAccountCreation | ( | string | $value | ) |
Definition at line 177 of file class.ilShibbolethSettings.php.
| ilShibbolethSettings::setActive | ( | bool | $status | ) |
Definition at line 157 of file class.ilShibbolethSettings.php.
| ilShibbolethSettings::setAllowLocalAuth | ( | bool | $status | ) |
Definition at line 167 of file class.ilShibbolethSettings.php.
| ilShibbolethSettings::setDefaultRole | ( | int | $role_id | ) |
Definition at line 117 of file class.ilShibbolethSettings.php.
| ilShibbolethSettings::setFederationName | ( | string | $federation | ) |
Definition at line 187 of file class.ilShibbolethSettings.php.
| ilShibbolethSettings::setIdPList | ( | string | $list | ) |
Definition at line 127 of file class.ilShibbolethSettings.php.
| ilShibbolethSettings::setLoginButton | ( | string | $login_button | ) |
Definition at line 137 of file class.ilShibbolethSettings.php.
| ilShibbolethSettings::setOrganisationSelectionType | ( | string | $type | ) |
Definition at line 147 of file class.ilShibbolethSettings.php.
| ilShibbolethSettings::store | ( | ) |
Definition at line 105 of file class.ilShibbolethSettings.php.
References ILIAS\Repository\settings().
Here is the call graph for this function:
|
protected |
Definition at line 36 of file class.ilShibbolethSettings.php.
Referenced by getAll().
|
protected |
Definition at line 35 of file class.ilShibbolethSettings.php.
|
protected |
Definition at line 39 of file class.ilShibbolethSettings.php.
Referenced by getUserFields().
| const ilShibbolethSettings::ACCOUNT_CREATION_DISABLED = "disabled" |
Definition at line 33 of file class.ilShibbolethSettings.php.
Referenced by ilAuthProviderShibboleth\doAuthentication(), and ilShibbolethSettingsForm\initForm().
| const ilShibbolethSettings::ACCOUNT_CREATION_ENABLED = "enabled" |
Definition at line 31 of file class.ilShibbolethSettings.php.
Referenced by ilAuthProviderShibboleth\doAuthentication(), and ilShibbolethSettingsForm\initForm().
| const ilShibbolethSettings::ACCOUNT_CREATION_WITH_APPROVAL = "with_approval" |
Definition at line 32 of file class.ilShibbolethSettings.php.
Referenced by ilAuthProviderShibboleth\doAuthentication(), and ilShibbolethSettingsForm\initForm().
|
private |
Definition at line 27 of file class.ilShibbolethSettings.php.
|
private |
Definition at line 28 of file class.ilShibbolethSettings.php.
|
private |
Definition at line 29 of file class.ilShibbolethSettings.php.
|
private |
Definition at line 26 of file class.ilShibbolethSettings.php.