ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Modules | |
PGT storage | |
Callback from the CAS server | |
Proxy other services | |
Functions | |
CAS_Client::isProxy () | |
Tells if a CAS client is a CAS proxy or not. More... | |
CAS_Client::_getPGT () | |
This method returns the Proxy Granting Ticket given by the CAS server. More... | |
CAS_Client::_setPGT ($pgt) | |
This method stores the Proxy Granting Ticket. More... | |
CAS_Client::_hasPGT () | |
This method tells if a Proxy Granting Ticket was stored. More... | |
Variables | |
CAS_Client::$_proxy | |
A boolean telling if the client is a CAS proxy or not. More... | |
CAS_Client::$_serviceCookieJar | |
Handler for managing service cookies. More... | |
CAS_Client::$_pgt | |
the Proxy Grnting Ticket given by the CAS server (empty otherwise). More... | |
|
private |
This method returns the Proxy Granting Ticket given by the CAS server.
Definition at line 2271 of file Client.php.
References CAS_Client\$_pgt.
Referenced by CAS_Client\isAuthenticated(), and CAS_Client\retrievePT().
|
private |
This method tells if a Proxy Granting Ticket was stored.
Definition at line 2293 of file Client.php.
|
private |
This method stores the Proxy Granting Ticket.
string | $pgt | The Proxy Granting Ticket. |
Definition at line 2283 of file Client.php.
Referenced by CAS_Client\_validatePGT(), and CAS_Client\_wasPreviouslyAuthenticated().
CAS_Client::isProxy | ( | ) |
Tells if a CAS client is a CAS proxy or not.
Definition at line 2242 of file Client.php.
References CAS_Client\$_proxy.
Referenced by CAS_Client\__construct(), CAS_Client\_wasPreviouslyAuthenticated(), CAS_Client\ensureIsProxy(), CAS_Client\isAuthenticated(), and CAS_Client\validateCAS20().
|
private |
the Proxy Grnting Ticket given by the CAS server (empty otherwise).
Written by CAS_Client::_setPGT(), read by CAS_Client::_getPGT() and CAS_Client::_hasPGT().
Definition at line 2264 of file Client.php.
Referenced by CAS_Client\_getPGT().
|
private |
A boolean telling if the client is a CAS proxy or not.
Written by CAS_Client::CAS_Client(), read by CAS_Client::isProxy().
Definition at line 2230 of file Client.php.
Referenced by CAS_Client\isProxy().
|
private |
Handler for managing service cookies.
Definition at line 2235 of file Client.php.