| Moodle APIs
    3.8
    Moodle 3.8.6 (Build: 20201109) | 
| Files | |
| file | auth.php | 
| Authentication Plugin: CAS Authentication. | |
| file | lib.php | 
| Authentication Plugin: CAS Authentication. | |
| file | provider.php | 
| Privacy Subsystem implementation for auth_cas. | |
| file | settings.php | 
| Admin settings and defaults. | |
| file | sync_task.php | 
| A scheduled task for CAS user sync. | |
| file | tasks.php | 
| Definition of auth_cas tasks. | |
| file | upgrade.php | 
| CAS authentication plugin upgrade code. | |
| file | version.php | 
| Version details. | |
| Namespaces | |
| auth_cas\privacy | |
|  | |
| auth_cas\task | |
|  | |
| Classes | |
| class | auth_cas\privacy\provider | 
| Privacy Subsystem for auth_cas implementing null_provider.  More... | |
| class | auth_cas\task\sync_task | 
| A scheduled task class for CAS user sync.  More... | |
| class | auth_plugin_cas | 
| CAS authentication plugin.  More... | |
| Functions | |
| auth_cas_pluginfile ($course, $cm, $context, $filearea, $args, $forcedownload, array $options=[]) | |
| Serves the logo file settings.  More... | |
| xmldb_auth_cas_upgrade ($oldversion) | |
| Function to upgrade auth_cas.  More... | |
| Variables | |
| $tasks | |
| $plugin | component = 'auth_cas' | 
| $plugin | dependencies = array('auth_ldap' => 2019111200) | 
| $plugin | requires = 2019111200 | 
| $plugin | version = 2019111801 | 
| auth_cas_pluginfile | ( | $course, | |
| $cm, | |||
| $context, | |||
| $filearea, | |||
| $args, | |||
| $forcedownload, | |||
| array | $options = [] | ||
| ) | 
Serves the logo file settings.
| stdClass | $course | course object | 
| stdClass | $cm | course module object | 
| stdClass | $context | context object | 
| string | $filearea | file area | 
| array | $args | extra arguments | 
| bool | $forcedownload | whether or not force download | 
| array | $options | additional options affecting the file serving | 
| bool | false|void | 
| xmldb_auth_cas_upgrade | ( | $oldversion | ) | 
Function to upgrade auth_cas.
| int | $oldversion | the version we are upgrading from | 
| bool | result | 
| $tasks |