Package | Description |
---|---|
org.forgerock.opendj.adapter.server3x |
Classes for interacting with an embedded OpenDJ 2.x instance using the OpenDJ LDAP SDK.
|
org.forgerock.opendj.io |
Classes and interfaces providing I/O functionality.
|
org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
org.forgerock.opendj.ldap.messages |
Classes and interfaces for core LDAP requests/responses.
|
org.forgerock.opendj.ldif |
Classes and interfaces for reading and writing LDIF.
|
org.opends.guitools.controlpanel.browser |
Defines the main classes that are you used by the entry browser of the Control Panel.
|
org.opends.guitools.controlpanel.datamodel |
Defines the data structures that are used in the control panel.
|
org.opends.guitools.controlpanel.ui |
Contains the panels and dialogs displayed in the Control Panel.
|
org.opends.guitools.controlpanel.util |
Contains some utilities used in the Control Panel.
|
org.opends.server.extensions |
Contains various implementations of Directory Server APIs that are not appropriate for other packages.
|
org.opends.server.replication.plugin |
This package contains the part of the Multi-master
replication code that works on the Directory Server side.
|
Modifier and Type | Method and Description |
---|---|
static SearchResultEntry |
Converters.from(SearchResultEntry srvResultEntry)
Converts from OpenDJ server
SearchResultEntry to OpenDJ LDAP SDK
SearchResultEntry . |
static SearchResultEntry |
Converters.partiallyWrap(SearchResultEntry srvResultEntry)
Converts from OpenDJ server
SearchResultEntry to OpenDJ LDAP SDK
SearchResultEntry . |
Modifier and Type | Method and Description |
---|---|
static SearchResultEntry |
Converters.to(SearchResultEntry value)
Converts from OpenDJ LDAP SDK
SearchResultEntry to OpenDJ server
SearchResultEntry . |
Modifier and Type | Method and Description |
---|---|
void |
LdapWriter.writeSearchResultEntry(int messageID,
SearchResultEntry entry)
Writes the provided search result entry.
|
Modifier and Type | Method and Description |
---|---|
SearchResultEntry |
Connection.readEntry(Dn name,
String... attributeDescriptions)
Reads the named entry from the Directory Server.
|
SearchResultEntry |
AbstractConnectionWrapper.readEntry(Dn name,
String... attributeDescriptions)
Reads the named entry from the Directory Server.
|
SearchResultEntry |
AbstractConnection.readEntry(Dn baseObject,
String... attributeDescriptions) |
SearchResultEntry |
Connection.readEntry(String name,
String... attributeDescriptions)
Reads the named entry from the Directory Server.
|
SearchResultEntry |
AbstractConnectionWrapper.readEntry(String name,
String... attributeDescriptions)
Reads the named entry from the Directory Server.
|
SearchResultEntry |
AbstractConnection.readEntry(String baseObject,
String... attributeDescriptions) |
SearchResultEntry |
Connection.searchSingleEntry(SearchRequest request)
Searches the Directory Server for a single entry using the provided
search request.
|
SearchResultEntry |
AbstractConnectionWrapper.searchSingleEntry(SearchRequest request)
Searches the Directory Server for a single entry using the provided
search request.
|
SearchResultEntry |
AbstractConnection.searchSingleEntry(SearchRequest request) |
SearchResultEntry |
Connection.searchSingleEntry(String baseObject,
SearchScope scope,
String filter,
String... attributeDescriptions)
Searches the Directory Server for a single entry using the provided
search parameters.
|
SearchResultEntry |
AbstractConnectionWrapper.searchSingleEntry(String baseObject,
SearchScope scope,
String filter,
String... attributeDescriptions)
Searches the Directory Server for a single entry using the provided
search parameters.
|
SearchResultEntry |
AbstractConnection.searchSingleEntry(String baseObject,
SearchScope scope,
String filter,
String... attributeDescriptions) |
Modifier and Type | Method and Description |
---|---|
LdapPromise<SearchResultEntry> |
Connection.readEntryAsync(Dn name,
Collection<String> attributeDescriptions)
Asynchronously reads the named entry from the Directory Server.
|
LdapPromise<SearchResultEntry> |
AbstractConnectionWrapper.readEntryAsync(Dn name,
Collection<String> attributeDescriptions)
Asynchronously reads the named entry from the Directory Server.
|
LdapPromise<SearchResultEntry> |
AbstractConnection.readEntryAsync(Dn name,
Collection<String> attributeDescriptions) |
LdapPromise<SearchResultEntry> |
Connection.searchSingleEntryAsync(SearchRequest request)
Asynchronously searches the Directory Server for a single entry using the
provided search request.
|
LdapPromise<SearchResultEntry> |
AbstractConnectionWrapper.searchSingleEntryAsync(SearchRequest request)
Asynchronously searches the Directory Server for a single entry using the
provided search request.
|
LdapPromise<SearchResultEntry> |
AbstractConnection.searchSingleEntryAsync(SearchRequest request) |
Modifier and Type | Method and Description |
---|---|
boolean |
SearchResultHandler.handleEntry(SearchResultEntry entry)
Invoked each time a search result entry is returned from an asynchronous
search operation.
|
Modifier and Type | Method and Description |
---|---|
Result |
Connection.search(SearchRequest request,
Collection<? super SearchResultEntry> entries)
Searches the Directory Server using the provided search request.
|
Result |
AbstractConnectionWrapper.search(SearchRequest request,
Collection<? super SearchResultEntry> entries)
Searches the Directory Server using the provided search request.
|
Result |
AbstractConnection.search(SearchRequest request,
Collection<? super SearchResultEntry> entries) |
Result |
Connection.search(SearchRequest request,
Collection<? super SearchResultEntry> entries,
Collection<? super SearchResultReference> references)
Searches the Directory Server using the provided search request.
|
Result |
AbstractConnectionWrapper.search(SearchRequest request,
Collection<? super SearchResultEntry> entries,
Collection<? super SearchResultReference> references)
Searches the Directory Server using the provided search request.
|
Result |
AbstractConnection.search(SearchRequest request,
Collection<? super SearchResultEntry> entries,
Collection<? super SearchResultReference> references) |
Modifier and Type | Method and Description |
---|---|
SearchResultEntry |
SearchResultEntry.addAttribute(String attributeDescription,
Object... values) |
SearchResultEntry |
SearchResultEntry.addControl(Control control) |
SearchResultEntry |
SearchResultEntry.clearAttributes() |
static SearchResultEntry |
Responses.copyOfSearchResultEntry(SearchResultEntry entry)
Creates a new search result entry that is an exact copy of the provided
result.
|
static SearchResultEntry |
Responses.newSearchResultEntry(Dn name)
Creates a new search result entry using the provided distinguished name.
|
static SearchResultEntry |
Responses.newSearchResultEntry(Entry entry)
Creates a new search result entry backed by the provided entry.
|
static SearchResultEntry |
Responses.newSearchResultEntry(String... ldifLines)
Creates a new search result entry using the provided lines of LDIF
decoded using the default schema.
|
static SearchResultEntry |
Responses.newSearchResultEntry(String name)
Creates a new search result entry using the provided distinguished name
decoded using the default schema.
|
SearchResultEntry |
SearchResultEntry.removeAttribute(String attributeDescription,
Object... values) |
SearchResultEntry |
SearchResultEntry.replaceAttribute(String attributeDescription,
Object... values) |
SearchResultEntry |
SearchResultEntry.setName(Dn dn) |
SearchResultEntry |
SearchResultEntry.setName(String dn) |
static SearchResultEntry |
Responses.unmodifiableSearchResultEntry(SearchResultEntry entry)
Creates an unmodifiable search result entry using the provided response.
|
Modifier and Type | Method and Description |
---|---|
static SearchResultEntry |
Responses.copyOfSearchResultEntry(SearchResultEntry entry)
Creates a new search result entry that is an exact copy of the provided
result.
|
static LdapMessage |
LdapMessage.newResponseMessage(int messageId,
SearchResultEntry response)
Builds and returns an
LdapMessage containing a SearchResultEntry . |
static SearchResultEntry |
Responses.unmodifiableSearchResultEntry(SearchResultEntry entry)
Creates an unmodifiable search result entry using the provided response.
|
Modifier and Type | Method and Description |
---|---|
SearchResultEntry |
ConnectionEntryReader.readEntry()
Waits for the next search result entry or reference to become available
and, if it is an entry, returns it as a
SearchResultEntry . |
Modifier and Type | Method and Description |
---|---|
SearchResultEntry |
NodeRefresher.getDisplayedEntry()
Returns the displayed entry in the browser.
|
SearchResultEntry |
NodeRefresher.getLocalEntry()
Returns the local entry the refresher is handling.
|
SearchResultEntry |
NodeRefresher.getRemoteEntry()
Returns the remote entry for the node.
|
SearchResultEntry |
ConnectionWithControls.searchSingleEntry(SearchRequest request)
Searches a single entry.
|
Modifier and Type | Method and Description |
---|---|
List<SearchResultEntry> |
NodeRefresher.getChildEntries()
Returns the child entries of the node.
|
Modifier and Type | Method and Description |
---|---|
static String[] |
BrowserController.getReferral(SearchResultEntry entry)
Returns the value of the 'ref' attribute.
|
Modifier and Type | Method and Description |
---|---|
SearchResultEntry |
ServerDescriptor.getEntryCachesMonitor()
Returns the monitoring entry for the entry caches.
|
SearchResultEntry |
ServerDescriptor.getJvmMemoryUsageMonitor()
Returns the monitoring entry for the JVM memory usage.
|
SearchResultEntry |
BackendDescriptor.getMonitoringEntry()
Returns the monitoring entry information.
|
protected SearchResultEntry |
ConnectionHandlersMonitoringTableModel.getMonitoringEntry(org.opends.guitools.controlpanel.datamodel.AddressConnectionHandlerDescriptor ach) |
SearchResultEntry |
ServerDescriptor.getRootMonitor()
Returns the root entry of the monitoring tree.
|
SearchResultEntry |
ServerDescriptor.getSystemInformationMonitor()
Returns the monitoring entry for the system information.
|
SearchResultEntry |
ServerDescriptor.getWorkQueueMonitor()
Returns the monitoring entry for the work queue.
|
Modifier and Type | Method and Description |
---|---|
Set<SearchResultEntry> |
ConnectionHandlerDescriptor.getMonitoringEntries()
Returns the monitoring entries.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerDescriptor.setEntryCachesMonitor(SearchResultEntry entryCaches)
Sets the monitoring entry for the entry caches.
|
void |
ServerDescriptor.setJvmMemoryUsageMonitor(SearchResultEntry jvmMemoryUsage)
Sets the monitoring entry for the JVM memory usage.
|
void |
BackendDescriptor.setMonitoringEntry(SearchResultEntry sr)
Sets the monitoring entry corresponding to this backend.
|
void |
ServerDescriptor.setRootMonitor(SearchResultEntry rootMonitor)
Sets the root entry of the monitoring tree.
|
void |
ServerDescriptor.setSystemInformationMonitor(SearchResultEntry systemInformation)
Sets the monitoring entry for the system information.
|
void |
ServerDescriptor.setWorkQueueMonitor(SearchResultEntry workQueue)
Sets the monitoring entry of the work queue.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionHandlerDescriptor.setMonitoringEntries(Set<SearchResultEntry> monitoringEntries)
Sets the monitoring entries.
|
Constructor and Description |
---|
ConnectionHandlerDescriptor(Collection<InetAddress> addresses,
int port,
ConnectionHandlerDescriptor.Protocol protocol,
ConnectionHandlerDescriptor.State state,
String name,
Set<SearchResultEntry> monitoringEntries)
Constructor for the connection handler..
|
Modifier and Type | Method and Description |
---|---|
protected void |
StatusGenericPanel.updateMonitoringInfo(List<? extends MonitoringAttributes> monitoringAttrs,
List<JLabel> monitoringLabels,
SearchResultEntry monitoringEntry)
Updates the monitoring information writing it to a list of labels.
|
Modifier and Type | Method and Description |
---|---|
SearchResultEntry |
ConfigFromConnection.getEntryCaches()
Returns the monitoring entry for the entry caches.
|
SearchResultEntry |
ConfigFromConnection.getJvmMemoryUsage()
Returns the monitoring entry for the JVM memory usage.
|
SearchResultEntry |
ConfigFromConnection.getRootMonitor()
Returns the root entry of the monitoring tree.
|
SearchResultEntry |
ConfigFromConnection.getSystemInformation()
Returns the monitoring entry for the system information.
|
SearchResultEntry |
ConfigFromConnection.getVersionMonitor()
Returns the version entry of the monitoring tree.
|
SearchResultEntry |
ConfigFromConnection.getWorkQueue()
Returns the monitoring entry for the work queue.
|
Modifier and Type | Method and Description |
---|---|
static void |
Utilities.computeMonitoringPossibleResults(SearchResultEntry monitor1,
SearchResultEntry monitor2,
List<Integer> possibleResults,
Collection<String> attrNames)
Computes the possible comparison results for monitoring information.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DynamicGroupSearchThread.handleEntry(SearchResultEntry entry) |
Modifier and Type | Method and Description |
---|---|
static String |
EntryHistorical.getEntryUUID(SearchResultEntry entry)
Get the entry unique Id in String form.
|
Copyright 2010-2020 ForgeRock AS.