org.jasig.portlet.calendar.service
Class CachedCredentialsInitializationService
java.lang.Object
org.jasig.portlet.calendar.service.CachedCredentialsInitializationService
- All Implemented Interfaces:
- IInitializationService
public class CachedCredentialsInitializationService
- extends Object
- implements IInitializationService
CachedCredentialsInitializationService initializes authentication resources when a
user creates a new session with the portlet.
- Author:
- Anthony Colebourne
|
Method Summary |
void |
initialize(javax.portlet.PortletRequest request)
Perform some action. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CachedCredentialsInitializationService
public CachedCredentialsInitializationService()
initialize
public void initialize(javax.portlet.PortletRequest request)
- Description copied from interface:
IInitializationService
- Perform some action.
- Specified by:
initialize in interface IInitializationService
- Parameters:
request - user's portlet request
Copyright © 2012 Jasig. All Rights Reserved.