Group.isMember
Interface Overview | Interface Members | 
  This Package | 
All Packages
 public abstract boolean isMember( Principal member )
Parameters
-  member 
-  the principal whose membership is to be checked.
    
Returns
     true if the principal is a member of this group,
 false otherwise.
  Description
 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.