[xwiki-devs] Guide for XWiki Rights Management (XWiki Rev. 6435)
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 __________________________________________________________________ Yahoo! Singapore Answers Real people. Real questions. Real answers. Share what you know at http://answers.yahoo.com.sg
Hi Colin, See http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication Thanks -Vincent On Jan 3, 2008, at 9:44 AM, 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
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
participants (3)
-
Colin Tay -
Sergiu Dumitriu -
Vincent Massol