edu.internet2.middleware.grouper.shibboleth.filter
Class StemNameGroupFilter

java.lang.Object
  extended by edu.internet2.middleware.grouper.shibboleth.filter.BaseGroupQueryFilter
      extended by edu.internet2.middleware.grouper.shibboleth.filter.StemNameGroupFilter
All Implemented Interfaces:
edu.internet2.middleware.grouper.filter.QueryFilter<edu.internet2.middleware.grouper.Group>, GroupQueryFilter

public class StemNameGroupFilter
extends BaseGroupQueryFilter

Selects groups in a stem with scope.


Constructor Summary
StemNameGroupFilter(String name, String scope)
          Creates a GroupsInStemFilter which returns the groups which are under the given stem name and scope.
 
Method Summary
 boolean matchesGroup(edu.internet2.middleware.grouper.Group group)
          Returns true if the Group would be returned by the filter.
 
Methods inherited from class edu.internet2.middleware.grouper.shibboleth.filter.BaseGroupQueryFilter
getGrouperSession, getQueryFilter, getResults, setGrouperSession, setQueryFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StemNameGroupFilter

public StemNameGroupFilter(String name,
                           String scope)
Creates a GroupsInStemFilter which returns the groups which are under the given stem name and scope.

Parameters:
name - the stem name
scope - the stem scope
Method Detail

matchesGroup

public boolean matchesGroup(edu.internet2.middleware.grouper.Group group)
Returns true if the Group would be returned by the filter. False otherwise.

Parameters:
group - the Group
Returns:
if the group matches or not


Copyright © 2011 Internet2. All Rights Reserved.