|
Spring LDAP | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LdapQuery
Holds all information regarding a Ldap query to be performed. Contains information regarding search base, search scope, time and count limits, and search filter.
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)| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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()
|
Spring LDAP | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||