Home
last modified time | relevance | path

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

/plugin/authssocas/vendor/apereo/phpcas/source/
H A DCAS.php1331 * @param array $allowed_clients array of allowed clients
1335 public static function handleLogoutRequests($check_client = true, $allowed_clients = array()) argument
1339 return (self::$_PHPCAS_CLIENT->handleLogoutRequests($check_client, $allowed_clients));
/plugin/authssocas/vendor/apereo/phpcas/source/CAS/
H A DClient.php1936 * @param array $allowed_clients an array of host names allowed to send
1941 public function handleLogoutRequests($check_client=true, $allowed_clients=array()) argument
1961 if ($allowed_clients === array()) {
1962 $allowed_clients = array( $this->_getServerHostname() );
1967 foreach ($allowed_clients as $allowed_client) {