public class CasProxyUrlCreatorImpl extends Object implements IUrlCreator
IUrlCreator implementation requires injection of a CAS CASProxyTicketServiceUserInfoImpl. It retrieves a url from the CalendarConfiguration, in
a parameter named "url".
The CAS CASProxyTicketServiceUserInfoImpl is used to retrieve a proxy ticket for the
currently authenticated user, which is appended to the to the value of the "url" parameter as an
attribute named "ticket".
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
CasProxyUrlCreatorImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
constructUrl(CalendarConfiguration calendarListing,
org.joda.time.Interval interval,
javax.portlet.PortletRequest request) |
void |
setProxyTicketService(ICASProxyTicketService proxyTicketService) |
public void setProxyTicketService(ICASProxyTicketService proxyTicketService)
proxyTicketService - public String constructUrl(CalendarConfiguration calendarListing, org.joda.time.Interval interval, javax.portlet.PortletRequest request)
constructUrl in interface IUrlCreatorCopyright © 2017 Apereo. All Rights Reserved.