Uses of Interface
com.ecyrd.jspwiki.auth.authorize.GroupManager

Packages that use GroupManager
com.ecyrd.jspwiki   
com.ecyrd.jspwiki.auth   
com.ecyrd.jspwiki.auth.authorize   
 

Uses of GroupManager in com.ecyrd.jspwiki
 

Methods in com.ecyrd.jspwiki that return GroupManager
 GroupManager WikiEngine.getGroupManager()
          Returns the GroupManager employed by this WikiEngine.
 

Uses of GroupManager in com.ecyrd.jspwiki.auth
 

Classes in com.ecyrd.jspwiki.auth that implement GroupManager
 class UserManager.DummyGroupManager
          Implements a simple GroupManager which does not simply manage any groups.
 

Methods in com.ecyrd.jspwiki.auth that return GroupManager
 GroupManager UserManager.getGroupManager()
          Returns the GroupManager employed by this WikiEngine.
 

Uses of GroupManager in com.ecyrd.jspwiki.auth.authorize
 

Classes in com.ecyrd.jspwiki.auth.authorize that implement GroupManager
 class DefaultGroupManager
           This default UserDatabase implementation provides groups to JSPWiki.