Modules | |
group | PGT storage |
group | Callback from the CAS server |
Functions | |
CASClient::isProxy () | |
CASClient::getPGT () | |
CASClient::setPGT ($pgt) | |
CASClient::hasPGT () | |
Variables | |
CASClient::$_proxy | |
CASClient::$_pgt |
|
This method returns the Proxy Granting Ticket given by the CAS server.
Definition at line 1062 of file client.php. Referenced by CASClient::isAuthenticated(). |
|
This method tells if a Proxy Granting Ticket was stored.
Definition at line 1078 of file client.php. |
|
Tells if a CAS client is a CAS proxy or not
Definition at line 1034 of file client.php. Referenced by CASClient::CASClient(), CASClient::isAuthenticated(), CASClient::validatePT(), CASClient::validateST(), and CASClient::wasPreviouslyAuthenticated(). |
|
This method stores the Proxy Granting Ticket.
Definition at line 1070 of file client.php. References CASClient::setPGT(). Referenced by CASClient::setPGT(), and CASClient::wasPreviouslyAuthenticated(). |
|
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 1055 of file client.php. |
|
A boolean telling if the client is a CAS proxy or not. Written by CASClient::CASClient(), read by CASClient::isProxy(). Definition at line 1025 of file client.php. |