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

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

Uses of Group in com.ecyrd.jspwiki
 

Methods in com.ecyrd.jspwiki with parameters of type Group
protected  boolean WikiSession.isInGroup(Group group)
          Returns true if one of this WikiSession's user Principals can be shown to belong to a particular wiki group.
 

Uses of Group in com.ecyrd.jspwiki.auth
 

Methods in com.ecyrd.jspwiki.auth with parameters of type Group
 void UserManager.DummyGroupManager.add(Group group)
           
 boolean UserManager.DummyGroupManager.exists(Group group)
           
 void UserManager.DummyGroupManager.remove(Group group)
           
 

Constructors in com.ecyrd.jspwiki.auth with parameters of type Group
GroupPrincipal(Group group)
          Constructs a new GroupPrincipal object.
 

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

Classes in com.ecyrd.jspwiki.auth.authorize that implement Group
 class DefaultGroup
          Provides a concrete implementation of the Group interface.
 

Methods in com.ecyrd.jspwiki.auth.authorize with parameters of type Group
 void GroupManager.add(Group group)
          Adds a Group to the group cache.
 void DefaultGroupManager.add(Group group)
          Adds a Group to the group cache.
 boolean GroupManager.exists(Group group)
          Returns true if a Group is known to the GroupManager (contained in the group cache), false otherwise.
 boolean DefaultGroupManager.exists(Group group)
          Returns true if a Group is known to the GroupManager (contained in the group cache), false otherwise.
 void GroupManager.remove(Group group)
          Removes a Group from the group cache.
 void DefaultGroupManager.remove(Group group)
          Removes a Group from the group cache.