public interface LdapQuery
LdapQueryBuilder,
LdapOperations.search(LdapQuery, org.springframework.ldap.core.AttributesMapper),
LdapOperations.search(LdapQuery, org.springframework.ldap.core.ContextMapper),
LdapOperations.searchForObject(LdapQuery, org.springframework.ldap.core.ContextMapper),
LdapOperations.searchForContext(LdapQuery)| Modifier and Type | Method and Description |
|---|---|
String[] |
attributes()
Get the attributes to return.
|
Name |
base()
Get the search base.
|
Integer |
countLimit()
Get the count limit.
|
Filter |
filter()
Get the filter.
|
SearchScope |
searchScope()
Get the search scope.
|
Integer |
timeLimit()
Get the time limit.
|
Name base()
LdapUtils.emptyLdapName().SearchScope searchScope()
null, indicating that the LdapTemplate default should be used.Integer timeLimit()
null, indicating that the LdapTemplate default should be used.Integer countLimit()
null, indicating that the LdapTemplate default should be used.String[] attributes()
null, indicating that all attributes should be returned.Filter filter()