Functions | |
CASClient::getPT () | |
CASClient::setPT ($pt) | |
CASClient::hasPT () | |
CASClient::validatePT (&$validate_url, &$text_response, &$tree_response) | |
Variables | |
CASClient::$_pt |
CASClient::getPT | ( | ) | [private, inherited] |
This method returns the Proxy Ticket provided in the URL of the request.
Definition at line 1803 of file client.php.
Referenced by CASClient::isAuthenticated().
CASClient::hasPT | ( | ) | [private, inherited] |
This method tells if a Proxy Ticket was stored.
Definition at line 1821 of file client.php.
Referenced by CASClient::isAuthenticated().
CASClient::setPT | ( | $ | pt | ) | [private, inherited] |
This method stores the Proxy Ticket.
$pt | The Proxy Ticket. |
Definition at line 1813 of file client.php.
Referenced by CASClient::CASClient(), and CASClient::wasPreviouslyAuthenticated().
CASClient::validatePT | ( | &$ | validate_url, | |
&$ | text_response, | |||
&$ | tree_response | |||
) | [private, inherited] |
This method is used to validate a PT; halt on failure
Definition at line 1840 of file client.php.
References CASClient::authError(), domxml_open_mem(), CASClient::getServerProxyValidateURL(), CASClient::isProxy(), CASClient::readURL(), CASClient::setUser(), phpCAS::trace(), phpCAS::traceBegin(), and phpCAS::traceEnd().
Referenced by CASClient::isAuthenticated().
CASClient::$_pt [private, inherited] |
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 1796 of file client.php.