org.jasig.portlet.calendar.service
Class CachedCredentialsInitializationService

java.lang.Object
  extended by 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

Constructor Summary
CachedCredentialsInitializationService()
           
 
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
 

Constructor Detail

CachedCredentialsInitializationService

public CachedCredentialsInitializationService()
Method Detail

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.