@Controller @RequestMapping(value="VIEW") public final class ProxyCasController extends Object
| Constructor and Description |
|---|
ProxyCasController() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
@Autowired(required=true) public void setTicketValidator(org.jasig.cas.client.validation.TicketValidator validator)
validator - public void setServiceUrl(String serviceUrl)
@RequestMapping public org.springframework.web.portlet.ModelAndView validateProxyCas(javax.portlet.RenderRequest request)
request - Copyright © 2016 Apereo. All Rights Reserved.