org.apache.pluto.core
Class DefaultUserInfoService
java.lang.Object
org.apache.pluto.core.DefaultUserInfoService
- All Implemented Interfaces:
- ContainerService, UserInfoService
public class DefaultUserInfoService
- extends Object
- implements UserInfoService
UserInfo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultUserInfoService
public DefaultUserInfoService()
getUserInfo
public Map getUserInfo(PortletRequest request)
throws PortletContainerException
- Description copied from interface:
UserInfoService
- To access user information attributes as defined in PLT.17
of JSR-168.
- Specified by:
getUserInfo
in interface UserInfoService
- Parameters:
request
- Used to extract the authenticated user name.
- Returns:
- A map of names and values of user information attributes
for a particular authenticated user.
- Throws:
PortletContainerException
getUserInfo
public Map getUserInfo(PortletRequest request,
PortletWindow window)
throws PortletContainerException
- Description copied from interface:
UserInfoService
- Retrieve the user attribues associated with the given
request and window.
- Specified by:
getUserInfo
in interface UserInfoService
- Throws:
PortletContainerException
setUserInfo
public void setUserInfo(String userName,
Map userInfoMap)
removeUserInfo
public void removeUserInfo(String userName)
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.