You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by dl...@apache.org on 2004/05/19 04:16:04 UTC

cvs commit: jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/request RequestContext.java

dlestrat    2004/05/18 19:16:04

  Modified:    portal/src/java/org/apache/jetspeed/request
                        RequestContext.java
  Log:
  Continuing PLT 17 - user info. Integrating UserInfoManager with the request.getAttribute().
  
  Revision  Changes    Path
  1.13      +10 -1     jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/request/RequestContext.java
  
  Index: RequestContext.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/request/RequestContext.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- RequestContext.java	8 May 2004 01:15:46 -0000	1.12
  +++ RequestContext.java	19 May 2004 02:16:04 -0000	1.13
  @@ -29,6 +29,8 @@
   import org.apache.jetspeed.container.url.PortalURL;
   import org.apache.jetspeed.profiler.ProfileLocator;
   import org.apache.jetspeed.om.page.Page;
  +
  +import org.apache.pluto.om.common.ObjectID;
   import org.apache.pluto.om.window.PortletWindow;
   
   /**
  @@ -328,5 +330,12 @@
        * @return the path
        */
       String getPath();
  +    
  +    /**
  +     * Returns the user info map of user attributes for a given portlet application.</p>
  +     * @param oid The portlet application object id.
  +     * @return The PortletRequest.USER_INFO map.
  +     */
  +    Map getUserInfoMap(ObjectID oid);
           
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org