ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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 $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 96 of file class.ilCASSettingsGUI.php.
References $form, $options, $sync, $text, AUTH_CAS, ilLDAPServer\getAvailableDataSources(), ilLDAPServer\getDataSource(), getSettings(), ilLDAPServer\isDataSourceActive(), prepareRoleSelection(), ilCheckboxInputGUI\setChecked(), ilTextAreaInputGUI\setCols(), ilRadioOption\setInfo(), ilFormPropertyGUI\setInfo(), ilSelectInputGUI\setOptions(), ilNumberInputGUI\setValue(), ilCASSettings\SYNC_CAS, ilCASSettings\SYNC_DISABLED, and ilCASSettings\SYNC_LDAP.
Referenced by save(), and settings().
|
private |
Definition at line 294 of file class.ilCASSettingsGUI.php.
References ilObject\_lookupTitle(), and ilUtil\_sortIds().
Referenced by initFormSettings().
ilCASSettingsGUI::save | ( | ) |
Save.
public
Definition at line 248 of file class.ilCASSettingsGUI.php.
References $form, 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 235 of file class.ilCASSettingsGUI.php.
References $form, and 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.