Group.addMember

Group.addMember

Interface Overview | Interface Members | This Package | All Packages

Syntax
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.