| Interface | Description |
|---|---|
| DirSearch |
The object used for executing queries on the Directory Service.
|
| DirSearchFactory |
A factory for
DirSearch. |
| Filter |
The object that filters LDAP users.
|
| FilterFactory |
Factory for the filter.
|
| SearchResultHandler.RecordProcessor |
An interface used by
SearchResultHandler for processing records of
a SearchResult on a per-record basis. |
| Class | Description |
|---|---|
| ChainFilterFactory |
A factory that produces a
Filter that is implemented as a chain of other filters. |
| CustomQueryFilterFactory |
A factory for a
Filter based on a custom query. |
| GroupFilterFactory |
A factory for a
Filter based on a list of allowed groups. |
| LdapSearch |
Implements search for LDAP.
|
| LdapSearchFactory |
A factory for LDAP search objects.
|
| LdapUtils |
Static utility methods related to LDAP authentication module.
|
| Query |
The object that encompasses all components of a Directory Service search query.
|
| Query.QueryBuilder |
A builder of the
Query. |
| SearchResultHandler |
The object that handles Directory Service search results.
|
| UserFilterFactory |
A factory for a
Filter based on a list of allowed users. |
| UserSearchFilterFactory |
A factory for a
Filter that check whether provided user could be found in the directory. |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.