Here is some sample code.
https://source.sakaiproject.org/svn/portal/trunk/portal-render-impl/
impl/src/java/org/sakaiproject/portal/render/portlet/services/
SakaiOptionalPortletContainerServices.java
Ignore the 1.1.2 stuff that is commented out - the 1.1.2 patch I
submitted got re-factored before it made it to trunk so I need to re-
factor my code.
But the 1.1.1 User info stuff is solid.
/Chuck
On Mar 12, 2007, at 1:09 PM, Aj Gregory wrote:
Hello, I'm trying to figure out how to implement a custom
UserInfoService for pluto but I don't see how to do it...
I checked out the 1.1.1 version which seems to always create an
org.apache.pluto.core.DefaultUserInfoService which I can't seem to
override and from what I see the setUserInfo(...) method on this
default impl is never called...
Any suggestions?
Thanks!
-Aj Gregory