Interface GroupsManager

All Known Implementing Classes:
GroupsManagerEntry

public interface GroupsManager

Groups manager can do all work about groups in VOs.

You must get an instance of GroupsManager from instance of Perun (perun si singleton - see how to get it's instance on wiki):

    GroupsManager gm = perun.getGroupsManager();
 
Author:
Michal Prochazka, Slavek Licehammer
See Also: