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= '') |
phpCAS::setPGTStorageFile()'s 2nd parameter to write plain text files
phpCAS::setPGTStorageFile()'s 2nd parameter to write xml files
phpCAS::setPGTStorageDB | ( | $ | user, | |
$ | password, | |||
$ | database_type = '' , |
|||
$ | hostname = '' , |
|||
$ | port = 0 , |
|||
$ | database = '' , |
|||
$ | table = '' | |||
) | [inherited] |
This method is used to tell phpCAS to store the response of the CAS server to PGT requests into a database.
$user | the user to access the data with | |
$password | the user's password | |
$database_type | the type of the database hosting the data | |
$hostname | the server hosting the database | |
$port | the port the server is listening on | |
$database | the name of the database | |
$table | the name of the table storing the data |
Definition at line 768 of file CAS.php.
References phpCAS::error(), phpCAS::traceBegin(), and phpCAS::traceEnd().
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.
$format | the format used to store the PGT's (`plain' and `xml' allowed) | |
$path | the path where the PGT's should be stored |
Definition at line 730 of file CAS.php.
References phpCAS::error(), phpCAS::traceBegin(), and phpCAS::traceEnd().