Searched refs:server_version (Results 1 – 4 of 4) sorted by relevance
| /plugin/authssocas/ |
| H A D | auth.php | 74 $server_version = CAS_VERSION_2_0; 76 $server_version = SAML_VERSION_1_1; 94 $server_version,
|
| /plugin/authssocas/vendor/apereo/phpcas/source/ |
| H A D | CAS.php | 326 * @param string $server_version the version of the CAS server 348 public static function client($server_version, $server_hostname, argument 369 … $server_version, false, $server_hostname, $server_port, $server_uri, $service_base_url, 381 * @param string $server_version the version of the CAS server 403 public static function proxy($server_version, $server_hostname, argument 424 … $server_version, true, $server_hostname, $server_port, $server_uri, $service_base_url,
|
| /plugin/authplaincas/ |
| D | auth.php | 164 $server_version = CAS_VERSION_2_0; 166 $server_version = SAML_VERSION_1_1; 168 …phpCAS::client($server_version, $this->_getOption('server'), (int) $this->_getOption('port'), $thi…
|
| /plugin/authssocas/vendor/apereo/phpcas/source/CAS/ |
| H A D | Client.php | 913 * @param string $server_version the version of the CAS server 934 $server_version, argument 944 if (gettype($server_version) != 'string') 945 throw new CAS_TypeMismatchException($server_version, '$server_version', 'string'); 1000 if (isset($supportedProtocols[$server_version]) === false) { 1002 'this version of CAS (`'.$server_version 1007 if ($server_version === CAS_VERSION_1_0 && $this->isProxy()) { 1009 'CAS proxies are not supported in CAS '.$server_version 1013 $this->_server['version'] = $server_version;
|