Functions | |
CASClient::getST () | |
CASClient::setST ($st) | |
CASClient::hasST () | |
CASClient::validateST ($validate_url, &$text_response, &$tree_response) | |
Variables | |
CASClient::$_st |
CASClient::getST | ( | ) | [private, inherited] |
This method returns the Service Ticket provided in the URL of the request.
Definition at line 915 of file client.php.
Referenced by CASClient::isAuthenticated().
CASClient::hasST | ( | ) | [private, inherited] |
This method tells if a Service Ticket was stored.
Definition at line 931 of file client.php.
Referenced by CASClient::isAuthenticated().
CASClient::setST | ( | $ | st | ) | [private, inherited] |
This method stores the Service Ticket.
$st | The Service Ticket. |
Definition at line 923 of file client.php.
Referenced by CASClient::CASClient(), and CASClient::wasPreviouslyAuthenticated().
CASClient::validateST | ( | $ | validate_url, | |
&$ | text_response, | |||
&$ | tree_response | |||
) | [private, inherited] |
This method is used to validate a ST; halt on failure, and sets $validate_url, $text_reponse and $tree_response on success. These parameters are used later by CASClient::validatePGT() for CAS proxies.
$validate_url | the URL of the request to the CAS server. | |
$text_response | the response of the CAS server, as is (XML text). | |
$tree_response | the response of the CAS server, as a DOM XML tree. |
Definition at line 957 of file client.php.
References CASClient::authError(), domxml_open_mem(), CASClient::getServerServiceValidateURL(), CASClient::getServerVersion(), CASClient::isProxy(), CASClient::readURL(), CASClient::setUser(), phpCAS::trace(), phpCAS::traceBegin(), and phpCAS::traceEnd().
Referenced by CASClient::isAuthenticated().
CASClient::$_st [private, inherited] |
the Service Ticket provided in the URL of the request if present (empty otherwise). Written by CASClient::CASClient(), read by CASClient::getST() and CASClient::hasPGT().
Definition at line 908 of file client.php.