Package | Description |
---|---|
org.forgerock.opendj.adapter.server3x |
Classes for interacting with an embedded OpenDJ 2.x instance using the OpenDJ LDAP SDK.
|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.api.plugin |
Defines the Directory Server plugin API.
|
org.opends.server.authorization.dseecompat |
Contains the Directory Server Sun Java System Directory Server Enterprise Edition (dseecompat) compatability access
control handler implementation.
|
org.opends.server.controls |
Contains classes that represent specific LDAP controls and their values.
|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
org.opends.server.protocols |
Contains various Directory Server connection handler implementations which will be used to accept connections from
and perform communication with clients over various protocols.
|
org.opends.server.protocols.jmx |
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using JMX.
|
org.opends.server.protocols.ldap |
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using LDAPv3.
|
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 |
---|---|
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 |
---|---|
void |
AccessControlHandler.filterEntry(Operation operation,
SearchResultEntry unfilteredEntry,
SearchResultEntry filteredEntry)
Filter the contents of the provided entry such that it no longer contains any attributes or values that the
client is not permitted to access.
|
boolean |
AccessControlHandler.maySend(Operation operation,
SearchResultEntry unfilteredEntry)
Indicates whether the provided search result entry may be sent to the client.
|
abstract void |
ClientConnection.sendSearchEntry(SearchOperation searchOperation,
SearchResultEntry searchEntry)
Sends the provided search result entry to the client.
|
Modifier and Type | Method and Description |
---|---|
PluginResult.IntermediateResponse |
DirectoryServerPlugin.processSearchEntry(SearchEntrySearchOperation searchOperation,
SearchResultEntry searchEntry)
Performs any necessary processing that should be done before a search result entry is sent to a client.
|
Modifier and Type | Method and Description |
---|---|
void |
AciHandler.filterEntry(Operation operation,
SearchResultEntry unfilteredEntry,
SearchResultEntry filteredEntry) |
boolean |
AciHandler.maySend(Operation operation,
SearchResultEntry entry) |
Modifier and Type | Method and Description |
---|---|
SearchResultEntry |
LDAPPreReadResponseControl.getSearchEntry()
Retrieves the search result entry associated with this pre-read response control.
|
SearchResultEntry |
LDAPPostReadResponseControl.getSearchEntry()
Retrieves the search result entry associated with this post-read response control.
|
Constructor and Description |
---|
LDAPPostReadResponseControl(boolean isCritical,
SearchResultEntry searchEntry)
Creates a new instance of this LDAP post-read response control with the provided information.
|
LDAPPostReadResponseControl(SearchResultEntry searchEntry)
Creates a new instance of this LDAP post-read response control with the provided information.
|
LDAPPreReadResponseControl(boolean isCritical,
SearchResultEntry searchEntry)
Creates a new instance of this LDAP pre-read response control with the provided information.
|
LDAPPreReadResponseControl(SearchResultEntry searchEntry)
Creates a new instance of this LDAP pre-read response control with the provided information.
|
Modifier and Type | Method and Description |
---|---|
PluginResult.IntermediateResponse |
PluginConfigManager.invokeSearchResultEntryPlugins(SearchEntrySearchOperation searchOperation,
SearchResultEntry searchEntry)
Invokes the set of search result entry plugins that have been configured in the Directory Server.
|
void |
SearchOperation.sendSearchEntry(SearchResultEntry entry)
Sends the provided search result entry to the client.
|
Modifier and Type | Method and Description |
---|---|
static Response |
ReactiveHandlersUtils.searchEntryToResponse(SearchResultEntry searchEntry)
Returns a Response from the provided SearchResultEntry.
|
Modifier and Type | Method and Description |
---|---|
void |
JmxClientConnection.sendSearchEntry(SearchOperation searchOperation,
SearchResultEntry searchEntry)
Sends the provided search result entry to the client.
|
Modifier and Type | Method and Description |
---|---|
SearchResultEntry |
SearchResultEntryProtocolOp.toSearchResultEntry()
Converts this protocol op to a search result entry.
|
Modifier and Type | Method and Description |
---|---|
void |
LdapClientConnection.sendSearchEntry(SearchOperation searchOperation,
SearchResultEntry searchEntry)
Sends the provided search result entry to the client.
|
Constructor and Description |
---|
SearchResultEntryProtocolOp(SearchResultEntry searchEntry)
Creates a new search result entry protocol op from the provided search result entry.
|
SearchResultEntryProtocolOp(SearchResultEntry searchEntry,
int ldapVersion)
Creates a new search result entry protocol op from the provided search result entry and ldap protocol version.
|
Copyright 2010-2018 ForgeRock AS.