org.jasig.cas.ticket.proxy.support
Class Cas10ProxyHandler

java.lang.Object
  extended by org.jasig.cas.ticket.proxy.support.Cas10ProxyHandler
All Implemented Interfaces:
ProxyHandler

public final class Cas10ProxyHandler
extends java.lang.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: 42053 $ $Date: 2007-06-10 09:17:55 -0400 (Sun, 10 Jun 2007) $
Author:
Scott Battaglia

Constructor Summary
Cas10ProxyHandler()
           
 
Method Summary
 java.lang.String handle(Credentials credentials, java.lang.String proxyGrantingTicketId)
          Method to actually process the proxy request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cas10ProxyHandler

public Cas10ProxyHandler()
Method Detail

handle

public java.lang.String handle(Credentials credentials,
                               java.lang.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-2010 Java Architectures Special Interest Group. All Rights Reserved.