ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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) | |
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.
ilShibbolethSettings::__construct | ( | ) |
Definition at line 70 of file class.ilShibbolethSettings.php.
References $DIC, read(), and ILIAS\Repository\settings().
ilShibbolethSettings::get | ( | string | $a_keyword, |
?string | $a_default_value = null |
||
) |
Definition at line 99 of file class.ilShibbolethSettings.php.
ilShibbolethSettings::getAccountCreation | ( | ) |
Definition at line 184 of file class.ilShibbolethSettings.php.
References ACCOUNT_CREATION_ENABLED.
ilShibbolethSettings::getAll | ( | ) |
Definition at line 106 of file class.ilShibbolethSettings.php.
References $data.
ilShibbolethSettings::getDefaultRole | ( | ) |
Definition at line 124 of file class.ilShibbolethSettings.php.
ilShibbolethSettings::getFederationName | ( | ) |
Definition at line 194 of file class.ilShibbolethSettings.php.
ilShibbolethSettings::getIdPList | ( | ) |
Definition at line 134 of file class.ilShibbolethSettings.php.
References DEFAULT_IDP_LIST.
ilShibbolethSettings::getLoginButton | ( | ) |
Definition at line 144 of file class.ilShibbolethSettings.php.
References DEFAULT_LOGIN_BUTTON.
ilShibbolethSettings::getOrganisationSelectionType | ( | ) |
Definition at line 154 of file class.ilShibbolethSettings.php.
References DEFAULT_ORGANISATION_SELECTION.
ilShibbolethSettings::getUserFields | ( | ) |
Definition at line 81 of file class.ilShibbolethSettings.php.
References $user_fields.
ilShibbolethSettings::isActive | ( | ) |
Definition at line 164 of file class.ilShibbolethSettings.php.
ilShibbolethSettings::isLocalAuthAllowed | ( | ) |
Definition at line 174 of file class.ilShibbolethSettings.php.
ilShibbolethSettings::read | ( | ) |
Definition at line 86 of file class.ilShibbolethSettings.php.
References ILIAS\Repository\settings().
Referenced by __construct().
ilShibbolethSettings::set | ( | string | $a_key, |
string | $a_val | ||
) |
Definition at line 111 of file class.ilShibbolethSettings.php.
ilShibbolethSettings::setAccountCreation | ( | string | $value | ) |
Definition at line 189 of file class.ilShibbolethSettings.php.
ilShibbolethSettings::setActive | ( | bool | $status | ) |
Definition at line 169 of file class.ilShibbolethSettings.php.
ilShibbolethSettings::setAllowLocalAuth | ( | bool | $status | ) |
Definition at line 179 of file class.ilShibbolethSettings.php.
ilShibbolethSettings::setDefaultRole | ( | int | $role_id | ) |
Definition at line 129 of file class.ilShibbolethSettings.php.
ilShibbolethSettings::setFederationName | ( | string | $federation | ) |
Definition at line 199 of file class.ilShibbolethSettings.php.
ilShibbolethSettings::setIdPList | ( | string | $list | ) |
Definition at line 139 of file class.ilShibbolethSettings.php.
ilShibbolethSettings::setLoginButton | ( | string | $login_button | ) |
Definition at line 149 of file class.ilShibbolethSettings.php.
ilShibbolethSettings::setOrganisationSelectionType | ( | string | $type | ) |
Definition at line 159 of file class.ilShibbolethSettings.php.
ilShibbolethSettings::store | ( | ) |
Definition at line 117 of file class.ilShibbolethSettings.php.
References ILIAS\Repository\settings().
|
protected |
Definition at line 48 of file class.ilShibbolethSettings.php.
Referenced by getAll().
|
protected |
Definition at line 47 of file class.ilShibbolethSettings.php.
|
protected |
Definition at line 51 of file class.ilShibbolethSettings.php.
Referenced by getUserFields().
const ilShibbolethSettings::ACCOUNT_CREATION_DISABLED = "disabled" |
Definition at line 45 of file class.ilShibbolethSettings.php.
Referenced by ilAuthProviderShibboleth\doAuthentication(), and ilShibbolethSettingsForm\initForm().
const ilShibbolethSettings::ACCOUNT_CREATION_ENABLED = "enabled" |
Definition at line 43 of file class.ilShibbolethSettings.php.
Referenced by ilAuthProviderShibboleth\doAuthentication(), getAccountCreation(), and ilShibbolethSettingsForm\initForm().
const ilShibbolethSettings::ACCOUNT_CREATION_WITH_APPROVAL = "with_approval" |
Definition at line 44 of file class.ilShibbolethSettings.php.
Referenced by ilAuthProviderShibboleth\doAuthentication(), and ilShibbolethSettingsForm\initForm().
|
private |
Definition at line 33 of file class.ilShibbolethSettings.php.
Referenced by getIdPList().
|
private |
Definition at line 37 of file class.ilShibbolethSettings.php.
Referenced by getLoginButton().
|
private |
Definition at line 41 of file class.ilShibbolethSettings.php.
Referenced by getOrganisationSelectionType().
|
private |
Definition at line 29 of file class.ilShibbolethSettings.php.