Searched refs:pgt_iou (Results 1 – 4 of 4) sorted by relevance
| /plugin/authssocas/vendor/apereo/phpcas/source/CAS/PGTStorage/ |
| H A D | File.php | 175 * @param string $pgt_iou the PGT iou. 180 function getPGTIouFilename($pgt_iou) argument 183 $filename = $this->getPath()."phpcas-".hash("sha256", $pgt_iou); 195 * @param string $pgt_iou the PGT iou 201 function write($pgt,$pgt_iou) argument 204 $fname = $this->getPGTIouFilename($pgt_iou); 228 * @param string $pgt_iou the PGT iou 234 function read($pgt_iou) argument 238 $fname = $this->getPGTIouFilename($pgt_iou);
|
| H A D | AbstractStorage.php | 191 * @param string $pgt_iou the PGT iou 198 function write($pgt,$pgt_iou) argument 207 * @param string $pgt_iou the PGT iou 213 function read($pgt_iou) argument
|
| H A D | Db.php | 345 * @param string $pgt_iou the PGT iou 349 public function write($pgt, $pgt_iou) argument 362 $query->bindValue(':pgt_iou', $pgt_iou, PDO::PARAM_STR); 388 * @param string $pgt_iou the PGT iou 392 public function read($pgt_iou) argument 406 $query->bindValue(':pgt_iou', $pgt_iou, PDO::PARAM_STR); 413 $query->bindValue(':pgt_iou', $pgt_iou, PDO::PARAM_STR);
|
| /plugin/authssocas/vendor/apereo/phpcas/source/CAS/ |
| H A D | Client.php | 2732 * @param string $pgt_iou its corresponding Iou 2736 private function _storePGT($pgt,$pgt_iou) argument 2741 $this->_pgt_storage->write($pgt, $pgt_iou); 2748 * @param string $pgt_iou the PGT Iou 2752 private function _loadPGT($pgt_iou) argument 2757 return $this->_pgt_storage->read($pgt_iou); 2881 $pgt_iou = trim( 2884 if (preg_match('/^PGTIOU-[\.\-\w]+$/', $pgt_iou)) { 2885 $pgt = $this->_loadPGT($pgt_iou);
|