ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Public Member Functions | |
__construct ($a_auth_ref_id) | |
Constructor. More... | |
executeCommand () | |
Execute command. More... | |
settings () | |
Show settings. More... | |
save () | |
Save. More... | |
Data Fields | |
const | SYNC_DISABLED = 0 |
const | SYNC_CAS = 1 |
const | SYNC_LDAP = 2 |
Protected Member Functions | |
getSettings () | |
initFormSettings () | |
Init cas settings. More... | |
Private Member Functions | |
prepareRoleSelection () | |
Private Attributes | |
$settings | |
$ref_id | |
$dic | |
ilCASSettingsGUI::__construct | ( | $a_auth_ref_id | ) |
Constructor.
public
int | object auth ref_id |
Definition at line 36 of file class.ilCASSettingsGUI.php.
References $DIC, ilCASSettings\getInstance(), and settings().
ilCASSettingsGUI::executeCommand | ( | ) |
Execute command.
public
Definition at line 69 of file class.ilCASSettingsGUI.php.
References $ilErr.
|
protected |
Definition at line 57 of file class.ilCASSettingsGUI.php.
References $settings.
Referenced by initFormSettings(), and save().
|
protected |
Init cas settings.
Definition at line 95 of file class.ilCASSettingsGUI.php.
References AUTH_CAS, ilLDAPServer\getAvailableDataSources(), ilLDAPServer\getDataSource(), getSettings(), ilLDAPServer\isDataSourceActive(), prepareRoleSelection(), ilCheckboxInputGUI\setChecked(), ilTextAreaInputGUI\setCols(), ilRadioOption\setInfo(), ilFormPropertyGUI\setInfo(), ilSelectInputGUI\setOptions(), ilFormPropertyGUI\setRequired(), ilNumberInputGUI\setValue(), ilCASSettings\SYNC_CAS, ilCASSettings\SYNC_DISABLED, and ilCASSettings\SYNC_LDAP.
Referenced by save(), and settings().
|
private |
Definition at line 295 of file class.ilCASSettingsGUI.php.
References ilObject\_lookupTitle(), and ilUtil\_sortIds().
Referenced by initFormSettings().
ilCASSettingsGUI::save | ( | ) |
Save.
public
Definition at line 249 of file class.ilCASSettingsGUI.php.
References AUTH_CAS, ilLDAPServer\disableDataSourceForAuthMode(), getSettings(), initFormSettings(), ilUtil\sendFailure(), settings(), ilCASSettings\SYNC_CAS, ilCASSettings\SYNC_DISABLED, ilCASSettings\SYNC_LDAP, and ilLDAPServer\toggleDataSource().
ilCASSettingsGUI::settings | ( | ) |
Show settings.
public
Definition at line 236 of file class.ilCASSettingsGUI.php.
References initFormSettings().
Referenced by __construct(), and save().
|
private |
Definition at line 27 of file class.ilCASSettingsGUI.php.
|
private |
Definition at line 23 of file class.ilCASSettingsGUI.php.
|
private |
Definition at line 21 of file class.ilCASSettingsGUI.php.
Referenced by getSettings().
const ilCASSettingsGUI::SYNC_CAS = 1 |
Definition at line 18 of file class.ilCASSettingsGUI.php.
const ilCASSettingsGUI::SYNC_DISABLED = 0 |
Definition at line 17 of file class.ilCASSettingsGUI.php.
const ilCASSettingsGUI::SYNC_LDAP = 2 |
Definition at line 19 of file class.ilCASSettingsGUI.php.