| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
 Collaboration diagram for ilCASSettingsGUI:
 Collaboration diagram for ilCASSettingsGUI:| Public Member Functions | |
| __construct ($a_auth_ref_id) | |
| Constructor. | |
| executeCommand () | |
| Execute command. | |
| settings () | |
| Show settings. | |
| save () | |
| Save. | |
| Data Fields | |
| const | SYNC_DISABLED = 0 | 
| const | SYNC_CAS = 1 | 
| const | SYNC_LDAP = 2 | 
| Protected Member Functions | |
| getSettings () | |
| initFormSettings () | |
| Init cas settings. | |
| 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().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilCASSettingsGUI::executeCommand | ( | ) | 
Execute command.
public
Definition at line 64 of file class.ilCASSettingsGUI.php.
References $cmd, $ilCtrl, $ilErr, and ilUtil\sendFailure().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | protected | 
Definition at line 52 of file class.ilCASSettingsGUI.php.
References $settings.
Referenced by initFormSettings(), and save().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Init cas settings.
Definition at line 101 of file class.ilCASSettingsGUI.php.
References AUTH_CAS, ilLDAPServer\getAvailableDataSources(), getSettings(), ilLDAPServer\isDataSourceActive(), prepareRoleSelection(), ilCheckboxInputGUI\setChecked(), ilTextAreaInputGUI\setCols(), ilRadioOption\setInfo(), ilFormPropertyGUI\setInfo(), ilSelectInputGUI\setOptions(), ilFormPropertyGUI\setRequired(), ilTextInputGUI\setValue(), ilNumberInputGUI\setValue(), ilCASSettings\SYNC_CAS, SYNC_CAS, ilCASSettings\SYNC_DISABLED, SYNC_DISABLED, and SYNC_LDAP.
Referenced by save(), and settings().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 290 of file class.ilCASSettingsGUI.php.
References ilObject\_lookupTitle(), and ilUtil\_sortIds().
Referenced by initFormSettings().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCASSettingsGUI::save | ( | ) | 
Save.
public
Definition at line 246 of file class.ilCASSettingsGUI.php.
References AUTH_CAS, getSettings(), initFormSettings(), ilUtil\sendFailure(), ilUtil\sendSuccess(), ilCASSettings\SYNC_CAS, ilCASSettings\SYNC_DISABLED, ilCASSettings\SYNC_LDAP, and ilLDAPServer\toggleDataSource().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilCASSettingsGUI::settings | ( | ) | 
Show settings.
public
Definition at line 233 of file class.ilCASSettingsGUI.php.
References initFormSettings().
Referenced by __construct().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | 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.
Referenced by initFormSettings().
| const ilCASSettingsGUI::SYNC_DISABLED = 0 | 
Definition at line 17 of file class.ilCASSettingsGUI.php.
Referenced by initFormSettings().
| const ilCASSettingsGUI::SYNC_LDAP = 2 | 
Definition at line 19 of file class.ilCASSettingsGUI.php.
Referenced by initFormSettings().