ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
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 }
This interface defines methods that allow proxy-authenticated service handlers to interact with phpCA...
setProxyTicket($proxyTicket)
Register a proxy ticket with the ProxiedService that it can use when making requests.
getServiceUrl()
Answer a service identifier (URL) for whom we should fetch a proxy ticket.