Package | Description |
---|---|
org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
Modifier and Type | Method and Description |
---|---|
ConnectionEntryReader |
Connection.search(SearchRequest request)
Searches the Directory Server using the provided search parameters.
|
ConnectionEntryReader |
AbstractConnectionWrapper.search(SearchRequest request)
Searches the Directory Server using the provided search parameters.
|
ConnectionEntryReader |
AbstractConnection.search(SearchRequest request) |
ConnectionEntryReader |
Connection.search(String baseObject,
SearchScope scope,
String filter,
String... attributeDescriptions)
Searches the Directory Server using the provided search parameters.
|
ConnectionEntryReader |
AbstractConnectionWrapper.search(String baseObject,
SearchScope scope,
String filter,
String... attributeDescriptions)
Searches the Directory Server using the provided search parameters.
|
ConnectionEntryReader |
AbstractConnection.search(String baseObject,
SearchScope scope,
String filter,
String... attributeDescriptions) |
Copyright © 2010-2018, ForgeRock All Rights Reserved.