phpCAS  version 1.4.0
Public Member Functions | List of all members
CAS_ProxyChain_Interface Class Reference
Inheritance diagram for CAS_ProxyChain_Interface:
CAS_ProxyChain CAS_ProxyChain_Any CAS_ProxyChain_Trusted CAS_ProxyChain_Trusted

Public Member Functions

 matches (array $list)
 

Detailed Description

An interface for classes that define a list of allowed proxies in front of the current application.

Definition at line 41 of file Interface.php.

Member Function Documentation

◆ matches()

CAS_ProxyChain_Interface::matches ( array  $list)

Match a list of proxies.

Parameters
array$listThe list of proxies in front of this service.
Returns
bool