Home
last modified time | relevance | path

Searched refs:pgt (Results 1 – 4 of 4) sorted by relevance

/plugin/authssocas/vendor/apereo/phpcas/source/CAS/PGTStorage/
H A DFile.php194 * @param string $pgt the PGT
201 function write($pgt,$pgt_iou) argument
210 if (fputs($f, $pgt) === false) {
237 $pgt = false;
243 if (($pgt=fgets($f)) === false) {
254 phpCAS::traceEnd($pgt);
255 return $pgt;
H A DDb.php344 * @param string $pgt the PGT
349 public function write($pgt, $pgt_iou) argument
361 $query->bindValue(':pgt', $pgt, PDO::PARAM_STR);
395 $pgt = false;
408 $pgt = $query->fetchColumn(0);
433 return $pgt;
H A DAbstractStorage.php190 * @param string $pgt the PGT
198 function write($pgt,$pgt_iou) argument
/plugin/authssocas/vendor/apereo/phpcas/source/CAS/
H A DClient.php2483 * @param string $pgt The Proxy Granting Ticket.
2487 private function _setPGT($pgt) argument
2489 $this->_pgt = $pgt;
2731 * @param string $pgt the PGT to store
2736 private function _storePGT($pgt,$pgt_iou) argument
2741 $this->_pgt_storage->write($pgt, $pgt_iou);
2885 $pgt = $this->_loadPGT($pgt_iou);
2886 if ( $pgt == false ) {
2895 $this->_setPGT($pgt);