|
Java AFS Admin API v1.3 | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Group in org.openafs.jafsadm |
Methods in org.openafs.jafsadm that return Group | |
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[] |
Group.getGroupsOwned()
Returns an array of the Group objects this group 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.jafsadm 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. |
|
Java AFS Admin (jafsadm) API for OpenAFS | ||||||||
PREV NEXT | FRAMES NO FRAMES |