org.apache.jetspeed.userinfo.impl
Class UserInfoManagerImpl

java.lang.Object
  extended by org.apache.jetspeed.userinfo.impl.AbstractUserInfoManagerImpl
      extended by org.apache.jetspeed.userinfo.impl.UserInfoManagerImpl
All Implemented Interfaces:
UserInfoManager

public class UserInfoManagerImpl
extends AbstractUserInfoManagerImpl
implements UserInfoManager

Implements the UserInfoManager interface.

Version:
$Id: UserInfoManagerImpl.java 516448 2007-03-09 16:25:47Z ate $
Author:
David Le Strat

Constructor Summary
UserInfoManagerImpl(UserManager userMgr, PortletRegistry registry)
           Constructor providing access to the UserManager.
UserInfoManagerImpl(UserManager userMgr, PortletRegistry registry, java.lang.String userInfoPropertySet)
           Constructor providing access to the UserManagerand specifying which property set to use for user information.
 
Method Summary
 java.util.Map getUserInfoMap(org.apache.pluto.om.common.ObjectID oid, RequestContext context)
          Provide the user info map of user attributes for a given portlet application.
 
Methods inherited from class org.apache.jetspeed.userinfo.impl.AbstractUserInfoManagerImpl
mapLinkedUserAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserInfoManagerImpl

public UserInfoManagerImpl(UserManager userMgr,
                           PortletRegistry registry)

Constructor providing access to the UserManager.

Parameters:
userMgr - The user manager.
registry - The portlet registry component.

UserInfoManagerImpl

public UserInfoManagerImpl(UserManager userMgr,
                           PortletRegistry registry,
                           java.lang.String userInfoPropertySet)

Constructor providing access to the UserManagerand specifying which property set to use for user information.

Parameters:
userMgr - The user manager.
registry - The portlet registry component.
userInfoPropertySet - The user information property set.
Method Detail

getUserInfoMap

public java.util.Map getUserInfoMap(org.apache.pluto.om.common.ObjectID oid,
                                    RequestContext context)
Description copied from interface: UserInfoManager

Provide the user info map of user attributes for a given portlet application.

Specified by:
getUserInfoMap in interface UserInfoManager
Parameters:
oid - The portlet application object id.
context - The request context.
Returns:
The PortletRequest.USER_INFO map.
See Also:
org.apache.jetspeed.userinfo.UserInfoManager#setUserInfoMap(org.apache.jetspeed.om.page.Fragment, org.apache.jetspeed.request.RequestContext)


Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.