|
ILIAS
Release_4_0_x_branch Revision 61816
|
Collaboration diagram for CAS proxied client features (CAS 2.0, Proxy Tickets):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::getSA () | |
| This method returns the SAML Ticket provided in the URL of the request. | |
| CASClient::setSA ($sa) | |
| This method stores the SAML Ticket. | |
| CASClient::hasSA () | |
| This method tells if a SAML Ticket was stored. | |
| CASClient::validatePT (&$validate_url, &$text_response, &$tree_response) | |
| This method is used to validate a ST or PT; halt on failure Used for all CAS 2.0 validations. | |
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 2436 of file client.php.
Referenced by CASClient\isAuthenticated().
Here is the caller graph for this function:
|
private |
This method returns the SAML Ticket provided in the URL of the request.
Definition at line 2462 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 2455 of file client.php.
Referenced by CASClient\isAuthenticated().
Here is the caller graph for this function:
|
private |
This method tells if a SAML Ticket was stored.
Definition at line 2478 of file client.php.
Referenced by CASClient\isAuthenticated().
Here is the caller graph for this function:
|
private |
This method stores the Proxy Ticket.
| $pt | The Proxy Ticket. |
Definition at line 2447 of file client.php.
Referenced by CASClient\wasPreviouslyAuthenticated().
Here is the caller graph for this function:
|
private |
This method stores the SAML Ticket.
| $sa | The SAML Ticket. |
Definition at line 2470 of file client.php.
|
private |
This method is used to validate a ST or PT; halt on failure Used for all CAS 2.0 validations.
Definition at line 2497 of file client.php.
References phpCAS\trace(), and phpCAS\traceBegin().
Referenced by CASClient\isAuthenticated().
Here is the call graph for this function:
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 2429 of file client.php.