Package | Description |
---|---|
org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
org.forgerock.opendj.server.core |
Contains APIs for new DataProvider design.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ServerConnection<C>
A handler interface for interacting with client connections.
|
Modifier and Type | Class and Description |
---|---|
class |
MemoryBackend
A simple in memory back-end which can be used for testing.
|
Modifier and Type | Method and Description |
---|---|
RequestHandler<R> |
RequestHandlerFactory.handleAccept(C clientContext)
Invoked when a new client connection is accepted by the associated
listener.
|
Modifier and Type | Method and Description |
---|---|
static Connection |
Connections.newInternalConnection(RequestHandler<RequestContext> requestHandler)
Creates a new internal client connection which will route requests to the
provided
RequestHandler . |
static ConnectionFactory |
Connections.newInternalConnectionFactory(RequestHandler<RequestContext> requestHandler)
Creates a new connection factory which binds internal client connections
to the provided
RequestHandler s. |
static <C> ServerConnectionFactory<C,Integer> |
Connections.newServerConnectionFactory(RequestHandler<RequestContext> requestHandler)
Creates a new server connection factory using the provided
RequestHandler . |
Modifier and Type | Interface and Description |
---|---|
interface |
DataProvider
An entry container which provides the content of one or more sub-trees.
|
interface |
DataProviderConnection
A connection to a data provider.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataProvider
This class provides a skeletal implementation of the
DataProvider
interface, to minimize the effort required to implement this interface. |
Copyright 2010-2017 ForgeRock AS.