|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Collaboration diagram for ilRadiusSettingsGUI:Public Member Functions | |
| __construct ($a_auth_ref_id) | |
| Constructor. More... | |
| executeCommand () | |
| Execute command. More... | |
| settings () | |
| Show settings. More... | |
| save () | |
| Save. More... | |
Private Member Functions | |
| initSettings () | |
| Init Server settings. More... | |
| prepareRoleSelection () | |
| prepareCharsetSelection () | |
| Get charset options. More... | |
Private Attributes | |
| $dic | |
| $ref_id | |
Definition at line 13 of file class.ilRadiusSettingsGUI.php.
| ilRadiusSettingsGUI::__construct | ( | $a_auth_ref_id | ) |
Constructor.
@access public
| int | object auth ref_id |
Definition at line 30 of file class.ilRadiusSettingsGUI.php.
References $DIC, and initSettings().
Here is the call graph for this function:| ilRadiusSettingsGUI::executeCommand | ( | ) |
Execute command.
@access public
Definition at line 54 of file class.ilRadiusSettingsGUI.php.
References $ilErr.
|
private |
Init Server settings.
@access private
Definition at line 289 of file class.ilRadiusSettingsGUI.php.
References ilRadiusSettings\_getInstance(), and settings().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Get charset options.
@access private
Definition at line 320 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:
|
private |
Definition at line 295 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 caller graph for this function:| ilRadiusSettingsGUI::save | ( | ) |
Save.
@access public
Definition at line 227 of file class.ilRadiusSettingsGUI.php.
References $_POST, AUTH_RADIUS, ilLDAPServer\disableDataSourceForAuthMode(), ilUtil\sendFailure(), settings(), ilUtil\stripSlashes(), ilRadiusSettings\SYNC_DISABLED, ilRadiusSettings\SYNC_LDAP, ilRadiusSettings\SYNC_RADIUS, and ilLDAPServer\toggleDataSource().
Here is the call graph for this function:| ilRadiusSettingsGUI::settings | ( | ) |
Show settings.
@access public
Definition at line 84 of file class.ilRadiusSettingsGUI.php.
References AUTH_RADIUS, ilLDAPServer\getAvailableDataSources(), ilLDAPServer\getDataSource(), ilLDAPServer\isDataSourceActive(), prepareCharsetSelection(), prepareRoleSelection(), settings(), ilRadiusSettings\SYNC_DISABLED, ilRadiusSettings\SYNC_LDAP, and ilRadiusSettings\SYNC_RADIUS.
Referenced by initSettings(), save(), and settings().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 19 of file class.ilRadiusSettingsGUI.php.
|
private |
Definition at line 21 of file class.ilRadiusSettingsGUI.php.