|
ILIAS
Release_3_10_x_branch Revision 61812
|
Functions | |
| CASClient::getURL () | |
| This method returns the URL of the current request (without any ticket CGI parameter). | |
| CASClient::setURL ($url) | |
| This method sets the URL of the current request. | |
| CASClient::authError ($failure, $cas_url, $no_response, $bad_response='', $cas_response='', $err_code='', $err_msg='') | |
| This method is used to print the HTML output when the user was not authenticated. | |
Variables | |
| $PHPCAS_CLIENT | |
| This global variable is used by the interface class phpCAS. | |
| $PHPCAS_INIT_CALL | |
| This global variable is used to store where the initializer is called from (to print a comprehensive error in case of multiple calls). | |
| $PHPCAS_AUTH_CHECK_CALL | |
| This global variable is used to store where the method checking the authentication is called from (to print comprehensive errors) | |
| $PHPCAS_DEBUG | |
| This global variable is used to store phpCAS debug mode. | |
| CASClient::$_url | |
| the URL of the current request (without any ticket CGI parameter). | |
|
private |
This method is used to print the HTML output when the user was not authenticated.
| $failure | the failure that occured |
| $cas_url | the URL the CAS server was asked for |
| $no_response | the response from the CAS server (other parameters are ignored if TRUE) |
| $bad_response | bad response from the CAS server ($err_code and $err_msg ignored if TRUE) |
| $cas_response | the response of the CAS server |
| $err_code | the error code given by the CAS server |
| $err_msg | the error message given by the CAS server |
Definition at line 1919 of file client.php.
References $failure, CAS_STR_AUTHENTICATION_FAILED, CAS_STR_YOU_WERE_NOT_AUTHENTICATED, CAS_VERSION_1_0, CAS_VERSION_2_0, and exit.
Referenced by CASClient\validateST().
Here is the caller graph for this function:
|
private |
This method returns the URL of the current request (without any ticket CGI parameter).
Definition at line 1846 of file client.php.
Referenced by CASClient\getServerLoginURL(), CASClient\getServerProxyValidateURL(), and CASClient\getServerServiceValidateURL().
Here is the caller graph for this function:
|
private |
This method sets the URL of the current request.
| $url | url to set for service |
Definition at line 1896 of file client.php.
|
private |
the URL of the current request (without any ticket CGI parameter).
Written and read by CASClient::getURL().
Definition at line 1836 of file client.php.
| $PHPCAS_AUTH_CHECK_CALL |
| $PHPCAS_CLIENT |
This global variable is used by the interface class phpCAS.
Definition at line 176 of file CAS.php.
Referenced by ilCASAuth\checkCASAuth().
| $PHPCAS_DEBUG |