Colin Tay wrote:
> Hi All,
> 
> I am currently revising on the rights management on XWiki.
> Instead of using XWiki rights management module, is it possible to use 
> your own rights management module?
> 
> Any guidance would be appreciated.
> 
> Regards,
> Colin
> 

Sure, that's just an interface. Write your own class implementing the 
com.xpn.xwiki.user.api.XWikiRightService interface, and register it by 
writing in xwiki.cfg:

xwiki.authentication.rightsclass=com.package.MyRightsClass

Sergiu
_______________________________________________
devs mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/devs

Reply via email to