> From: "Chris K. Chew" <[EMAIL PROTECTED]>
> 
> Hello.
> 
> How do I get access to the Object Data Store in the TurbineGroup object?  I
> take it that I can use set/getPerm() in TurbineUser, but is there an
> analogous method for Groups?  If not, how do I extend TurbineGroup short of
> recompiling Turbine altogether?
> 
> Or does somebody have another solution?
> 
> Thanks,
> 
> Chris

There is no way to access the OBJECTDATA fields in the TURBINE_* tables
other than TURBINE_USER.  These columns have already been removed from the
fulcrum security service.

You have a couple of options:

1. Implement a table that has a one-to-one mandatory relationship with
TurbineGroup and store any group related data there.

2. Roll your own security service that caters for your needs.

HTH,

Scott


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to