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]>
