ILIAS
Release_4_1_x_branch Revision 61804
|
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 2445 of file client.php.
Referenced by CASClient\isAuthenticated().
|
private |
This method returns the SAML Ticket provided in the URL of the request.
Definition at line 2471 of file client.php.
Referenced by CASClient\isAuthenticated().
|
private |
This method tells if a Proxy Ticket was stored.
Definition at line 2464 of file client.php.
Referenced by CASClient\isAuthenticated().
|
private |
This method tells if a SAML Ticket was stored.
Definition at line 2487 of file client.php.
Referenced by CASClient\isAuthenticated().
|
private |
This method stores the Proxy Ticket.
$pt | The Proxy Ticket. |
Definition at line 2456 of file client.php.
Referenced by CASClient\wasPreviouslyAuthenticated().
|
private |
This method stores the SAML Ticket.
$sa | The SAML Ticket. |
Definition at line 2479 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 2506 of file client.php.
References phpCAS\trace(), and phpCAS\traceBegin().
Referenced by CASClient\isAuthenticated().
|
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 2438 of file client.php.