ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Functions | |
CAS_Client::getProxies () | |
Answer an array of proxies that are sitting in front of this application. More... | |
CAS_Client::_setProxies ($proxies) | |
Set the Proxy array, probably from persistant storage. More... | |
CAS_Client::getAllowedProxyChains () | |
Answer the CAS_ProxyChain_AllowedList object for this client. More... | |
Variables | |
CAS_Client::$_proxies = array() | |
This array will store a list of proxies in front of this application. More... | |
CAS_Client::$_allowed_proxy_chains | |
|
private |
Set the Proxy array, probably from persistant storage.
array | $proxies | An array of proxies |
Definition at line 3203 of file Client.php.
References CAS_Client\setNoClearTicketsFromUrl().
Referenced by CAS_Client\_wasPreviouslyAuthenticated().
CAS_Client::getAllowedProxyChains | ( | ) |
Answer the CAS_ProxyChain_AllowedList object for this client.
Definition at line 3230 of file Client.php.
References CAS_Client\$_allowed_proxy_chains.
Referenced by CAS_Client\validateCAS20().
CAS_Client::getProxies | ( | ) |
Answer an array of proxies that are sitting in front of this application.
This method will only return a non-empty array if we have received and validated a Proxy Ticket.
Definition at line 3190 of file Client.php.
References CAS_Client\$_proxies.
|
private |
Definition at line 3223 of file Client.php.
Referenced by CAS_Client\getAllowedProxyChains().
|
private |
This array will store a list of proxies in front of this application.
This property will only be populated if this script is being proxied rather than accessed directly.
It is set in CAS_Client::validateCAS20() and can be read by CAS_Client::getProxies()
private
Definition at line 3179 of file Client.php.
Referenced by CAS_Client\getProxies().