Package org.ldaptive.filter
Interface FilterSet
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.ldaptive.filter.Filter
Filter.Type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadd(Filter filter)Adds a search filter to this set.Filter.TypegetType()Returns the type of filter set.-
Methods inherited from interface org.ldaptive.filter.Filter
getEncoder
-
-
-
-
Method Detail
-
getType
Filter.Type getType()
Returns the type of filter set.- Returns:
- type of filter set
-
add
void add(Filter filter)
Adds a search filter to this set.- Parameters:
filter- to add
-
-