| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
 Collaboration diagram for ilRadiusSettingsGUI:
 Collaboration diagram for ilRadiusSettingsGUI:| Public Member Functions | |
| __construct ($a_auth_ref_id) | |
| Constructor. | |
| executeCommand () | |
| Execute command. | |
| settings () | |
| Show settings. | |
| save () | |
| Save. | |
| Private Member Functions | |
| initSettings () | |
| Init Server settings. | |
| prepareRoleSelection () | |
| prepareCharsetSelection () | |
| Get charset options. | |
| Private Attributes | |
| $ref_id | |
Definition at line 13 of file class.ilRadiusSettingsGUI.php.
| ilRadiusSettingsGUI::__construct | ( | $a_auth_ref_id | ) | 
Constructor.
public
| int | object auth ref_id | 
Definition at line 24 of file class.ilRadiusSettingsGUI.php.
References $ilCtrl, $lng, $tpl, and initSettings().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilRadiusSettingsGUI::executeCommand | ( | ) | 
Execute command.
public
Definition at line 47 of file class.ilRadiusSettingsGUI.php.
References $cmd, $ilCtrl, $ilErr, and ilUtil\sendFailure().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
Init Server settings.
private
Definition at line 281 of file class.ilRadiusSettingsGUI.php.
References ilRadiusSettings\_getInstance(), and settings().
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 | 
Get charset options.
private
Definition at line 313 of file class.ilRadiusSettingsGUI.php.
References ilRadiusSettings\RADIUS_CHARSET_LATIN1, and ilRadiusSettings\RADIUS_CHARSET_UTF8.
Referenced by settings().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 289 of file class.ilRadiusSettingsGUI.php.
References ilObject\_lookupTitle(), and ilUtil\_sortIds().
Referenced by 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:| ilRadiusSettingsGUI::save | ( | ) | 
Save.
public
Definition at line 220 of file class.ilRadiusSettingsGUI.php.
References $_POST, AUTH_RADIUS, ilUtil\sendFailure(), ilUtil\sendSuccess(), settings(), ilUtil\stripSlashes(), ilRadiusSettings\SYNC_DISABLED, ilRadiusSettings\SYNC_LDAP, ilRadiusSettings\SYNC_RADIUS, and ilLDAPServer\toggleDataSource().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilRadiusSettingsGUI::settings | ( | ) | 
Show settings.
public
Definition at line 87 of file class.ilRadiusSettingsGUI.php.
References AUTH_RADIUS, ilLDAPServer\getAvailableDataSources(), ilLDAPServer\isDataSourceActive(), prepareCharsetSelection(), prepareRoleSelection(), ilCheckboxInputGUI\setChecked(), ilRadioOption\setInfo(), ilFormPropertyGUI\setInfo(), ilSelectInputGUI\setOptions(), ilFormPropertyGUI\setRequired(), ilRadiusSettings\SYNC_DISABLED, ilRadiusSettings\SYNC_LDAP, and ilRadiusSettings\SYNC_RADIUS.
Referenced by initSettings(), and save().
 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 15 of file class.ilRadiusSettingsGUI.php.