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.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
org.opends.server.protocols.ldap |
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using LDAPv3.
|
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.
|
org.opends.server.types.operation |
Contains a number of interfaces that are implemented by the various types of Directory Server operations.
|
org.opends.server.util |
Contains implementations for various Directory Server utility classes and methods which may be used throughout the
server but do not necessarily fit in elsewhere.
|
Modifier and Type | Method and Description |
---|---|
static RawModification |
Converters.to(Modification modification)
Converts from OpenDJ LDAP SDK
Modification to OpenDJ server
RawModification . |
Modifier and Type | Method and Description |
---|---|
static List<RawModification> |
Converters.toRawModifications(List<Modification> listOfModifications)
|
Modifier and Type | Method and Description |
---|---|
static Modification |
Converters.fromRaw(RawModification modification)
Converts from OpenDJ server
RawModification to OpenDJ LDAP SDK
Modification . |
Modifier and Type | Method and Description |
---|---|
List<RawModification> |
ModifyOperationBasis.getRawModifications() |
List<RawModification> |
ModifyOperation.getRawModifications()
Retrieves the set of raw, unprocessed modifications as included in the client request.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyOperationBasis.addRawModification(RawModification rawModification) |
void |
ModifyOperation.addRawModification(RawModification rawModification)
Adds the provided modification to the set of raw modifications for this modify operation.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyOperationBasis.setRawModifications(List<RawModification> rawModifications) |
void |
ModifyOperation.setRawModifications(List<RawModification> rawModifications)
Specifies the raw modifications for this modify operation.
|
Modifier and Type | Class and Description |
---|---|
class |
LDAPModification
This class defines the data structures and methods to use when interacting with an LDAP modification, which describes
a change that should be made to an attribute.
|
Modifier and Type | Method and Description |
---|---|
List<RawModification> |
ModifyRequestProtocolOp.getModifications()
Retrieves the set of modifications for this modify request.
|
Constructor and Description |
---|
ModifyRequestProtocolOp(ByteString dn,
List<RawModification> modifications)
Creates a new LDAP modify request protocol op with the specified DN and set of modifications.
|
Modifier and Type | Method and Description |
---|---|
protected List<RawModification> |
ModifyCommonMsg.decodeRawMods(byte[] in)
Decode raw mods from the provided byte array.
|
Modifier and Type | Method and Description |
---|---|
List<RawModification> |
PreParseModifyOperation.getRawModifications()
Retrieves the set of raw, unprocessed modifications as included in the client request.
|
List<RawModification> |
PreOperationModifyOperation.getRawModifications()
Retrieves the set of raw, unprocessed modifications as included in the client request.
|
List<RawModification> |
PostSynchronizationModifyOperation.getRawModifications()
Retrieves the set of raw, unprocessed modifications as included in the client request.
|
List<RawModification> |
PostResponseModifyOperation.getRawModifications()
Retrieves the set of raw, unprocessed modifications as included in the client request.
|
List<RawModification> |
PostOperationModifyOperation.getRawModifications()
Retrieves the set of raw, unprocessed modifications as included in the client request.
|
Modifier and Type | Method and Description |
---|---|
void |
PreParseModifyOperation.addRawModification(RawModification rawModification)
Adds the provided modification to the set of raw modifications for this modify operation.
|
Modifier and Type | Method and Description |
---|---|
void |
PreParseModifyOperation.setRawModifications(List<RawModification> rawModifications)
Specifies the set of raw modifications for this modify operation.
|
Modifier and Type | Method and Description |
---|---|
List<RawModification> |
ModifyChangeRecordEntry.getModifications()
Get the list of modifications.
|
Constructor and Description |
---|
ModifyChangeRecordEntry(Dn dn,
Collection<RawModification> modifications)
Creates a new entry with the provided information.
|
Copyright 2010-2020 ForgeRock AS.