EntryCursor |
LdapConnection.search(String baseDn,
String filter,
SearchScope scope,
String... attributes) |
Do a search, on the base object, using the given filter and scope.
|
EntryCursor |
LdapConnection.search(Dn baseDn,
String filter,
SearchScope scope,
String... attributes) |
Do a search, on the base object, using the given filter and scope.
|
EntryCursor |
LdapConnectionWrapper.search(String baseDn,
String filter,
SearchScope scope,
String... attributes) |
Do a search, on the base object, using the given filter and scope.
|
EntryCursor |
LdapConnectionWrapper.search(Dn baseDn,
String filter,
SearchScope scope,
String... attributes) |
Do a search, on the base object, using the given filter and scope.
|
EntryCursor |
LdapNetworkConnection.search(String baseDn,
String filter,
SearchScope scope,
String... attributes) |
Do a search, on the base object, using the given filter and scope.
|
EntryCursor |
LdapNetworkConnection.search(Dn baseDn,
String filter,
SearchScope scope,
String... attributes) |
Do a search, on the base object, using the given filter and scope.
|