Lines Matching full:proxy
46 * The proxy ticket that can be used when making service requests.
52 * Register a proxy ticket with the Proxy that it can use when making requests.
54 * @param string $proxyTicket proxy ticket
58 * @throws CAS_OutOfSequenceException If called after a proxy ticket has
65 'Trying to initialize with an empty proxy ticket.'
70 'Already initialized, cannot change the proxy ticket.'
77 * Answer the proxy ticket to be used when making requests.
80 * @throws CAS_OutOfSequenceException If called before a proxy ticket has
87 … 'No proxy ticket yet. Call $this->initializeProxyTicket() to aquire the proxy ticket.'
109 * @throws CAS_OutOfSequenceException If called after a proxy ticket has
124 * Fetch our proxy ticket.
127 * to initialize their proxy ticket.
130 * @throws CAS_OutOfSequenceException If called after a proxy ticket has