Group.addMember
Interface Overview | Interface Members |
This Package |
All Packages
public abstract boolean addMember( Principal user )
Parameters
- user
- the principal to add to this group.
Returns
true if the member was successfully added,
false if the principal was already a member.
Description
Adds the specified member to the group.