| Modifier and Type | Field and Description |
|---|---|
protected Person |
sample |
protected org.springframework.ldap.core.LdapTemplate |
template |
| Constructor and Description |
|---|
PersonDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
Name |
buildBaseDn()
Return the base DN of a person
|
Name |
buildDn(String uid)
Return the full DN of a person
|
List<Person> |
findByCriteria(Person p) |
protected SearchControls |
getSearchControls()
Query optimization
|
@Autowired protected Person sample
@Autowired @Qualifier(value="ldapTemplate") protected org.springframework.ldap.core.LdapTemplate template
public Name buildBaseDn()
buildBaseDn in interface PersonDaopublic List<Person> findByCriteria(Person p)
findByCriteria in interface PersonDaoprotected SearchControls getSearchControls()
Copyright © 2022. All rights reserved.