Package | Description |
---|---|
org.forgerock.opendj.adapter.server3x |
Classes for interacting with an embedded OpenDJ 2.x instance using the OpenDJ LDAP SDK.
|
org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
org.forgerock.opendj.ldap.messages |
Classes and interfaces for core LDAP requests/responses.
|
org.opends.guitools.controlpanel.task |
Defines the main classes that are you used to perform the administrative operations: start the server, modify an
entry, delete a base DN, etc.
|
org.opends.server.controls |
Contains classes that represent specific LDAP controls and their values.
|
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 Modification |
Converters.from(Modification modification)
Converts from OpenDJ server
Modification to OpenDJ LDAP SDK
Modification . |
static Modification |
Converters.fromRaw(RawModification modification)
Converts from OpenDJ server
RawModification to OpenDJ LDAP SDK
Modification . |
Modifier and Type | Method and Description |
---|---|
static RawModification |
Converters.to(Modification modification)
Converts from OpenDJ LDAP SDK
Modification to OpenDJ server
RawModification . |
static Modification |
Converters.toModification(Modification modification)
Converts from OpenDJ LDAP SDK
Modification to OpenDJ server
Modification . |
Modifier and Type | Method and Description |
---|---|
static List<Modification> |
Converters.toModifications(List<Modification> listOfModifications)
|
static List<RawModification> |
Converters.toRawModifications(List<Modification> listOfModifications)
|
Modifier and Type | Method and Description |
---|---|
static Entry |
Entries.modifyEntry(Entry entry,
Modification change)
Applies the provided modification to an entry.
|
static Entry |
Entries.modifyEntry(Entry entry,
Modification change,
Collection<? super ByteString> conflictingValues)
Applies the provided modification to an entry.
|
Modifier and Type | Method and Description |
---|---|
static Entry |
Entries.modifyEntryPermissive(Entry entry,
Collection<Modification> changes)
Applies the provided modifications to an entry using "permissive" modify
semantics.
|
static Entry |
Entries.modifyEntryStrict(Entry entry,
Collection<Modification> changes)
Applies the provided modifications to an entry using "strict" modify
semantics.
|
Modifier and Type | Method and Description |
---|---|
List<Modification> |
ModifyRequest.getModifications()
Returns a
List containing the modifications included with this
modify request. |
Modifier and Type | Method and Description |
---|---|
ModifyRequest |
ModifyRequest.addModification(Modification modification)
Appends the provided modification to the list of modifications included
with this modify request.
|
Modifier and Type | Method and Description |
---|---|
static List<Modification> |
ModifyEntryTask.getModifications(Entry newEntry,
Entry oldEntry,
ControlPanelInfo info)
Gets the modifications to apply between two entries.
|
Modifier and Type | Method and Description |
---|---|
List<Modification> |
InternalModificationsRequestControl.getModifications()
Returns the modifications to perform.
|
Constructor and Description |
---|
InternalModificationsRequestControl(boolean isCritical,
String origin,
List<Modification> mods)
Constructs a new control.
|
Constructor and Description |
---|
ModifyMsg(CSN csn,
Dn dn,
List<Modification> mods,
String entryUUID)
Creates a new Modify message using the provided information.
|
Copyright 2010-2020 ForgeRock AS.