Retrieves a proxy ticket for the user based on their provided Proxy Granting
Ticket. This assumes that the Proxy GrantingTicket is available from a
ThreadLocal and that the service is protected by Acegi.
Note: this class can be used for user-to-service authentication.
This assumes the services are stateless and will not maintain an HttpSession
so each call for credentials will result in a new Proxy Ticket being granted.
author: Kuali Rice Team (kuali-rice@googlegroups.com) version: $Revision: 1.2.24.1 $ $Date: 2007/10/17 20:32:05 $ since: 0.9 See Also: ThreadLocal See Also: ProxyTicketReceptor |