org.jasig.portlet.cas.test.mvc
Class ProxyCasController

java.lang.Object
  extended by org.jasig.portlet.cas.test.mvc.ProxyCasController

@Controller
@RequestMapping(value="VIEW")
public final class ProxyCasController
extends Object

Version:
$Revision: 22050 $
Author:
Jen Bourey, jbourey@unicon.net

Constructor Summary
ProxyCasController()
           
 
Method Summary
 void setServiceUrl(String serviceUrl)
           
 void setTicketValidator(org.jasig.cas.client.validation.TicketValidator validator)
          Set the ticket validator to use for proxy ticket validation.
 org.springframework.web.portlet.ModelAndView validateProxyCas(javax.portlet.RenderRequest request)
          Attempt to validate the proxy ticket supplied to the UserInfo map and display the result in the main view of the portlet.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyCasController

public ProxyCasController()
Method Detail

setTicketValidator

public void setTicketValidator(org.jasig.cas.client.validation.TicketValidator validator)
Set the ticket validator to use for proxy ticket validation.

Parameters:
validator -

setServiceUrl

public void setServiceUrl(String serviceUrl)

validateProxyCas

@RequestMapping
public org.springframework.web.portlet.ModelAndView validateProxyCas(javax.portlet.RenderRequest request)
Attempt to validate the proxy ticket supplied to the UserInfo map and display the result in the main view of the portlet. If the ticket is not found or cannot be validated, a short debugging message will be displayed in the portlet.

Parameters:
request -
Returns:


Copyright © 2010 Jasig. All Rights Reserved.