Functions | |
CASClient::getST () | |
CASClient::setST ($st) | |
CASClient::hasST () | |
CASClient::validateST ($validate_url, &$text_response, &$tree_response) | |
Variables | |
CASClient::$_st |
|
This method returns the Service Ticket provided in the URL of the request.
Definition at line 852 of file client.php. |
|
This method tells if a Service Ticket was stored.
Definition at line 868 of file client.php. |
|
This method stores the Service Ticket.
Definition at line 860 of file client.php. References CASClient::setST(). Referenced by CASClient::CASClient(), CASClient::setST(), and CASClient::wasPreviouslyAuthenticated(). |
|
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.
Definition at line 894 of file client.php. References CASClient::authError(), CAS_VERSION_1_0, CAS_VERSION_2_0, domxml_open_mem(), CASClient::getServerServiceValidateURL(), CASClient::getServerVersion(), CASClient::isProxy(), CASClient::readURL(), phpCAS::traceBegin(), and CASClient::validateST(). Referenced by CASClient::isAuthenticated(), and CASClient::validateST(). |
|
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 845 of file client.php. |