Uses of Interface
org.apache.beehive.wsm.axis.security.Group

Packages that use Group
org.apache.beehive.wsm.axis.security   
org.apache.beehive.wsm.axis.security.model   
 

Uses of Group in org.apache.beehive.wsm.axis.security
 

Methods in org.apache.beehive.wsm.axis.security that return Group
 Group UserList.getGroup(String name)
           
 Group User.getGroup(String group)
           
 

Methods in org.apache.beehive.wsm.axis.security that return types with arguments of type Group
 Collection<Group> UserList.getGroups()
           
 Collection<Group> User.getGroups()
           
 

Methods in org.apache.beehive.wsm.axis.security with parameters of type Group
 void UserList.addGroup(Group user)
           
 void User.addGroup(Group group)
           
 

Uses of Group in org.apache.beehive.wsm.axis.security.model
 

Classes in org.apache.beehive.wsm.axis.security.model that implement Group
 class MemoryGroupImpl
           
 

Methods in org.apache.beehive.wsm.axis.security.model that return Group
 Group MemoryUserListImpl.getGroup(String name)
           
 Group MemoryUserImpl.getGroup(String group)
           
 

Methods in org.apache.beehive.wsm.axis.security.model that return types with arguments of type Group
 Collection<Group> MemoryUserListImpl.getGroups()
           
 Collection<Group> MemoryUserImpl.getGroups()
           
 

Methods in org.apache.beehive.wsm.axis.security.model with parameters of type Group
 void MemoryUserListImpl.addGroup(Group group)
           
 void MemoryUserImpl.addGroup(Group group)