Enumerations | Functions

PGT storage
[Configuration]

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

Functions

 phpCAS::setPGTStorageFile ($format= '', $path= '')

Enumeration Type Documentation

Default format used when storing PGT's to file

Definition at line 161 of file CAS.php.

Default path used when storing PGT's to file

Definition at line 149 of file CAS.php.

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

Definition at line 153 of file CAS.php.

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

Definition at line 157 of file CAS.php.


Function Documentation

phpCAS::setPGTStorageFile ( format = '',
path = '' 
) [inherited]

This method is used to tell phpCAS to store the response of the CAS server to PGT requests onto the filesystem.

Parameters:
$format the format used to store the PGT's (`plain' and `xml' allowed)
$path the path where the PGT's should be stored
Examples:
example_file.php.

Definition at line 706 of file CAS.php.

References phpCAS::error(), phpCAS::traceBegin(), and phpCAS::traceEnd().