edu.internet2.middleware.grouper.shibboleth.filter
Class StemNameGroupFilter
java.lang.Object
edu.internet2.middleware.grouper.shibboleth.filter.BaseGroupQueryFilter
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 namescope
- the stem scope
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.