ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
ProxiedService.php
Go to the documentation of this file.
1<?php
2
48{
49
56 public function getServiceUrl ();
57
69 public function setProxyTicket ($proxyTicket);
70
71}
72?>
An exception for terminatinating execution or to throw for unit testing.
This interface defines methods that allow proxy-authenticated service handlers to interact with phpCA...
getServiceUrl()
Answer a service identifier (URL) for whom we should fetch a proxy ticket.
setProxyTicket($proxyTicket)
Register a proxy ticket with the ProxiedService that it can use when making requests.