JAFS API v2

Uses of Class
org.openafs.jafs.Group

Uses of Group in org.openafs.jafs
 

Methods in org.openafs.jafs that return Group
 Group[] Group.getGroupsOwned()
          Returns an array of the Group objects this group owns.
 Group[] User.getGroups()
          PTS: Returns an array of the Group objects to which this user belongs.
 Group[] User.getGroupsOwned()
          PTS: Returns an array of the Group objects this user owns.
 Group Cell.getGroup(String name)
          Retrieves the Group object (which is an abstract representation of an actual AFS group) designated by name.
 Group[] Cell.getGroups()
          Retrieves an array containing all of the Group objects associated with this Cell, each of which are an abstract representation of an actual group of the AFS cell.
 Group[] Cell.getGroups(int startIndex, int length)
          Returns an array containing a subset of the Group objects associated with this Cell, each of which is an abstract representation of an actual AFS group of the AFS cell.
 

Methods in org.openafs.jafs with parameters of type Group
 void Group.changeOwner(Group theOwner)
          Change the owner of this group.
 int Group.compareTo(Group group)
          Compares two Group objects respective to their names and does not factor any other attribute.
 boolean Group.equals(Group otherGroup)
          Tests whether two Group objects are equal, based on their names.
protected static void Group.getGroupInfo(int cellHandle, String name, Group group)
          Fills in the information fields of the provided Group.
protected static void Group.setGroupInfo(int cellHandle, String name, Group theGroup)
          Sets the information values of this AFS group to be the parameter values.
protected static int User.getUserGroupsNext(int cellHandle, int iterationId, Group theGroup)
          Fills the next group object of which the user belongs.
protected static int User.getGroupsOwnedNext(int cellHandle, int iterationId, Group theGroup)
          Fills the next group object that the user or group owns.
protected static int Cell.getGroupsNext(int cellHandle, int iterationId, Group theGroup)
          Fills the next group object of the cell.
 


JAFS API v2