Package edu.internet2.middleware.grouper.shibboleth.filter

Interface Summary
Filter<T> An extension to QueryFilter which adds the ability to determine if a Group matches (would be returned by) the filter.
 

Class Summary
AbstractFilter<T> Base class for a Filter.
AbstractSetOperationFilter<T> An abstract conditional Filter consisting of two Filters for use in union, intersection, and complement filters.
AndFilter<T> Selects Grouper objects that match two other Filters, e.g.
GroupExactAttributeFilter Selects Groups by attribute name and value.
GroupInStemFilter Selects Groups in a Stem with Stem.Scope.
MemberSourceFilter Selects Members from a Source.
MinusFilter<T> Selects Grouper objects that match the complement of two Filters, e.g.
NameFilter Selects an object by exact name.
NameInStemFilter Selects objects in a name with Stem.Scope.
OrFilter<T> Selects Grouper objects that match either of two Filters, e.g.
StemInStemFilter Selects child Stems in a Stem with Stem.Scope.
StemNameFilter Selects a Stem by exact name.
 



Copyright © 2012 Internet2. All Rights Reserved.