<T> T |
LdapConnectionOperations.lookup(Dn dn,
String[] attributes,
EntryMapper<T> entryMapper) |
Performs a lookup, requesting attributes, and supplies
the matching entry to the 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,
String[] attributes,
EntryMapper<T> entryMapper) |
Performs a lookup, requesting attributes, and supplies
the matching entry to the entryMapper.
|
<T> T |
LdapConnectionTemplate.lookup(Dn dn,
EntryMapper<T> entryMapper) |
Performs a lookup, and supplies the matching entry to the
entryMapper.
|
<T> List<T> |
LdapConnectionOperations.search(String baseDn,
String filter,
SearchScope scope,
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> List<T> |
LdapConnectionOperations.search(String baseDn,
String filter,
SearchScope scope,
EntryMapper<T> entryMapper) |
Searches for the entries matching the supplied criteria, feeding the
result into the entryMapper.
|
<T> List<T> |
LdapConnectionOperations.search(String baseDn,
FilterBuilder filter,
SearchScope scope,
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> List<T> |
LdapConnectionOperations.search(String baseDn,
FilterBuilder filter,
SearchScope scope,
EntryMapper<T> entryMapper) |
Searches for the entries matching the supplied criteria, feeding the
result into the entryMapper.
|
<T> List<T> |
LdapConnectionOperations.search(SearchRequest searchRequest,
EntryMapper<T> entryMapper) |
Searches for the entries matching the supplied
searchRequest, feeding the result into the
entryMapper.
|
<T> List<T> |
LdapConnectionOperations.search(Dn baseDn,
String filter,
SearchScope scope,
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> List<T> |
LdapConnectionOperations.search(Dn baseDn,
String filter,
SearchScope scope,
EntryMapper<T> entryMapper) |
Searches for the entries matching the supplied criteria, feeding the
result into the entryMapper.
|
<T> List<T> |
LdapConnectionOperations.search(Dn baseDn,
FilterBuilder filter,
SearchScope scope,
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> 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> List<T> |
LdapConnectionTemplate.search(String baseDn,
String filter,
SearchScope scope,
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> List<T> |
LdapConnectionTemplate.search(String baseDn,
String filter,
SearchScope scope,
EntryMapper<T> entryMapper) |
Searches for the entries matching the supplied criteria, feeding the
result into the entryMapper.
|
<T> List<T> |
LdapConnectionTemplate.search(String baseDn,
FilterBuilder filter,
SearchScope scope,
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> List<T> |
LdapConnectionTemplate.search(String baseDn,
FilterBuilder filter,
SearchScope scope,
EntryMapper<T> entryMapper) |
Searches for the entries matching the supplied criteria, feeding the
result into the entryMapper.
|
<T> List<T> |
LdapConnectionTemplate.search(SearchRequest searchRequest,
EntryMapper<T> entryMapper) |
Searches for the entries matching the supplied
searchRequest, feeding the result into the
entryMapper.
|
<T> List<T> |
LdapConnectionTemplate.search(Dn baseDn,
String filter,
SearchScope scope,
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> List<T> |
LdapConnectionTemplate.search(Dn baseDn,
String filter,
SearchScope scope,
EntryMapper<T> entryMapper) |
Searches for the entries matching the supplied criteria, feeding the
result into the entryMapper.
|
<T> List<T> |
LdapConnectionTemplate.search(Dn baseDn,
FilterBuilder filter,
SearchScope scope,
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> List<T> |
LdapConnectionTemplate.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> T |
LdapConnectionOperations.searchFirst(String baseDn,
String filter,
SearchScope scope,
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 |
LdapConnectionOperations.searchFirst(String baseDn,
String filter,
SearchScope scope,
EntryMapper<T> entryMapper) |
Searches for the first entry matching the supplied criteria, feeding the
result into the entryMapper.
|
<T> T |
LdapConnectionOperations.searchFirst(String baseDn,
FilterBuilder filter,
SearchScope scope,
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 |
LdapConnectionOperations.searchFirst(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 |
LdapConnectionOperations.searchFirst(SearchRequest searchRequest,
EntryMapper<T> entryMapper) |
Searches for the first entry matching the supplied
searchRequest, feeding the result into the
entryMapper.
|
<T> T |
LdapConnectionOperations.searchFirst(Dn baseDn,
String filter,
SearchScope scope,
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 |
LdapConnectionOperations.searchFirst(Dn baseDn,
String filter,
SearchScope scope,
EntryMapper<T> entryMapper) |
Searches for the first entry matching the supplied criteria, feeding the
result into the entryMapper.
|
<T> T |
LdapConnectionOperations.searchFirst(Dn baseDn,
FilterBuilder filter,
SearchScope scope,
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 |
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(String baseDn,
String filter,
SearchScope scope,
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(String baseDn,
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(String baseDn,
FilterBuilder filter,
SearchScope scope,
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(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(SearchRequest searchRequest,
EntryMapper<T> entryMapper) |
Searches for the first entry matching the supplied
searchRequest, feeding the result into the
entryMapper.
|
<T> T |
LdapConnectionTemplate.searchFirst(Dn baseDn,
String filter,
SearchScope scope,
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,
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,
FilterBuilder filter,
SearchScope scope,
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,
FilterBuilder filter,
SearchScope scope,
EntryMapper<T> entryMapper) |
Searches for the first entry matching the supplied criteria, feeding the
result into the entryMapper.
|