|
phpCAS
version 1.4.0
|
Protected Member Functions | |
| isSizeValid (array $list) | |
Protected Member Functions inherited from CAS_ProxyChain | |
| isSizeValid (array $list) | |
Additional Inherited Members | |
Public Member Functions inherited from CAS_ProxyChain | |
| __construct (array $chain) | |
| matches (array $list) | |
Public Member Functions inherited from CAS_ProxyChain_Interface | |
| matches (array $list) | |
Protected Attributes inherited from CAS_ProxyChain | |
| $chain = array() | |
A proxy-chain definition that defines a chain up to a trusted proxy and delegates the resposibility of validating the rest of the chain to that trusted proxy.
Definition at line 42 of file Trusted.php.
|
protected |
Validate the size of the the list as compared to our chain.
| array | $list | list of proxies |
Definition at line 54 of file Trusted.php.
1.8.13