Methods in org.springframework.ldap.core.simple with parameters of type ParameterizedContextMapper |
|
SimpleLdapOperations.lookup(String dn,
ParameterizedContextMapper<T> mapper)
Perform a lookup of the specified DN and map the result using the mapper. |
|
SimpleLdapTemplate.lookup(String dn,
ParameterizedContextMapper<T> mapper)
|
|
SimpleLdapOperations.search(String base,
String filter,
ParameterizedContextMapper<T> mapper)
Search for a List of type T using the supplied filter and link
ParametrizedContextMapper. |
|
SimpleLdapTemplate.search(String base,
String filter,
ParameterizedContextMapper<T> mapper)
|
|
SimpleLdapOperations.search(String base,
String filter,
SearchControls controls,
ParameterizedContextMapper<T> mapper,
DirContextProcessor processor)
Search for a List of type T using the supplied filter, SearchControls,
DirContextProcessor and ParametrizedContextMapper. |
|
SimpleLdapTemplate.search(String base,
String filter,
SearchControls controls,
ParameterizedContextMapper<T> mapper,
DirContextProcessor processor)
|