|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Collaboration diagram for ilCASSettingsGUI: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 | |
| $dic | |
@ilCtrl_Calls ilCASSettingsGUI:
Definition at line 15 of file class.ilCASSettingsGUI.php.
| ilCASSettingsGUI::__construct | ( | $a_auth_ref_id | ) |
Constructor.
@access public
| int | object auth ref_id |
Definition at line 36 of file class.ilCASSettingsGUI.php.
References $DIC, ilCASSettings\getInstance(), and settings().
Here is the call graph for this function:| ilCASSettingsGUI::executeCommand | ( | ) |
Execute command.
@access public
Definition at line 69 of file class.ilCASSettingsGUI.php.
References $ilErr.
|
protected |
Definition at line 57 of file class.ilCASSettingsGUI.php.
References $settings.
Referenced by initFormSettings(), and save().
Here is the caller graph for this function:
|
protected |
Init cas settings.
Definition at line 95 of file class.ilCASSettingsGUI.php.
References AUTH_CAS, ilLDAPServer\getAvailableDataSources(), ilLDAPServer\getDataSource(), getSettings(), ilLDAPServer\isDataSourceActive(), prepareRoleSelection(), ilCASSettings\SYNC_CAS, ilCASSettings\SYNC_DISABLED, and ilCASSettings\SYNC_LDAP.
Referenced by save(), and settings().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 295 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 caller graph for this function:| ilCASSettingsGUI::save | ( | ) |
Save.
@access public
Definition at line 249 of file class.ilCASSettingsGUI.php.
References AUTH_CAS, ilLDAPServer\disableDataSourceForAuthMode(), getSettings(), initFormSettings(), ilUtil\sendFailure(), settings(), ilCASSettings\SYNC_CAS, ilCASSettings\SYNC_DISABLED, ilCASSettings\SYNC_LDAP, and ilLDAPServer\toggleDataSource().
Here is the call graph for this function:| ilCASSettingsGUI::settings | ( | ) |
Show settings.
@access public
Definition at line 236 of file class.ilCASSettingsGUI.php.
References initFormSettings().
Referenced by __construct(), and save().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 27 of file class.ilCASSettingsGUI.php.
|
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.