Enumerations | |
enum | CAS_PGT_STORAGE_FILE_DEFAULT_PATH |
enum | CAS_PGT_STORAGE_FILE_FORMAT_PLAIN |
enum | CAS_PGT_STORAGE_FILE_FORMAT_XML |
enum | CAS_PGT_STORAGE_FILE_DEFAULT_FORMAT |
enum | CAS_PGT_STORAGE_DB_DEFAULT_DATABASE_TYPE |
enum | CAS_PGT_STORAGE_DB_DEFAULT_HOSTNAME |
enum | CAS_PGT_STORAGE_DB_DEFAULT_PORT |
enum | CAS_PGT_STORAGE_DB_DEFAULT_DATABASE |
enum | CAS_PGT_STORAGE_DB_DEFAULT_TABLE |
Functions | |
phpCAS::setPGTStorageFile ($format='', $path='') | |
phpCAS::setPGTStorageDB ($user, $password, $database_type='', $hostname='', $port=0, $database='', $table='') |
|
default database when storing PGT's to database Definition at line 99 of file CAS.php. Referenced by PGTStorageDB::PGTStorageDB(). |
|
default database type when storing PGT's to database Definition at line 87 of file CAS.php. Referenced by PGTStorageDB::PGTStorageDB(). |
|
default host when storing PGT's to database Definition at line 91 of file CAS.php. Referenced by PGTStorageDB::PGTStorageDB(). |
|
default port when storing PGT's to database Definition at line 95 of file CAS.php. Referenced by PGTStorageDB::PGTStorageDB(). |
|
default table when storing PGT's to database Definition at line 103 of file CAS.php. Referenced by PGTStorageDB::PGTStorageDB(). |
|
Default format used when storing PGT's to file Definition at line 80 of file CAS.php. Referenced by PGTStorageFile::PGTStorageFile(). |
|
Default path used when storing PGT's to file Definition at line 68 of file CAS.php. Referenced by PGTStorageFile::PGTStorageFile(). |
|
phpCAS::setPGTStorageFile()'s 2nd parameter to write plain text files Definition at line 72 of file CAS.php. Referenced by PGTStorageFile::PGTStorageFile(). |
|
phpCAS::setPGTStorageFile()'s 2nd parameter to write xml files Definition at line 76 of file CAS.php. Referenced by PGTStorageFile::PGTStorageFile(). |
|
This method is used to tell phpCAS to store the response of the CAS server to PGT requests into a database.
Definition at line 683 of file CAS.php. References $PHPCAS_AUTH_CHECK_CALL, $PHPCAS_CLIENT, phpCAS::error(), phpCAS::proxy(), phpCAS::setPGTStorageDB(), phpCAS::traceBegin(), and phpCAS::traceEnd(). Referenced by phpCAS::setPGTStorageDB(). |
|
This method is used to tell phpCAS to store the response of the CAS server to PGT requests onto the filesystem.
Definition at line 643 of file CAS.php. References $PHPCAS_AUTH_CHECK_CALL, $PHPCAS_CLIENT, phpCAS::error(), phpCAS::proxy(), phpCAS::setPGTStorageFile(), phpCAS::traceBegin(), and phpCAS::traceEnd(). Referenced by phpCAS::setPGTStorageFile(). |