Functions | |
CASClient::setCallbackMode ($callback_mode) | |
CASClient::isCallbackMode () | |
CASClient::getCallbackURL () | |
CASClient::setCallbackURL ($url) | |
CASClient::callback () | |
Variables | |
CASClient::$_callback_mode | |
CASClient::$_callback_url |
|
This method is called by CASClient::CASClient() when running in callback mode. It stores the PGT and its PGT Iou, prints its output and halts. Definition at line 1202 of file client.php. References CASClient::printHTMLFooter(), phpCAS::traceBegin(), and phpCAS::traceExit(). Referenced by CASClient::wasPreviouslyAuthenticated(). |
|
This method returns the URL that should be used for the PGT callback (in fact the URL of the current request without any CGI parameter, except if phpCAS::setFixedCallbackURL() was used).
Definition at line 1149 of file client.php. References CASClient::isHttps(), and CASClient::setCallbackURL(). |
|
This method returns TRUE when the CAs client is running i callback mode, FALSE otherwise.
Definition at line 1125 of file client.php. Referenced by CASClient::CASClient(), and CASClient::wasPreviouslyAuthenticated(). |
|
This method sets/unsets callback mode.
Definition at line 1112 of file client.php. References CASClient::setCallbackMode(). Referenced by CASClient::CASClient(), and CASClient::setCallbackMode(). |
|
This method sets the callback url.
Definition at line 1191 of file client.php. References CASClient::setCallbackURL(). Referenced by CASClient::getCallbackURL(), and CASClient::setCallbackURL(). |
|
a boolean to know if the CAS client is running in callback mode. Written by CASClient::setCallBackMode(), read by CASClient::isCallbackMode(). Definition at line 1103 of file client.php. |
|
the URL that should be used for the PGT callback (in fact the URL of the current request without any CGI parameter). Written and read by CASClient::getCallbackURL(). Definition at line 1138 of file client.php. |