ok i see . Thanks
On 9/25/09, Bertrand Delacretaz <[email protected]> wrote: > > Hi, > > On Wed, Sep 23, 2009 at 10:42 AM, simer anand <[email protected]> > wrote: > >... > > Bertrand: > > >> See > >> > http://jackrabbit.apache.org/jackrabbit-configuration.html#JackrabbitConfiguration-Securityconfiguration > >> for details. If you want to control what parts of the repository > >> content the user is allowed to access and modify, you'll have to > >> implement an AccessManager, not a PrivilegedAction. > > > > > > OK if i implements the Access Manager Interface into SampleAction(SA) > class > > and within SA i just copy the methods and does not do within the > methods > > > then will work. ... > > As I said - If your SampleAction class implements AccessManager you > should be fine. > > > -Bertrand >
