Returns true if the passed principal is a member of the group.
This method does a recursive search, so if a principal belongs to a
group which is a member of this group, true is returned.
Returns:
true if the principal is a member of this group,
false otherwise.
Parameters:
-
member - the principal whose membership is to be checked.