public interface ProxyHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandle(Credential credential)
Whether this handler can support the proxy request identified by the given credentials.
|
String |
handle(Credential credential,
String proxyGrantingTicketId)
Method to actually process the proxy request.
|
String handle(Credential credential, String proxyGrantingTicketId)
credential - The credential of the item that will be proxying.proxyGrantingTicketId - The ticketId for the ProxyGrantingTicket (in
CAS 3 this is a TicketGrantingTicket)boolean canHandle(Credential credential)
credential - the credential object containing the proxy request details.Copyright © 2004-2014 Jasig. All Rights Reserved.