ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
A proxy-chain definition that will match any list of proxies. More...
Public Member Functions | |
matches (array $list) | |
Match a list of proxies. More... | |
Public Member Functions inherited from CAS_ProxyChain_Interface | |
matches (array $list) | |
Match a list of proxies. More... | |
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.
CAS_ProxyChain_Any::matches | ( | array | $list | ) |
Match a list of proxies.
array | $list | The list of proxies in front of this service. |
Definition at line 57 of file Any.php.
References phpCAS\trace().