org.jasig.portal.portlet.container.services
Class MergingUserInfoService

java.lang.Object
  extended by org.jasig.portal.portlet.container.services.MergingUserInfoService
All Implemented Interfaces:
org.apache.pluto.spi.ContainerService, org.apache.pluto.spi.optional.UserInfoService

public class MergingUserInfoService
extends Object
implements org.apache.pluto.spi.optional.UserInfoService

Merges together the results of multiple instances of UserInfoService.

Version:
$Revision: 19776 $
Author:
Jen Bourey

Constructor Summary
MergingUserInfoService()
           
 
Method Summary
 Map<String,String> getUserInfo(PortletRequest request)
          Deprecated. 
 Map<String,String> getUserInfo(PortletRequest request, org.apache.pluto.PortletWindow portletWindow)
           
 List<org.apache.pluto.spi.optional.UserInfoService> getUserInfoServices()
           
 void setUserInfoServices(List<org.apache.pluto.spi.optional.UserInfoService> userInfoServices)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MergingUserInfoService

public MergingUserInfoService()
Method Detail

setUserInfoServices

public void setUserInfoServices(List<org.apache.pluto.spi.optional.UserInfoService> userInfoServices)
Parameters:
userInfoServices - the list of UserInfoServices to be merged

getUserInfoServices

public List<org.apache.pluto.spi.optional.UserInfoService> getUserInfoServices()
Returns:
list of UserInfoServices

getUserInfo

@Deprecated
public Map<String,String> getUserInfo(PortletRequest request)
                               throws org.apache.pluto.PortletContainerException
Deprecated. 

Specified by:
getUserInfo in interface org.apache.pluto.spi.optional.UserInfoService
Throws:
org.apache.pluto.PortletContainerException

getUserInfo

public Map<String,String> getUserInfo(PortletRequest request,
                                      org.apache.pluto.PortletWindow portletWindow)
                               throws org.apache.pluto.PortletContainerException
Specified by:
getUserInfo in interface org.apache.pluto.spi.optional.UserInfoService
Throws:
org.apache.pluto.PortletContainerException


Copyright © 2010 Jasig. All Rights Reserved.