| Package | Description |
|---|---|
| org.apache.directory.ldap.client.template |
| Modifier and Type | Field and Description |
|---|---|
private static EntryMapper<Dn> |
LdapConnectionTemplate.DN_ENTRY_MAPPER |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
LdapConnectionTemplate.lookup(Dn dn,
EntryMapper<T> entryMapper) |
<T> T |
LdapConnectionOperations.lookup(Dn dn,
EntryMapper<T> entryMapper)
Performs a lookup, and supplies the matching entry to the
entryMapper. |
<T> T |
LdapConnectionTemplate.lookup(Dn dn,
java.lang.String[] attributes,
EntryMapper<T> entryMapper) |
<T> T |
LdapConnectionOperations.lookup(Dn dn,
java.lang.String[] attributes,
EntryMapper<T> entryMapper)
Performs a lookup, requesting
attributes, and supplies
the matching entry to the entryMapper. |
<T> java.util.List<T> |
LdapConnectionTemplate.search(Dn baseDn,
FilterBuilder filter,
SearchScope scope,
EntryMapper<T> entryMapper) |
<T> java.util.List<T> |
LdapConnectionOperations.search(Dn baseDn,
FilterBuilder filter,
SearchScope scope,
EntryMapper<T> entryMapper)
Searches for the entries matching the supplied criteria, feeding the
result into the
entryMapper. |
<T> java.util.List<T> |
LdapConnectionTemplate.search(Dn baseDn,
FilterBuilder filter,
SearchScope scope,
java.lang.String[] attributes,
EntryMapper<T> entryMapper) |
<T> java.util.List<T> |
LdapConnectionOperations.search(Dn baseDn,
FilterBuilder filter,
SearchScope scope,
java.lang.String[] attributes,
EntryMapper<T> entryMapper)
Searches for the entries matching the supplied criteria, feeding the
result into the
entryMapper, querying only the requested
attributes. |
<T> java.util.List<T> |
LdapConnectionTemplate.search(Dn baseDn,
java.lang.String filter,
SearchScope scope,
EntryMapper<T> entryMapper) |
<T> java.util.List<T> |
LdapConnectionOperations.search(Dn baseDn,
java.lang.String filter,
SearchScope scope,
EntryMapper<T> entryMapper)
Searches for the entries matching the supplied criteria, feeding the
result into the
entryMapper. |
<T> java.util.List<T> |
LdapConnectionTemplate.search(Dn baseDn,
java.lang.String filter,
SearchScope scope,
java.lang.String[] attributes,
EntryMapper<T> entryMapper) |
<T> java.util.List<T> |
LdapConnectionOperations.search(Dn baseDn,
java.lang.String filter,
SearchScope scope,
java.lang.String[] attributes,
EntryMapper<T> entryMapper)
Searches for the entries matching the supplied criteria, feeding the
result into the
entryMapper, querying only the requested
attributes. |
<T> java.util.List<T> |
LdapConnectionTemplate.search(SearchRequest searchRequest,
EntryMapper<T> entryMapper) |
<T> java.util.List<T> |
LdapConnectionOperations.search(SearchRequest searchRequest,
EntryMapper<T> entryMapper)
Searches for the entries matching the supplied
searchRequest, feeding the result into the
entryMapper. |
<T> java.util.List<T> |
LdapConnectionTemplate.search(java.lang.String baseDn,
FilterBuilder filter,
SearchScope scope,
EntryMapper<T> entryMapper) |
<T> java.util.List<T> |
LdapConnectionOperations.search(java.lang.String baseDn,
FilterBuilder filter,
SearchScope scope,
EntryMapper<T> entryMapper)
Searches for the entries matching the supplied criteria, feeding the
result into the
entryMapper. |
<T> java.util.List<T> |
LdapConnectionTemplate.search(java.lang.String baseDn,
FilterBuilder filter,
SearchScope scope,
java.lang.String[] attributes,
EntryMapper<T> entryMapper) |
<T> java.util.List<T> |
LdapConnectionOperations.search(java.lang.String baseDn,
FilterBuilder filter,
SearchScope scope,
java.lang.String[] attributes,
EntryMapper<T> entryMapper)
Searches for the entries matching the supplied criteria, feeding the
result into the
entryMapper, querying only the requested
attributes. |
<T> java.util.List<T> |
LdapConnectionTemplate.search(java.lang.String baseDn,
java.lang.String filter,
SearchScope scope,
EntryMapper<T> entryMapper) |
<T> java.util.List<T> |
LdapConnectionOperations.search(java.lang.String baseDn,
java.lang.String filter,
SearchScope scope,
EntryMapper<T> entryMapper)
Searches for the entries matching the supplied criteria, feeding the
result into the
entryMapper. |
<T> java.util.List<T> |
LdapConnectionTemplate.search(java.lang.String baseDn,
java.lang.String filter,
SearchScope scope,
java.lang.String[] attributes,
EntryMapper<T> entryMapper) |
<T> java.util.List<T> |
LdapConnectionOperations.search(java.lang.String baseDn,
java.lang.String filter,
SearchScope scope,
java.lang.String[] attributes,
EntryMapper<T> entryMapper)
Searches for the entries matching the supplied criteria, feeding the
result into the
entryMapper, querying only the requested
attributes. |
<T> T |
LdapConnectionTemplate.searchFirst(Dn baseDn,
FilterBuilder filter,
SearchScope scope,
EntryMapper<T> entryMapper) |
<T> T |
LdapConnectionOperations.searchFirst(Dn baseDn,
FilterBuilder filter,
SearchScope scope,
EntryMapper<T> entryMapper)
Searches for the first entry matching the supplied criteria, feeding the
result into the
entryMapper. |
<T> T |
LdapConnectionTemplate.searchFirst(Dn baseDn,
FilterBuilder filter,
SearchScope scope,
java.lang.String[] attributes,
EntryMapper<T> entryMapper) |
<T> T |
LdapConnectionOperations.searchFirst(Dn baseDn,
FilterBuilder filter,
SearchScope scope,
java.lang.String[] attributes,
EntryMapper<T> entryMapper)
Searches for the first entry matching the supplied criteria, feeding the
result into the
entryMapper, querying only the requested
attributes. |
<T> T |
LdapConnectionTemplate.searchFirst(Dn baseDn,
java.lang.String filter,
SearchScope scope,
EntryMapper<T> entryMapper) |
<T> T |
LdapConnectionOperations.searchFirst(Dn baseDn,
java.lang.String filter,
SearchScope scope,
EntryMapper<T> entryMapper)
Searches for the first entry matching the supplied criteria, feeding the
result into the
entryMapper. |
<T> T |
LdapConnectionTemplate.searchFirst(Dn baseDn,
java.lang.String filter,
SearchScope scope,
java.lang.String[] attributes,
EntryMapper<T> entryMapper) |
<T> T |
LdapConnectionOperations.searchFirst(Dn baseDn,
java.lang.String filter,
SearchScope scope,
java.lang.String[] attributes,
EntryMapper<T> entryMapper)
Searches for the first entry matching the supplied criteria, feeding the
result into the
entryMapper, querying only the requested
attributes. |
<T> T |
LdapConnectionTemplate.searchFirst(SearchRequest searchRequest,
EntryMapper<T> entryMapper) |
<T> T |
LdapConnectionOperations.searchFirst(SearchRequest searchRequest,
EntryMapper<T> entryMapper)
Searches for the first entry matching the supplied
searchRequest, feeding the result into the
entryMapper. |
<T> T |
LdapConnectionTemplate.searchFirst(java.lang.String baseDn,
FilterBuilder filter,
SearchScope scope,
EntryMapper<T> entryMapper) |
<T> T |
LdapConnectionOperations.searchFirst(java.lang.String baseDn,
FilterBuilder filter,
SearchScope scope,
EntryMapper<T> entryMapper)
Searches for the first entry matching the supplied criteria, feeding the
result into the
entryMapper. |
<T> T |
LdapConnectionTemplate.searchFirst(java.lang.String baseDn,
FilterBuilder filter,
SearchScope scope,
java.lang.String[] attributes,
EntryMapper<T> entryMapper) |
<T> T |
LdapConnectionOperations.searchFirst(java.lang.String baseDn,
FilterBuilder filter,
SearchScope scope,
java.lang.String[] attributes,
EntryMapper<T> entryMapper)
Searches for the first entry matching the supplied criteria, feeding the
result into the
entryMapper, querying only the requested
attributes. |
<T> T |
LdapConnectionTemplate.searchFirst(java.lang.String baseDn,
java.lang.String filter,
SearchScope scope,
EntryMapper<T> entryMapper) |
<T> T |
LdapConnectionOperations.searchFirst(java.lang.String baseDn,
java.lang.String filter,
SearchScope scope,
EntryMapper<T> entryMapper)
Searches for the first entry matching the supplied criteria, feeding the
result into the
entryMapper. |
<T> T |
LdapConnectionTemplate.searchFirst(java.lang.String baseDn,
java.lang.String filter,
SearchScope scope,
java.lang.String[] attributes,
EntryMapper<T> entryMapper) |
<T> T |
LdapConnectionOperations.searchFirst(java.lang.String baseDn,
java.lang.String filter,
SearchScope scope,
java.lang.String[] attributes,
EntryMapper<T> entryMapper)
Searches for the first entry matching the supplied criteria, feeding the
result into the
entryMapper, querying only the requested
attributes. |