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.admin |
Common administration classes.
|
org.opends.server.protocols.internal |
Contains the implementation for the "internal" connection handler
and its associated classes.
|
org.opends.server.replication.protocol |
This package contains the code used by the replication server and by the
code running on the Directory Server side to exchange their information.
|
Modifier and Type | Method and Description |
---|---|
static org.forgerock.opendj.ldap.ConnectionFactory |
Adapters.newConnectionFactory(InternalClientConnection icc)
Returns a new connection factory.
|
Constructor and Description |
---|
AdministrationDataSync(InternalClientConnection internalConnection)
Create an object that will synchronize configuration and the admin data.
|
Modifier and Type | Method and Description |
---|---|
static InternalClientConnection |
InternalClientConnection.getRootConnection()
Retrieves a shared internal client connection that is
authenticated as a root user.
|
Modifier and Type | Method and Description |
---|---|
Operation |
LDAPUpdateMsg.createOperation(InternalClientConnection conn)
Create and Operation from the message.
|
abstract Operation |
LDAPUpdateMsg.createOperation(InternalClientConnection conn,
DN newDN)
Create and Operation from the message using the provided DN.
|
ModifyOperation |
ModifyMsg.createOperation(InternalClientConnection connection,
DN newDN)
Create and Operation from the message using the provided DN.
|
DeleteOperation |
DeleteMsg.createOperation(InternalClientConnection connection,
DN newDN)
Create and Operation from the message using the provided DN.
|
ModifyDNOperation |
ModifyDNMsg.createOperation(InternalClientConnection connection,
DN newDN)
Create and Operation from the message using the provided DN.
|
AddOperation |
AddMsg.createOperation(InternalClientConnection connection,
DN newDN)
Create and Operation from the message using the provided DN.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.