public interface ProxyHandler
This is a published and supported CAS Server 3 API.
| Modifier and Type | Method and Description |
|---|---|
String |
handle(Credentials credentials,
String proxyGrantingTicketId)
Method to actually process the proxy request.
|
String handle(Credentials credentials, String proxyGrantingTicketId)
credentials - The credentials of the item that will be proxying.proxyGrantingTicketId - The ticketId for the ProxyGrantingTicket (in
CAS 3 this is a TicketGrantingTicket)Copyright © 2004-2012 Jasig. All Rights Reserved.