Uses of Interface
org.ldaptive.filter.FilterSet
-
Packages that use FilterSet Package Description org.ldaptive.filter -
-
Uses of FilterSet in org.ldaptive.filter
Classes in org.ldaptive.filter that implement FilterSet Modifier and Type Class Description class
AndFilter
And search filter set defined as:class
NotFilter
Not search filter set defined as:class
OrFilter
Or search filter set defined as:Methods in org.ldaptive.filter that return FilterSet Modifier and Type Method Description private FilterSet
AbstractFilterFunction. readFilterSet(FilterSet set, String filter, int start, int end, int depth)
Reads the supplied filter using the supplied indices and adds them to the supplied filter set.Methods in org.ldaptive.filter with parameters of type FilterSet Modifier and Type Method Description private FilterSet
AbstractFilterFunction. readFilterSet(FilterSet set, String filter, int start, int end, int depth)
Reads the supplied filter using the supplied indices and adds them to the supplied filter set.
-