|
ILIAS
Release_3_10_x_branch Revision 61812
|
Functions | |
| CASClient::getPT () | |
| This method returns the Proxy Ticket provided in the URL of the request. | |
| CASClient::setPT ($pt) | |
| This method stores the Proxy Ticket. | |
| CASClient::hasPT () | |
| This method tells if a Proxy Ticket was stored. | |
| CASClient::validatePT (&$validate_url, &$text_response, &$tree_response) | |
| This method is used to validate a PT; halt on failure. | |
Variables | |
| CASClient::$_pt | |
| the Proxy Ticket provided in the URL of the request if present (empty otherwise). | |
|
private |
This method returns the Proxy Ticket provided in the URL of the request.
Definition at line 1697 of file client.php.
Referenced by CASClient\isAuthenticated().
Here is the caller graph for this function:
|
private |
This method tells if a Proxy Ticket was stored.
Definition at line 1713 of file client.php.
|
private |
This method stores the Proxy Ticket.
| $pt | The Proxy Ticket. |
Definition at line 1705 of file client.php.
Referenced by CASClient\wasPreviouslyAuthenticated().
Here is the caller graph for this function:
|
private |
This method is used to validate a PT; halt on failure.
Definition at line 1732 of file client.php.
Referenced by CASClient\isAuthenticated().
Here is the caller graph for this function:
|
private |
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 1690 of file client.php.