Uses of Interface
com.sas.drugdev.remote.admin.Group

Packages that use Group
com.sas.drugdev.remote.admin Provides classes and interfaces for accessing user and group information. 
 

Uses of Group in com.sas.drugdev.remote.admin
 

Subinterfaces of Group in com.sas.drugdev.remote.admin
 interface RemoteGroup
          Interface to represent a group on the server.
 

Classes in com.sas.drugdev.remote.admin that implement Group
 class GroupBean
          Simple bean to represent a group.
 

Methods in com.sas.drugdev.remote.admin with parameters of type Group
 void GroupService.delete(Group group)
          Deletes the specified group from the server as determined by the Group
 boolean GroupService.isUserInGroup(User user, Group group)
          Tests whether the specified User is in the given Group