SearchResult |
LDAPInterface.search(String baseDN,
SearchScope scope,
DereferencePolicy derefPolicy,
int sizeLimit,
int timeLimit,
boolean typesOnly,
String filter,
String... attributes) |
SearchResult |
LDAPConnection.search(String baseDN,
SearchScope scope,
DereferencePolicy derefPolicy,
int sizeLimit,
int timeLimit,
boolean typesOnly,
String filter,
String... attributes) |
SearchResult |
LDAPInterface.search(String s,
SearchScope sub,
String filter,
String... attributes) |
SearchResult |
LDAPConnection.search(String s,
SearchScope sub,
String filter,
String... attributes) |
SearchResultEntry |
LDAPInterface.searchForEntry(String baseDN,
SearchScope scope,
DereferencePolicy derefPolicy,
int timeLimit,
boolean typesOnly,
String filter,
String... attributes) |
SearchResultEntry |
LDAPConnection.searchForEntry(String baseDN,
SearchScope scope,
DereferencePolicy derefPolicy,
int timeLimit,
boolean typesOnly,
String filter,
String... attributes) |
SearchResultEntry |
LDAPInterface.searchForEntry(String baseDN,
SearchScope scope,
String filter,
String... attributes) |
SearchResultEntry |
LDAPConnection.searchForEntry(String baseDN,
SearchScope scope,
String filter,
String... attributes) |