public interface LdapOperations
org.springframework.ldap.core.LdapTemplate operations.| 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). |
<T> List<T> search(LdapTemplate ldapTemplate, LdapQuery query, <any> mapper)
org.springframework.ldap.core.LdapTemplate#search(org.springframework.ldap.query.LdapQuery,
org.springframework.ldap.core.AttributesMapper).ldapTemplate - 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.