Interface | Description |
---|---|
ContextBuilder |
Contract for building and closing LDAP contexts.
|
ContextSettings |
Contract to hold settings for creating an LDAP context.
|
LdapSearchService |
Contract for searching LDAP using an existing context.
|
SearchProvider |
Generic functional interface that returns a list of search
results from LDAP.
|
SearchSettings |
Contract to provide settings to search LDAP.
|
Class | Description |
---|---|
AttributesConvertibleValues |
A
ConvertibleValues implementation that uses Attributes as
the backing data source. |
ContextConfigurationContextSettings |
Implementation of
ContextSettings that derives its values from
an instance of LdapConfiguration . |
DefaultContextBuilder |
Default implementation of
ContextBuilder . |
DefaultLdapSearchService |
Default implementation of
LdapSearchService . |
LdapSearchResult |
Contains the data returned from an LDAP search.
|