That explains the null value! Any examples in the current jetspeed build where the user's ACL is being looked at for group/role membership?
thanks Amit -----Original Message----- From: Glenn R. Golden [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 3:55 PM To: Jetspeed Developers List Subject: Re: Implementations of the Jetspeed security framework The new security system in Jetspeed does not support or use the old turbine getACL() from data. It will return null. Use the new jetspeed security service(s) to do access control. On Thursday, October 3, 2002, at 03:39 PM, Amte, Amit wrote: > Hello, > > Following the instructions given in the link sent by David, > We have built our own jetspeed security framework. > Everything works great. We are using role based psml's and the > users can log in and jetspeed figures out their group/role > memberships and serves up the correct portlets ... not a problem. > > However.. $data.getACL() returns a null when referenced in a vm file > (or from within a VelocityPortletAction). > > I have mirrored the following classes: > > TurbineAuthentication > TurbineGroupManagement > TurbinePermissionManagement > TurbineRoleManagement > TurbineUserManagement > > and extended theBaseJetspeedUser to support additional user attributes. > > Am I missing anything here? My guess is that the rundata object is > not being set up properly. Any pointers ? > > thanks > > Amit > > -----Original Message----- > From: David Sean Taylor [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 01, 2002 9:21 AM > To: 'Jetspeed Developers List' > Subject: RE: Implementations of the Jetspeed security framework > > > Documentation covers the interfaces: > http://jakarta.apache.org/jetspeed/site/security.html > Source code and default implementations are in the cvs. > Look under org.apache.jetspeed.services.security, > org.apache.jetspeed.om.security > >> -----Original Message----- >> From: Danilo Luiz Rheinheimer [mailto:[EMAIL PROTECTED]] >> Sent: 01 October 2002 14:13 >> To: [EMAIL PROTECTED] >> Subject: Implementations of the Jetspeed security framework >> >> >> Hi, >> >> Where I can found implementation of the Jetspeed security >> framework (with source code) to study the sources, so I can >> implement my custom framework ? >> TIA. >> >> -- >> Best regards, >> Danilo mailto:[EMAIL PROTECTED] >> >> >> >> -- >> To unsubscribe, e-mail: >> <mailto:jetspeed-dev-> [EMAIL PROTECTED]> >> For >> additional commands, >> e-mail: <mailto:[EMAIL PROTECTED]> >> > > > BBCi at http://www.bbc.co.uk/ > > This e-mail (and any attachments) is confidential and may contain > personal views which are not the views of the BBC unless specifically > stated. > If you have received it in error, please delete it from your system, do > not use, copy or disclose the information in any way nor act in > reliance on it and notify the sender immediately. Please note that the > BBC monitors e-mails sent or received. Further communication will > signify your consent to this. > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > - Glenn --------------------------------------------------------------------- Glenn R. Golden Systems Research Programmer School of Information University of Michigan [EMAIL PROTECTED] 734-615-1419 --------------------------------------------------------------------- -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
