You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by "McDonnell, David" <Da...@csu.edu.au> on 2001/02/23 01:25:47 UTC

GroupNode

Hi All,

I'm looking to add a class to the source tree, a GroupNode which will act as
a parent for SubjectNode's or LinkNode's for the purpose of creating group
permissions. I was wondering where the best place to put the class in the
tree, org.apache.slide.structure.GroupNode seems the obvious place to put
it. The other place would be under slideroles, but it doesn't seem to fit
there ... Anyone have some considerations to offer?

Cheers,
Dave
=================================================================
-  Dave McDonnell               -  CSU Online                   -
-  Web Programmer               -  Charles Sturt University     -
-                               -                               -
-  david.mcdonnell@csu.edu.au   -  +61 2 6933 4217              -
=================================================================

Re: GroupNode

Posted by Remy Maucherat <re...@apache.org>.
> Hi All,
>
> I'm looking to add a class to the source tree, a GroupNode which will act
as
> a parent for SubjectNode's or LinkNode's for the purpose of creating group
> permissions. I was wondering where the best place to put the class in the
> tree, org.apache.slide.structure.GroupNode seems the obvious place to put
> it. The other place would be under slideroles, but it doesn't seem to fit
> there ... Anyone have some considerations to offer?

structure.GroupNode looks good. Putting it in security would be ok too, I
guess, since it's security related (unless there are problems with package
private access). I wouldn't put it in roles (the package is mostly there to
hold a set of default roles taht people can easily use, not to hold core
functionality).

Remy