Re: [JBoss-user] Custom authorization

2002-09-11 Thread marius
On Tue, Sep 10, 2002 at 10:28:50PM -0400, Jim Crossley wrote: > I'm looking for advice. What's the best practice for ensuring that, for > example, only members of a particular team are allowed to update projects > assigned to that team? Assume a Project EJB with an update method, if you > will.

[JBoss-user] Custom authorization

2002-09-10 Thread Jim Crossley
I'm looking for advice. What's the best practice for ensuring that, for example, only members of a particular team are allowed to update projects assigned to that team? Assume a Project EJB with an update method, if you will. The J2EE role-based security mechanism cannot enforce that rule. Afte