|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Group
The group interface is used to manage users in the jHomeNet system.
Note: this class is still under development.
Id: $Id: $
Method Summary | |
---|---|
boolean |
addMember(Principal user)
Adds the specified member to the group. |
boolean |
isMember(Principal member)
Returns true if the passed principal is a member of the group. |
java.util.List<Principal> |
members()
Returns an enumeration of the members in the group. |
boolean |
removeMember(Principal user)
Removes the specified member from the group. |
Method Detail |
---|
boolean addMember(Principal user)
user
-
boolean isMember(Principal member)
member
-
java.util.List<Principal> members()
boolean removeMember(Principal user)
user
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |