Functions | |
CASClient::getPT () | |
CASClient::setPT ($pt) | |
CASClient::hasPT () | |
CASClient::validatePT (&$validate_url, &$text_response, &$tree_response) | |
Variables | |
CASClient::$_pt |
|
This method returns the Proxy Ticket provided in the URL of the request.
Definition at line 1738 of file client.php. |
|
This method tells if a Proxy Ticket was stored.
Definition at line 1754 of file client.php. |
|
This method stores the Proxy Ticket.
Definition at line 1746 of file client.php. References CASClient::setPT(). Referenced by CASClient::CASClient(), CASClient::setPT(), and CASClient::wasPreviouslyAuthenticated(). |
|
This method is used to validate a PT; halt on failure
Definition at line 1773 of file client.php. References CASClient::authError(), domxml_open_mem(), CASClient::getServerProxyValidateURL(), CASClient::isProxy(), phpCAS::traceBegin(), and CASClient::validatePT(). Referenced by CASClient::isAuthenticated(), and CASClient::validatePT(). |
|
the Proxy Ticket provided in the URL of the request if present (empty otherwise). Written by CASClient::CASClient(), read by CASClient::getPT() and CASClient::hasPGT(). Definition at line 1731 of file client.php. |