Lines Matching refs:member
46 * Adds the specified member to the group.
50 * @return true if the member was successfully added,
51 * false if the principal was already a member.
56 * Removes the specified member from the group.
61 * false if the principal was not a member.
66 * Returns true if the passed principal is a member of the group.
68 * group which is a member of this group, true is returned.
70 * @param member the principal whose membership is to be checked.
72 * @return true if the principal is a member of this group,
75 public boolean isMember(Principal member);