Package | Description |
---|---|
org.opends.server.extensions |
Contains various implementations of Directory Server APIs that are not
appropriate for other packages.
|
org.opends.server.protocols.internal |
Contains the implementation for the "internal" connection handler
and its associated classes.
|
Modifier and Type | Class and Description |
---|---|
class |
DynamicGroupSearchThread
This class implements a Directory Server thread that will be used to perform
a background search to retrieve all of the members of a dynamic group.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalLDAPOutputStream
This class provides an implementation of a
java.io.OutputStream that can be used to facilitate
internal communication with the Directory Server. |
Modifier and Type | Method and Description |
---|---|
InternalSearchOperation |
InternalClientConnection.processSearch(SearchRequest request,
InternalSearchListener searchListener)
Processes an internal search operation with the provided
information.
|
Constructor and Description |
---|
InternalSearchOperation(ClientConnection internalConnection,
long operationID,
int messageID,
SearchRequest request,
InternalSearchListener searchListener)
Creates a new internal search operation with the provided information.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.