Enumerations | |
enum | PHPCAS_SERVICE_OK |
enum | PHPCAS_SERVICE_PT_NO_SERVER_RESPONSE |
enum | PHPCAS_SERVICE_PT_BAD_SERVER_RESPONSE |
enum | PHPCAS_SERVICE_PT_FAILURE |
enum | AVAILABLE |
Functions | |
phpCAS::serviceWeb ($url, &$err_code, &$output) | |
phpCAS::serviceMail ($url, $flags, &$err_code, &$err_msg, &$pt) |
|
phpCAS::service() error code when the service was not available. |
|
phpCAS::service() error code on success Definition at line 117 of file CAS.php. Referenced by CASClient::retrievePT(). |
|
phpCAS::service() error code when the PT could not retrieve because the response of the CAS server was ill-formed. Definition at line 127 of file CAS.php. Referenced by CASClient::retrievePT(). |
|
phpCAS::service() error code when the PT could not retrieve because the CAS server did not want to. Definition at line 132 of file CAS.php. Referenced by CASClient::retrievePT(). |
|
phpCAS::service() error code when the PT could not retrieve because the CAS server did not respond. Definition at line 122 of file CAS.php. Referenced by CASClient::retrievePT(). |
|
This method is used to access an IMAP/POP3/NNTP service.
Definition at line 793 of file CAS.php. References $PHPCAS_AUTH_CHECK_CALL, $PHPCAS_CLIENT, phpCAS::checkAuthentication(), phpCAS::error(), phpCAS::forceAuthentication(), phpCAS::proxy(), phpCAS::serviceMail(), phpCAS::traceBegin(), and phpCAS::traceEnd(). Referenced by phpCAS::serviceMail(). |
|
This method is used to access an HTTP[S] service.
Definition at line 750 of file CAS.php. References $PHPCAS_AUTH_CHECK_CALL, $PHPCAS_CLIENT, phpCAS::checkAuthentication(), phpCAS::error(), phpCAS::forceAuthentication(), phpCAS::proxy(), phpCAS::serviceWeb(), phpCAS::traceBegin(), and phpCAS::traceEnd(). Referenced by phpCAS::serviceWeb(). |