Home
last modified time | relevance | path

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

/plugin/authssocas/vendor/apereo/phpcas/source/CAS/
H A DClient.php1636 'CAS 1.0 ticket `'.$this->getTicket().'\' is present'
1642 'CAS 1.0 ticket `'.$this->getTicket().'\' was validated'
1646 $logoutTicket = $this->getTicket();
1652 … 'CAS '.$this->getServerVersion().' ticket `'.$this->getTicket().'\' is present'
1658 … 'CAS '.$this->getServerVersion().' ticket `'.$this->getTicket().'\' was validated'
1676 $logoutTicket = $this->getTicket();
1681 'SAML 1.1 ticket `'.$this->getTicket().'\' is present'
1687 'SAML 1.1 ticket `'.$this->getTicket().'\' was validated'
1692 $logoutTicket = $this->getTicket();
2076 public function getTicket() function in CAS_Client
[all …]