public final class Cas10ProxyHandler extends Object implements ProxyHandler
| Constructor and Description |
|---|
Cas10ProxyHandler() |
| 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.
|
public String handle(Credential credential, String proxyGrantingTicketId)
ProxyHandlerhandle in interface ProxyHandlercredential - The credential of the item that will be proxying.proxyGrantingTicketId - The ticketId for the ProxyGrantingTicket (in
CAS 3 this is a TicketGrantingTicket)public boolean canHandle(Credential credential)
ProxyHandlercanHandle in interface ProxyHandlercredential - the credential object containing the proxy request details.Copyright © 2004-2015 Apereo. All Rights Reserved.