public class CasProxyInitializationService extends Object implements IInitializationService
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
CasProxyInitializationService() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(javax.portlet.PortletRequest request)
Perform some action.
|
void |
setProxyTicketService(ICASProxyTicketService proxyTicketService)
Set the proxy ticket service to use for retrieving CAS receipts
|
void |
setSessionLength(int sessionLength)
Set the length of logged-in sessions
|
public void setSessionLength(int sessionLength)
sessionLength - public void setProxyTicketService(ICASProxyTicketService proxyTicketService)
proxyTicketService - public void initialize(javax.portlet.PortletRequest request)
IInitializationServiceinitialize in interface IInitializationServicerequest - user's portlet requestCopyright © 2016 Apereo. All Rights Reserved.