The
UserInfoManager retrieve the Map that will be set as a
(PortletRequest.USER_INFO request attribute for a specific
portlet application
The portlet specification defines user info as follow (PLT 17):
Portlets can obtain an unmodifiable Map object containing the user attributes,
of user associated with the current request, from the request attributes.
The Map object can be retrieved using the USER_INFO constant defined in the
PortletRequest interface. |