Enumerations

PublicServices

Enumerations

enum  PHPCAS_SERVICE_OK
 

phpCAS::service() error code on success

More...
enum  PHPCAS_SERVICE_PT_NO_SERVER_RESPONSE
 

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

More...
enum  PHPCAS_SERVICE_PT_BAD_SERVER_RESPONSE
 

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

More...
enum  PHPCAS_SERVICE_PT_FAILURE
 

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

More...
enum  AVAILABLE
 

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

More...

Enumeration Type Documentation

enum AVAILABLE

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

Definition at line 135 of file CAS.php.

phpCAS::service() error code on success

Definition at line 116 of file CAS.php.

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.

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.

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.