Package | Description |
---|---|
org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
org.opends.guitools.controlpanel.browser |
Defines the main classes that are you used by the entry browser of the Control Panel.
|
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) |
Modifier and Type | Method and Description |
---|---|
ConnectionEntryReader |
ConnectionWithControls.search(SearchRequest request)
Searches using the provided request.
|
Copyright 2010-2020 ForgeRock AS.