3 Jan
2008
3 Jan
'08
10:16 a.m.
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