On Monday 11 December 2000 23:05, Poon, Leon wrote:
> Hi,
>
> I am interested in using ONLY the security piece (ie ACLs, roles,
> permissions, etc.)
> of Turbine. First, is the security piece tightly coupled with the Turbine
> framework?
> If not, what are the supporting pieces I need to pull out from Turbine in
> order to use
> the security service? Any help would be greatly appreciated. Thanks!
>
> Leon Poon
I have done something like this with Tambora and I found that I had to do the 
following.

1.  Create my own "user" object.  You will want to make one that implements 
the turbine User interface so life will be much simpler for you with the rest 
of the security implementation.

2. Extend an existing SecurityService like DBSecurityService.  You can then 
override methods that use the turbineuser peer.  

3. Write your own user manager that implements the UserManager interface.  
Again, you can use a lot of the existing code if you create a User object 
that implements the turbine User interface.

There are probably other ways of doing this as well but this is how I have 
tried to do this.

John

-- 
********************************
** John Thorhauer
** [EMAIL PROTECTED]
** take a look at:
**  http://tambora.zenplex.org
**  http://www.zenplex.org
**  http://www.zenplex.com
********************************



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to