ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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. More...
Protected Member Functions | |
isSizeValid (array $list) | |
Validate the size of the the list as compared to our chain. More... | |
Protected Member Functions inherited from CAS_ProxyChain | |
isSizeValid (array $list) | |
Validate the size of the the list as compared to our chain. More... | |
Additional Inherited Members | |
Public Member Functions inherited from CAS_ProxyChain | |
__construct (array $chain) | |
A chain is an array of strings or regexp strings that will be matched against. More... | |
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... | |
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.