ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
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 | |
ilCASSettingsGUI::__construct | ( | $a_auth_ref_id | ) |
Constructor.
public
int | object auth ref_id |
Definition at line 32 of file class.ilCASSettingsGUI.php.
References $ilCtrl, $lng, $tpl, ilCASSettings\getInstance(), and settings().
ilCASSettingsGUI::executeCommand | ( | ) |
Execute command.
public
Definition at line 64 of file class.ilCASSettingsGUI.php.
References $cmd, $ilCtrl, $ilErr, and ilUtil\sendFailure().
|
protected |
Definition at line 52 of file class.ilCASSettingsGUI.php.
References $settings.
Referenced by initFormSettings(), and save().
|
protected |
Init cas settings.
Definition at line 101 of file class.ilCASSettingsGUI.php.
References $options, $text, 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 307 of file class.ilCASSettingsGUI.php.
References ilObject\_lookupTitle(), and ilUtil\_sortIds().
Referenced by initFormSettings().
ilCASSettingsGUI::save | ( | ) |
Save.
public
Definition at line 258 of file class.ilCASSettingsGUI.php.
References AUTH_CAS, ilLDAPServer\disableDataSourceForAuthMode(), getSettings(), initFormSettings(), ilUtil\sendFailure(), ilUtil\sendSuccess(), settings(), ilCASSettings\SYNC_CAS, ilCASSettings\SYNC_DISABLED, ilCASSettings\SYNC_LDAP, and ilLDAPServer\toggleDataSource().
ilCASSettingsGUI::settings | ( | ) |
Show settings.
public
Definition at line 245 of file class.ilCASSettingsGUI.php.
References initFormSettings().
Referenced by __construct(), and save().
|
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.