Package org.ldaptive.filter
Interface FilterSet
- All Superinterfaces:
Filter
Container of search filters.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ldaptive.filter.Filter
Filter.Type
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds a search filter to this set.getType()
Returns the type of filter set.Methods inherited from interface org.ldaptive.filter.Filter
getEncoder
-
Method Details
-
getType
Filter.Type getType()Returns the type of filter set.- Returns:
- type of filter set
-
add
Adds a search filter to this set.- Parameters:
filter
- to add
-