You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a workaround the use other methods, but in that case we have to provide the SearchControls instance and therefore the defaultCountLimit, timelimit, searchScope of the LdapTemplate implementation cannot be used.
The text was updated successfully, but these errors were encountered:
also the following 2 new methods will be also useful
public List find( LdapQuery query, Class clazz, DirContextProcessor processor )
public List find( Name base, Filter filter, SearchControls searchControls, final Class clazz,
DirContextProcessor processor )
Hi
I'm missing the following methods from the LdapOperations interface and the corresponding LdapTemplate implementations:
There is a workaround the use other methods, but in that case we have to provide the SearchControls instance and therefore the defaultCountLimit, timelimit, searchScope of the LdapTemplate implementation cannot be used.
The text was updated successfully, but these errors were encountered: