| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
 Collaboration diagram for CAS Proxy features (CAS 2.0, Proxy Granting Tickets):
 Collaboration diagram for CAS Proxy features (CAS 2.0, Proxy Granting Tickets):| Modules | |
| PGT storage | |
| Callback from the CAS server | |
| Functions | |
| CASClient::isProxy () | |
| Tells if a CAS client is a CAS proxy or not. | |
| CASClient::getPGT () | |
| This method returns the Proxy Granting Ticket given by the CAS server. | |
| CASClient::setPGT ($pgt) | |
| This method stores the Proxy Granting Ticket. | |
| CASClient::hasPGT () | |
| This method tells if a Proxy Granting Ticket was stored. | |
| Variables | |
| CASClient::$_proxy | |
| A boolean telling if the client is a CAS proxy or not. | |
| CASClient::$_pgt | |
| the Proxy Grnting Ticket given by the CAS server (empty otherwise). | |
| 
 | private | 
This method returns the Proxy Granting Ticket given by the CAS server.
Definition at line 1709 of file client.php.
Referenced by CASClient\isAuthenticated().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
This method tells if a Proxy Granting Ticket was stored.
Definition at line 1725 of file client.php.
| 
 | private | 
Tells if a CAS client is a CAS proxy or not.
Definition at line 1681 of file client.php.
Referenced by CASClient\CASClient(), CASClient\isAuthenticated(), CASClient\validateST(), and CASClient\wasPreviouslyAuthenticated().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
This method stores the Proxy Granting Ticket.
| $pgt | The Proxy Granting Ticket. | 
Definition at line 1717 of file client.php.
Referenced by CASClient\wasPreviouslyAuthenticated().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
the Proxy Grnting Ticket given by the CAS server (empty otherwise).
Written by CASClient::setPGT(), read by CASClient::getPGT() and CASClient::hasPGT().
Definition at line 1702 of file client.php.
| 
 | private | 
A boolean telling if the client is a CAS proxy or not.
Written by CASClient::CASClient(), read by CASClient::isProxy().
Definition at line 1672 of file client.php.