org.jasig.cas.ticket.proxy.support
Class Cas10ProxyHandler
java.lang.Object
org.jasig.cas.ticket.proxy.support.Cas10ProxyHandler
- All Implemented Interfaces:
- ProxyHandler
public final class Cas10ProxyHandler
- extends Object
- implements ProxyHandler
Dummy ProxyHandler that does nothing. Useful for Cas 1.0 compliance as CAS
1.0 has no proxying capabilities.
- Since:
- 3.0
- Version:
- $Revision$ $Date$
- Author:
- Scott Battaglia
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Cas10ProxyHandler
public Cas10ProxyHandler()
handle
public String handle(Credentials credentials,
String proxyGrantingTicketId)
- Description copied from interface:
ProxyHandler
- Method to actually process the proxy request.
- Specified by:
handle in interface ProxyHandler
- Parameters:
credentials - The credentials of the item that will be proxying.proxyGrantingTicketId - The ticketId for the ProxyGrantingTicket (in
CAS 3 this is a TicketGrantingTicket)
- Returns:
- the String value that needs to be passed to the CAS client.
Copyright © 2004-2013 Jasig. All Rights Reserved.