| Package | Description |
|---|---|
| org.apache.directory.ldap.client.api.search | |
| org.apache.directory.ldap.client.template |
| Class and Description |
|---|
| AbstractFilter
An abstract class used as a base for all the Filter implementations
|
| AttributeDescriptionFilter
This class is used to handle the Present filter (ie, attr =* )
|
| AttributeValueAssertionFilter
A class to represent the various filters that take a value, like =, <=, >= or ~=.
|
| Filter
The Search Filter interface
|
| FilterBuilder
A builder for constructing well formed search filters according to
RFC 4515.
|
| FilterOperator
The operators that can be used in a Filter :
AND: the '&' operator
OR: the '|' operator
NOT: the '!' operator
EQUAL: the '=' operator
LESS_THAN_OR_EQUAL: the '<=' operator
GREATER_THAN_OR_EQUAL: the '>=' operator
PRESENT: the '=*' operator
APPROXIMATELY_EQUAL: the '~=' operator
|
| MatchingRuleAssertionFilter
A class to represent the extensible matching filter.
|
| MatchingRuleAssertionFilterBuilder |
| SetOfFiltersFilter
An implementation of the Filter interface for the AND and OR Filters
|
| SubstringFilter
A class used to manage Substring Filters.
|
| UnaryFilter
Creates a NOT filter
|
| Class and Description |
|---|
| FilterBuilder
A builder for constructing well formed search filters according to
RFC 4515.
|
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.