Functions | |
| CASClient::getURL () | |
| CASClient::setURL ($url) | |
| CASClient::authError ($failure, $cas_url, $no_response, $bad_response='', $cas_response='', $err_code='', $err_msg='') | |
Variables | |
| CASClient::$_url | |
| $GLOBALS ['PHPCAS_CLIENT'] | |
| $GLOBALS ['PHPCAS_INIT_CALL'] | |
| $GLOBALS ['PHPCAS_AUTH_CHECK_CALL'] | |
| $GLOBALS ['PHPCAS_DEBUG'] | |
| CASClient::authError | ( | $ | failure, | |
| $ | cas_url, | |||
| $ | no_response, | |||
| $ | bad_response = '', |
|||
| $ | cas_response = '', |
|||
| $ | err_code = '', |
|||
| $ | err_msg = '' | |||
| ) | [private, inherited] |
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 2261 of file client.php.
References phpCAS::trace(), phpCAS::traceBegin(), and phpCAS::traceExit().
Referenced by CASClient::validateST().
| CASClient::getURL | ( | ) | [private, inherited] |
This method returns the URL of the current request (without any ticket CGI parameter).
Definition at line 2183 of file client.php.
Referenced by CASClient::CASClient(), CASClient::getServerLoginURL(), CASClient::getServerProxyValidateURL(), and CASClient::getServerServiceValidateURL().
| CASClient::setURL | ( | $ | url | ) | [private, inherited] |
This method sets the URL of the current request
| $url | url to set for service |
Definition at line 2238 of file client.php.
CASClient::$_url [private, inherited] |
the URL of the current request (without any ticket CGI parameter). Written and read by CASClient::getURL().
Definition at line 2173 of file client.php.
| $GLOBALS['PHPCAS_DEBUG'] |
| $GLOBALS['PHPCAS_AUTH_CHECK_CALL'] |
| $GLOBALS['PHPCAS_INIT_CALL'] |
| $GLOBALS['PHPCAS_CLIENT'] |
1.5.5