ILIAS
Release_3_10_x_branch Revision 61812
|
Functions | |
CASClient::getST () | |
This method returns the Service Ticket provided in the URL of the request. | |
CASClient::setST ($st) | |
This method stores the Service Ticket. | |
CASClient::hasST () | |
This method tells if a Service Ticket was stored. | |
CASClient::validateST ($validate_url, &$text_response, &$tree_response) | |
This method is used to validate a ST; halt on failure, and sets $validate_url, $text_reponse and $tree_response on success. |
Variables | |
CASClient::$_st | |
the Service Ticket provided in the URL of the request if present (empty otherwise). |
|
private |
This method returns the Service Ticket provided in the URL of the request.
Definition at line 810 of file client.php.
References CASClient\$_st.
Referenced by CASClient\isAuthenticated(), and CASClient\validateST().
|
private |
This method tells if a Service Ticket was stored.
Definition at line 826 of file client.php.
Referenced by CASClient\isAuthenticated().
|
private |
This method stores the Service Ticket.
$st | The Service Ticket. |
Definition at line 818 of file client.php.
Referenced by CASClient\wasPreviouslyAuthenticated().
|
private |
This method is used to validate a ST; halt on failure, and sets $validate_url, $text_reponse and $tree_response on success.
These parameters are used later by CASClient::validatePGT() for CAS proxies.
$validate_url | the URL of the request to the CAS server. |
$text_response | the response of the CAS server, as is (XML text). |
$tree_response | the response of the CAS server, as a DOM XML tree. |
Definition at line 852 of file client.php.
References $user, CASClient\authError(), domxml_open_mem(), CASClient\getServerServiceValidateURL(), CASClient\getST(), CASClient\isProxy(), n, CASClient\readURL(), and CASClient\setUser().
|
private |
the Service Ticket provided in the URL of the request if present (empty otherwise).
Written by CASClient::CASClient(), read by CASClient::getST() and CASClient::hasPGT().
Definition at line 803 of file client.php.
Referenced by CASClient\getST().