Methods
| Name | Description |
|---|---|
| addMember(Principal) | Adds the specified member to the group. |
| isMember(Principal) | Returns true if the passed principal is a member of the group. |
| members() | Returns an enumeration of the members in the group. |
| removeMember(Principal) | Removes the specified member from the group. |