Enumerations | Variables

Services/CAS/phpcas/source/CAS/CAS.php File Reference

Interface class of the phpCAS library. More...

Go to the source code of this file.

Enumerations

enum  PHPCAS_VERSION
 

phpCAS version.

More...
enum  CAS_VERSION_1_0
 

CAS version 1.0.

More...
enum  CAS_VERSION_2_0
enum  CAS_PGT_STORAGE_FILE_DEFAULT_PATH
 

Default path used when storing PGT's to file.

More...
enum  CAS_PGT_STORAGE_FILE_FORMAT_PLAIN
 

phpCAS::setPGTStorageFile()'s 2nd parameter to write plain text files

More...
enum  CAS_PGT_STORAGE_FILE_FORMAT_XML
 

phpCAS::setPGTStorageFile()'s 2nd parameter to write xml files

More...
enum  CAS_PGT_STORAGE_FILE_DEFAULT_FORMAT
 

Default format used when storing PGT's to file.

More...
enum  CAS_PGT_STORAGE_DB_DEFAULT_DATABASE_TYPE
 

default database type when storing PGT's to database

More...
enum  CAS_PGT_STORAGE_DB_DEFAULT_HOSTNAME
 

default host when storing PGT's to database

More...
enum  CAS_PGT_STORAGE_DB_DEFAULT_PORT
 

default port when storing PGT's to database

More...
enum  CAS_PGT_STORAGE_DB_DEFAULT_DATABASE
 

default database when storing PGT's to database

More...
enum  CAS_PGT_STORAGE_DB_DEFAULT_TABLE
 

default table when storing PGT's to database

More...
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...
enum  PHPCAS_LANG_ENGLISH
enum  PHPCAS_LANG_FRENCH
enum  PHPCAS_LANG_GREEK
enum  PHPCAS_LANG_DEFAULT
 

phpCAS default language (when phpCAS::setLang() is not used)

More...

Variables

 $PHPCAS_CLIENT
 This global variable is used by the interface class phpCAS.
 $PHPCAS_INIT_CALL
 This global variable is used to store where the initializer is called from (to print a comprehensive error in case of multiple calls).
 $PHPCAS_AUTH_CHECK_CALL
 This global variable is used to store where the method checking the authentication is called from (to print comprehensive errors).
 $PHPCAS_DEBUG
 This global variable is used to store phpCAS debug mode.

Detailed Description

Interface class of the phpCAS library.

Definition in file CAS.php.


Enumeration Type Documentation

phpCAS version.

accessible for the user by phpCAS::getVersion().

Definition at line 37 of file CAS.php.