Unfortunately, the RunData interface requires that the User object you use implements the User interface. I don't think there is any getting around it. If I recall correctly, I was able to put a bunch of alias methods in, and added the temp storage stuff, with not too much trouble.
FYI, I gave up the "hennings security proposal" path after a few days in favor of simply extending TurbineUser according the the 2.1 howto (with slight syntax changes to work with 2.2) and writing my own standalone permission system as a TurbineService. Chris > -----Original Message----- > From: Quinton McCombs [mailto:qmccombs@;nequalsone.com] > Sent: Wednesday, November 13, 2002 3:48 PM > To: Turbine Users List > Subject: RE: Henning's DB Security Service > > > No. o.a.fulcrum.impl.db.DBUser has most of the interface defined if not > all of it. I really did not want to duplicate it in my application > classes. > > > On Wed, 2002-11-13 at 16:18, Chris K Chew wrote: > > Does your User extension object implement o.a.t.om.security.User? > > > > Chris > > > > > -----Original Message----- > > > From: Quinton McCombs [mailto:quinton@;qdog.org] > > > Sent: Wednesday, November 13, 2002 2:51 PM > > > To: Turbine Users List > > > Subject: Henning's DB Security Service > > > > > > > > > I am trying to implement Henning's DB Security Service and I have run > > > into a small problem. How do I integrate RunData.getUser() and > > > RunData.setUser()? Should I modify the security service code or > > > RunData? > > > > > > How have others gotten past this little issue? > > > > > > > > > > > > > -- > > To unsubscribe, e-mail: > <mailto:turbine-user-unsubscribe@;jakarta.apache.org> > > For additional commands, e-mail: > <mailto:turbine-user-help@;jakarta.apache.org> > > > -- > To unsubscribe, e-mail: > <mailto:turbine-user-unsubscribe@;jakarta.apache.org> > For additional commands, e-mail: > <mailto:turbine-user-help@;jakarta.apache.org> -- To unsubscribe, e-mail: <mailto:turbine-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:turbine-user-help@;jakarta.apache.org>
