Licensed to Jasig under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. Jasig licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at:
Author: | Adam Franco <afranco@middlebury.edu> |
License: | http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 |
File Size: | 72 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
CAS_ProxiedService:: (2 methods):
getServiceUrl()
setProxyTicket()
Interface: CAS_ProxiedService - X-Ref
This interface defines methods that allow proxy-authenticated service handlersgetServiceUrl() X-Ref |
Answer a service identifier (URL) for whom we should fetch a proxy ticket. return: string |
setProxyTicket($proxyTicket) X-Ref |
Register a proxy ticket with the ProxiedService that it can use when making requests. param: string $proxyTicket Proxy ticket string return: void |