@PublicAPI(stability=UNCOMMITTED)
See: Description
Interface | Description |
---|---|
InternalSearchListener |
This interface defines the methods that must be implemented by a
class that wishes to perform an internal search operation and be
notified of matching entries and referrals as they arrive rather
than altogether when the search has completed.
|
Class | Description |
---|---|
InternalClientConnection |
This class defines a pseudo-connection object that can be used for
performing internal operations.
|
InternalConnectionHandler |
This class defines a Directory Server connection handler that will
handle internal "connections".
|
InternalLDAPInputStream |
This class provides an implementation of a
java.io.InputStream that can be used to facilitate internal
communication with the Directory Server. |
InternalLDAPOutputStream |
This class provides an implementation of a
java.io.OutputStream that can be used to facilitate
internal communication with the Directory Server. |
InternalLDAPSocket |
This class provides an implementation of a
java.net.Socket
object that can be used to facilitate internal communication with
the Directory Server through third-party LDAP APIs that provide the
ability to use a custom socket factory when creating connections. |
InternalLDAPSocketFactory |
This class provides an implementation of a
javax.net.SocketFactory object that can be used to create
internal LDAP sockets. |
InternalSearchOperation |
This class defines a subclass of the core search operation that is
to be used for internal searches.
|
Requests |
This class contains various methods for creating and manipulating requests.
|
SearchRequest |
Search request implementation.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.