Functions | |
CASClient::getURL () | |
CASClient::removeParameterFromQueryString ($parameterName, $queryString) | |
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 2664 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 2563 of file client.php.
Referenced by CASClient::getServerLoginURL(), CASClient::getServerProxyValidateURL(), CASClient::getServerSamlValidateURL(), CASClient::getServerServiceValidateURL(), and CASClient::isAuthenticated().
CASClient::removeParameterFromQueryString | ( | $ | parameterName, | |
$ | queryString | |||
) | [inherited] |
Removes a parameter from a query string
string | $parameterName | |
string | $queryString |
Definition at line 2627 of file client.php.
CASClient::setURL | ( | $ | url | ) | [private, inherited] |
This method sets the URL of the current request
$url | url to set for service |
Definition at line 2641 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 2553 of file client.php.
$GLOBALS['PHPCAS_DEBUG'] |
$GLOBALS['PHPCAS_AUTH_CHECK_CALL'] |
$GLOBALS['PHPCAS_INIT_CALL'] |