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

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()
 

Detailed Description

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.

Member Function Documentation

◆ isSizeValid()

CAS_ProxyChain_Trusted::isSizeValid ( array  $list)
protected

Validate the size of the the list as compared to our chain.

Parameters
array$listlist of proxies
Returns
bool

Definition at line 54 of file Trusted.php.