|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This is the Group interface of the Security package. The interface may be used for getting group-related security information. The interface may also be used to update the group information.
| Method Summary | |
User[] |
getGroupUsers()
|
int |
getIntID()
|
java.lang.String |
getName()
|
boolean |
isAdministrator()
test if this group is the administrator group for a given resource |
void |
setName(java.lang.String name)
set the name of the group |
| Method Detail |
public int getIntID()
public java.lang.String getName()
public User[] getGroupUsers()
public void setName(java.lang.String name)
throws java.lang.Exception
name - the new name for the group
java.lang.Exceptionpublic boolean isAdministrator()
true if the group is the Administrator,
false otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||