| 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface GroupManager
A group manager.
| Method Summary | |
|---|---|
 void | 
add(Group group)
Add a group to this manager.  | 
 Group | 
getGroup(java.lang.String groupId)
Get the group with the given group name.  | 
 Group[] | 
getGroups()
Get all groups.  | 
 void | 
remove(Group group)
Remove a group from this manager.  | 
| Methods inherited from interface org.apache.lenya.ac.ItemManager | 
|---|
addItemManagerListener, removeItemManagerListener | 
| Method Detail | 
|---|
Group[] getGroups()
void add(Group group)
         throws AccessControlException
group - the group to be added.
AccessControlException - when the group is already contained.
void remove(Group group)
            throws AccessControlException
group - the group to be removed.
AccessControlException - when the group is not contained.Group getGroup(java.lang.String groupId)
groupId - the id of the requested group.
Group or null if there is no group with the given name
  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||