Functions | |
phpCAS::backtrace () | |
phpCAS::log ($str) | |
phpCAS::error ($msg) | |
phpCAS::trace ($str) | |
phpCAS::traceBegin () | |
phpCAS::traceEnd ($res='') | |
phpCAS::traceExit () |
phpCAS::backtrace | ( | ) | [inherited] |
This method is a wrapper for debug_backtrace() that is not available in all PHP versions (>= 4.3.0 only)
Definition at line 411 of file CAS.php.
Referenced by phpCAS::checkAuthentication(), phpCAS::client(), phpCAS::error(), phpCAS::forceAuthentication(), phpCAS::isAuthenticated(), phpCAS::proxy(), phpCAS::trace(), phpCAS::traceBegin(), and phpCAS::traceEnd().
phpCAS::error | ( | $ | msg | ) | [private, inherited] |
This method is used by interface methods to print an error and where the function was originally called from.
$msg | the message to print |
Definition at line 450 of file CAS.php.
References phpCAS::backtrace(), phpCAS::trace(), and phpCAS::traceExit().
Referenced by phpCAS::authenticate(), CASClient::CASClient(), phpCAS::checkAuthentication(), phpCAS::client(), phpCAS::forceAuthentication(), phpCAS::getServerLoginURL(), phpCAS::getServerLogoutURL(), phpCAS::getServiceURL(), PGTStorage::getStorageInfo(), PGTStorage::getStorageType(), CASClient::getUser(), phpCAS::getUser(), PGTStorageDB::init(), phpCAS::isAuthenticated(), phpCAS::isSessionAuthenticated(), phpCAS::logout(), PGTStorage::PGTStorage(), PGTStorageFile::PGTStorageFile(), phpCAS::proxy(), PGTStorage::read(), phpCAS::retrievePT(), phpCAS::serviceMail(), phpCAS::serviceWeb(), phpCAS::setCacheTimesForAuthRecheck(), phpCAS::setDebug(), phpCAS::setFixedCallbackURL(), phpCAS::setFixedServiceURL(), phpCAS::setHTMLFooter(), phpCAS::setHTMLHeader(), phpCAS::setLang(), CASClient::setPGTStorageDB(), phpCAS::setPGTStorageDB(), CASClient::setPGTStorageFile(), phpCAS::setPGTStorageFile(), phpCAS::setServerLoginURL(), phpCAS::setServerLogoutURL(), PGTStorage::write(), and PGTStorageFile::write().
phpCAS::log | ( | $ | str | ) | [private, inherited] |
Logs a string in debug mode.
$str | the string to write |
Definition at line 428 of file CAS.php.
References $PHPCAS_DEBUG.
Referenced by phpCAS::setDebug(), phpCAS::trace(), phpCAS::traceBegin(), phpCAS::traceEnd(), and phpCAS::traceExit().
phpCAS::trace | ( | $ | str | ) | [inherited] |
This method is used to log something in debug mode.
Definition at line 476 of file CAS.php.
References phpCAS::backtrace(), and phpCAS::log().
Referenced by CASClient::authError(), CASClient::callback(), CASClient::CASClient(), CASClient::checkAuthentication(), phpCAS::error(), CASClient::forceAuthentication(), phpCAS::forceAuthentication(), CASClient::isAuthenticated(), PGTStorageFile::read(), CASClient::readURL(), CASClient::retrievePT(), CASClient::serviceMail(), CASClient::serviceWeb(), phpCAS::setDebug(), CASClient::validatePGT(), CASClient::validatePT(), CASClient::validateST(), and CASClient::wasPreviouslyAuthenticated().
phpCAS::traceBegin | ( | ) | [inherited] |
This method is used to indicate the start of the execution of a function in debug mode.
Definition at line 485 of file CAS.php.
References $PHPCAS_DEBUG, phpCAS::backtrace(), and phpCAS::log().
Referenced by CASClient::authError(), CASClient::callback(), CASClient::CASClient(), CASClient::checkAuthentication(), phpCAS::checkAuthentication(), phpCAS::client(), CASClient::forceAuthentication(), phpCAS::forceAuthentication(), PGTStorageFile::getPGTIouFilename(), CASClient::getServerLoginURL(), CASClient::getURL(), PGTStorageFile::init(), PGTStorageDB::init(), CASClient::isAuthenticated(), phpCAS::isAuthenticated(), CASClient::logout(), phpCAS::logout(), PGTStorage::PGTStorage(), PGTStorageDB::PGTStorageDB(), PGTStorageFile::PGTStorageFile(), phpCAS::proxy(), PGTStorageFile::read(), CASClient::readURL(), CASClient::redirectToCas(), CASClient::retrievePT(), CASClient::serviceMail(), phpCAS::serviceMail(), CASClient::serviceWeb(), phpCAS::serviceWeb(), phpCAS::setFixedCallbackURL(), phpCAS::setFixedServiceURL(), phpCAS::setPGTStorageDB(), phpCAS::setPGTStorageFile(), phpCAS::setServerLoginURL(), phpCAS::setServerLogoutURL(), CASClient::validatePGT(), CASClient::validatePT(), CASClient::validateST(), CASClient::wasPreviouslyAuthenticated(), and PGTStorageFile::write().
phpCAS::traceEnd | ( | $ | res = '' |
) | [inherited] |
This method is used to indicate the end of the execution of a function in debug mode.
$res | the result of the function |
Definition at line 513 of file CAS.php.
References $PHPCAS_DEBUG, phpCAS::backtrace(), and phpCAS::log().
Referenced by CASClient::CASClient(), CASClient::checkAuthentication(), phpCAS::checkAuthentication(), phpCAS::client(), CASClient::forceAuthentication(), phpCAS::forceAuthentication(), PGTStorageFile::getPGTIouFilename(), CASClient::getServerLoginURL(), CASClient::getURL(), PGTStorageFile::init(), CASClient::isAuthenticated(), phpCAS::isAuthenticated(), phpCAS::logout(), PGTStorage::PGTStorage(), PGTStorageDB::PGTStorageDB(), PGTStorageFile::PGTStorageFile(), phpCAS::proxy(), PGTStorageFile::read(), CASClient::readURL(), CASClient::retrievePT(), CASClient::serviceMail(), phpCAS::serviceMail(), CASClient::serviceWeb(), phpCAS::serviceWeb(), phpCAS::setFixedCallbackURL(), phpCAS::setFixedServiceURL(), phpCAS::setPGTStorageDB(), phpCAS::setPGTStorageFile(), phpCAS::setServerLoginURL(), phpCAS::setServerLogoutURL(), CASClient::validatePGT(), CASClient::validatePT(), CASClient::validateST(), CASClient::wasPreviouslyAuthenticated(), and PGTStorageFile::write().
phpCAS::traceExit | ( | ) | [inherited] |
This method is used to indicate the end of the execution of the program
Definition at line 527 of file CAS.php.
References $PHPCAS_DEBUG, and phpCAS::log().
Referenced by CASClient::authError(), CASClient::callback(), phpCAS::error(), CASClient::logout(), and CASClient::redirectToCas().