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

Public Member Functions

 matches (array $list)
 
- Public Member Functions inherited from CAS_ProxyChain_Interface
 matches (array $list)
 

Detailed Description

A proxy-chain definition that will match any list of proxies.

Use this class for quick testing or in certain production screnarios you might want to allow allow any other valid service to proxy your service.

THIS CLASS IS HOWEVER NOT RECOMMENDED FOR PRODUCTION AND HAS SECURITY IMPLICATIONS: YOU ARE ALLOWING ANY SERVICE TO ACT ON BEHALF OF A USER ON THIS SERVICE.

Definition at line 47 of file Any.php.

Member Function Documentation

◆ matches()

CAS_ProxyChain_Any::matches ( array  $list)

Match a list of proxies.

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

Definition at line 58 of file Any.php.

References phpCAS\trace().