|
Moodle
2.2.1
http://www.collinsharper.com
|
|
Functions | |
| setCacheTimesForAuthRecheck ($n) | |
| checkAuthentication () | |
| forceAuthentication () | |
| renewAuthentication () | |
| authenticate () | |
| isAuthenticated () | |
| isSessionAuthenticated () | |
| getUser () | |
| getAttributes () | |
| handleLogoutRequests ($check_client=true, $allowed_clients=false) | |
| getServerLoginURL () | |
| setServerLoginURL ($url= '') | |
| setServerServiceValidateURL ($url= '') | |
| setServerProxyValidateURL ($url= '') | |
| setServerSamlValidateURL ($url= '') | |
| getServerLogoutURL () | |
| setServerLogoutURL ($url= '') | |
| logout ($params="") | |
| logoutWithRedirectService ($service) | |
| logoutWithUrl ($url) | |
| logoutWithRedirectServiceAndUrl ($service, $url) | |
| setFixedCallbackURL ($url= '') | |
| setFixedServiceURL ($url) | |
| getServiceURL () | |
| retrievePT ($target_service, &$err_code, &$err_msg) | |
| setCasServerCert ($cert) | |
| setCasServerCACert ($cert) | |
| setNoCasServerValidation () | |
| authenticate | ( | ) |
| checkAuthentication | ( | ) |
| forceAuthentication | ( | ) |
| getAttributes | ( | ) |
This method returns the CAS user's login name.
| getServerLoginURL | ( | ) |
This method returns the URL to be used to login. or phpCAS::isAuthenticated().
| getServerLogoutURL | ( | ) |
This method returns the URL to be used to login. or phpCAS::isAuthenticated().
| getServiceURL | ( | ) |
| getUser | ( | ) |
This method returns the CAS user's login name.
Definition at line 999 of file CAS.php.

| handleLogoutRequests | ( | $ | check_client = true, |
| $ | allowed_clients = false |
||
| ) |
| isAuthenticated | ( | ) |
| isSessionAuthenticated | ( | ) |
| logout | ( | $ | params = "" | ) |
| logoutWithRedirectService | ( | $ | service | ) |
| logoutWithRedirectServiceAndUrl | ( | $ | service, |
| $ | url | ||
| ) |
| logoutWithUrl | ( | $ | url | ) |
| renewAuthentication | ( | ) |
| retrievePT | ( | $ | target_service, |
| &$ | err_code, | ||
| &$ | err_msg | ||
| ) |
| setCacheTimesForAuthRecheck | ( | $ | n | ) |
| setCasServerCACert | ( | $ | cert | ) |
| setCasServerCert | ( | $ | cert | ) |
| setFixedCallbackURL | ( | $ | url = '' | ) |
| setFixedServiceURL | ( | $ | url | ) |
| setNoCasServerValidation | ( | ) |
| setServerLoginURL | ( | $ | url = '' | ) |
| setServerLogoutURL | ( | $ | url = '' | ) |
| setServerProxyValidateURL | ( | $ | url = '' | ) |
| setServerSamlValidateURL | ( | $ | url = '' | ) |