public class LdapOperationsImpl extends Object implements LdapOperations
LdapOperations.| Constructor and Description |
|---|
LdapOperationsImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
search(LdapTemplate ldapTemplate,
LdapQuery query,
<any> mapper)
Executes
org.springframework.ldap.core.LdapTemplate#search(org.springframework.ldap.query.LdapQuery,
org.springframework.ldap.core.AttributesMapper). |
public <T> List<T> search(LdapTemplate ldapTemplate, LdapQuery query, <any> mapper)
LdapOperationsorg.springframework.ldap.core.LdapTemplate#search(org.springframework.ldap.query.LdapQuery,
org.springframework.ldap.core.AttributesMapper).search in interface LdapOperationsldapTemplate - the LDAP template to usequery - the LDAP query specificationmapper - the Attributes to supply all found Attributes toorg.springframework.ldap.core.AttributesMapperCopyright © 2019. All rights reserved.