<
From version < 3.2 >
edited by Vincent Massol
on 2008/01/08
To version < 4.1 >
edited by rssh
on 2008/02/11
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.VincentMassol
1 +XWiki.rssh
Content
... ... @@ -112,6 +112,16 @@
112 112  xwiki.authentication.authclass = com.acme.MyCustomAuthenticationService
113 113  {code}
114 114  
115 +Note, that you also can implement own right management service by implementing XWikiRightService interface:
116 +{code}
117 +xwiki.authentication.roghtsclass = com.acme.MyCustomRightsService
118 +{code}
119 +
120 +and group service by implementing XWikiGroupService and setting xwiki.authentication.groupclass parameter.
121 +
122 +
123 +
124 +
115 115  1.1 Authentication parameters
116 116  
117 117  You can set each of these parameters by setting:

Get Connected