ILIAS  Release_3_10_x_branch Revision 61812
 All Data Structures Namespaces Files Functions Variables Groups Pages
PublicPGTStorage

Variables

const CAS_PGT_STORAGE_FILE_DEFAULT_PATH = '/tmp'
 Default path used when storing PGT's to file.
const CAS_PGT_STORAGE_FILE_FORMAT_PLAIN = 'plain'
 phpCAS::setPGTStorageFile()'s 2nd parameter to write plain text files
const CAS_PGT_STORAGE_FILE_FORMAT_XML = 'xml'
 phpCAS::setPGTStorageFile()'s 2nd parameter to write xml files
const CAS_PGT_STORAGE_FILE_DEFAULT_FORMAT = CAS_PGT_STORAGE_FILE_FORMAT_PLAIN
 Default format used when storing PGT's to file.
const CAS_PGT_STORAGE_DB_DEFAULT_DATABASE_TYPE = 'mysql'
 default database type when storing PGT's to database
const CAS_PGT_STORAGE_DB_DEFAULT_HOSTNAME = 'localhost'
 default host when storing PGT's to database
const CAS_PGT_STORAGE_DB_DEFAULT_PORT = ''
 default port when storing PGT's to database
const CAS_PGT_STORAGE_DB_DEFAULT_DATABASE = 'phpCAS'
 default database when storing PGT's to database
const CAS_PGT_STORAGE_DB_DEFAULT_TABLE = 'pgt'
 default table when storing PGT's to database

Detailed Description

Variable Documentation

const CAS_PGT_STORAGE_DB_DEFAULT_DATABASE = 'phpCAS'

default database when storing PGT's to database

Definition at line 98 of file CAS.php.

Referenced by PGTStorageDB\PGTStorageDB().

const CAS_PGT_STORAGE_DB_DEFAULT_DATABASE_TYPE = 'mysql'

default database type when storing PGT's to database

Definition at line 86 of file CAS.php.

Referenced by PGTStorageDB\PGTStorageDB().

const CAS_PGT_STORAGE_DB_DEFAULT_HOSTNAME = 'localhost'

default host when storing PGT's to database

Definition at line 90 of file CAS.php.

Referenced by PGTStorageDB\PGTStorageDB().

const CAS_PGT_STORAGE_DB_DEFAULT_PORT = ''

default port when storing PGT's to database

Definition at line 94 of file CAS.php.

Referenced by PGTStorageDB\PGTStorageDB().

const CAS_PGT_STORAGE_DB_DEFAULT_TABLE = 'pgt'

default table when storing PGT's to database

Definition at line 102 of file CAS.php.

Referenced by PGTStorageDB\PGTStorageDB().

const CAS_PGT_STORAGE_FILE_DEFAULT_FORMAT = CAS_PGT_STORAGE_FILE_FORMAT_PLAIN

Default format used when storing PGT's to file.

Definition at line 79 of file CAS.php.

Referenced by PGTStorageFile\PGTStorageFile().

const CAS_PGT_STORAGE_FILE_DEFAULT_PATH = '/tmp'

Default path used when storing PGT's to file.

Definition at line 67 of file CAS.php.

Referenced by PGTStorageFile\PGTStorageFile().

const CAS_PGT_STORAGE_FILE_FORMAT_PLAIN = 'plain'

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

Definition at line 71 of file CAS.php.

Referenced by PGTStorageFile\PGTStorageFile().

const CAS_PGT_STORAGE_FILE_FORMAT_XML = 'xml'

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

Definition at line 75 of file CAS.php.

Referenced by PGTStorageFile\PGTStorageFile().