ILIAS  Release_3_10_x_branch Revision 61812
 All Data Structures Namespaces Files Functions Variables Groups Pages
PublicServices

Variables

const PHPCAS_SERVICE_OK = 0
 phpCAS::service() error code on success
const PHPCAS_SERVICE_PT_NO_SERVER_RESPONSE = 1
 phpCAS::service() error code when the PT could not retrieve because the CAS server did not respond.
const PHPCAS_SERVICE_PT_BAD_SERVER_RESPONSE = 2
 phpCAS::service() error code when the PT could not retrieve because the response of the CAS server was ill-formed.
const PHPCAS_SERVICE_PT_FAILURE = 3
 phpCAS::service() error code when the PT could not retrieve because the CAS server did not want to.
const AVAILABLE = 4
 phpCAS::service() error code when the service was not available.

Detailed Description

Variable Documentation

const AVAILABLE = 4

phpCAS::service() error code when the service was not available.

Definition at line 135 of file CAS.php.

const PHPCAS_SERVICE_OK = 0

phpCAS::service() error code on success

Definition at line 116 of file CAS.php.

const PHPCAS_SERVICE_PT_BAD_SERVER_RESPONSE = 2

phpCAS::service() error code when the PT could not retrieve because the response of the CAS server was ill-formed.

Definition at line 126 of file CAS.php.

const PHPCAS_SERVICE_PT_FAILURE = 3

phpCAS::service() error code when the PT could not retrieve because the CAS server did not want to.

Definition at line 131 of file CAS.php.

const PHPCAS_SERVICE_PT_NO_SERVER_RESPONSE = 1

phpCAS::service() error code when the PT could not retrieve because the CAS server did not respond.

Definition at line 121 of file CAS.php.