Uses of Class
org.forgerock.opendj.ldap.messages.ModifyRequest
Packages that use ModifyRequest
Package
Description
Classes and interfaces providing I/O functionality.
Classes and interfaces for core types including connections, entries, and
attributes.
Classes and interfaces for core LDAP requests/responses.
Classes and interfaces for reading and writing LDIF.
Contains various classes that comprise the core of the Directory Server codebase.
Contains implementations of Directory Server access, error, and debug loggers.
This package contains the code used by the replication server and by the code running on the Directory Server side to
exchange their information.
-
Uses of ModifyRequest in org.forgerock.opendj.io
Methods in org.forgerock.opendj.io with parameters of type ModifyRequestModifier and TypeMethodDescriptionvoidLdapWriter.writeModifyRequest(int messageID, ModifyRequest request) Writes the provided modify request. -
Uses of ModifyRequest in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return ModifyRequestModifier and TypeMethodDescriptionstatic ModifyRequestEntries.diffEntries(Entry fromEntry, Entry toEntry) Creates a new modify request containing a list of modifications which can be used to transformfromEntryinto entrytoEntry.static ModifyRequestEntries.diffEntries(Entry fromEntry, Entry toEntry, Options options) Creates a new modify request containing a list of modifications which can be used to transformfromEntryinto entrytoEntry.Methods in org.forgerock.opendj.ldap with parameters of type ModifyRequestModifier and TypeMethodDescriptionAbstractAsynchronousConnection.modify(ModifyRequest request) AbstractConnectionWrapper.modify(ModifyRequest request) Modifies an entry in the Directory Server using the provided modify request.Connection.modify(ModifyRequest request) Modifies an entry in the Directory Server using the provided modify request.LdapClientSocket.modify(ModifyRequest request) Modifies an entry in the Directory Server using the provided modify request.AbstractConnection.modifyAsync(ModifyRequest request) AbstractConnectionWrapper.modifyAsync(ModifyRequest request) Asynchronously modifies an entry in the Directory Server using the provided modify request.AbstractConnectionWrapper.modifyAsync(ModifyRequest request, IntermediateResponseHandler intermediateResponseHandler) Asynchronously modifies an entry in the Directory Server using the provided modify request.AbstractSynchronousConnection.modifyAsync(ModifyRequest request, IntermediateResponseHandler intermediateResponseHandler) Connection.modifyAsync(ModifyRequest request) Asynchronously modifies an entry in the Directory Server using the provided modify request.Connection.modifyAsync(ModifyRequest request, IntermediateResponseHandler intermediateResponseHandler) Asynchronously modifies an entry in the Directory Server using the provided modify request.static EntryEntries.modifyEntry(Entry entry, ModifyRequest changes) Applies the provided modification request to an entry. -
Uses of ModifyRequest in org.forgerock.opendj.ldap.messages
Methods in org.forgerock.opendj.ldap.messages that return ModifyRequestModifier and TypeMethodDescriptionModifyRequest.addModification(Modification modification) Appends the provided modification to the list of modifications included with this modify request.ModifyRequest.addModification(ModificationType type, String attributeDescription, Object... values) Appends the provided modification to the list of modifications included with this modify request.static ModifyRequestRequests.copyOfModifyRequest(ModifyRequest request) Creates a new modify request that is an exact copy of the provided request.static ModifyRequestRequests.newModifyRequest(String name) Creates a new modify request using the provided distinguished name decoded using the default schema.static ModifyRequestRequests.newModifyRequest(String... ldifLines) Creates a new modify request using the provided lines of LDIF decoded using the default schema.static ModifyRequestRequests.newModifyRequest(Dn name) Creates a new modify request using the provided distinguished name.static ModifyRequestRequests.newModifyRequest(Entry fromEntry, Entry toEntry) Creates a new modify request containing a list of modifications which can be used to transformfromEntryinto entrytoEntry.Sets the distinguished name of the entry to be modified.Sets the distinguished name of the entry to be modified.Methods in org.forgerock.opendj.ldap.messages with parameters of type ModifyRequestModifier and TypeMethodDescriptionstatic ModifyRequestRequests.copyOfModifyRequest(ModifyRequest request) Creates a new modify request that is an exact copy of the provided request.AbstractRequestVisitor.visitRequest(P p, ModifyRequest request) RequestVisitor.visitRequest(P p, ModifyRequest request) Visits anModifyrequest. -
Uses of ModifyRequest in org.forgerock.opendj.ldif
Methods in org.forgerock.opendj.ldif with parameters of type ModifyRequestModifier and TypeMethodDescriptionvoidRejectedChangeRecordListener.handleRejectedChangeRecord(ModifyRequest change, LocalizableMessage reason) Invoked when an attempt to modify an entry was rejected.abstract RChangeRecordVisitor.visitRequest(P p, ModifyRequest request) ChangeRecordWriter.writeChangeRecord(ModifyRequest change) Writes aModifychange record.ConnectionChangeRecordWriter.writeChangeRecord(ModifyRequest change) Writes the provided Modify request to the underlying connection, blocking until the request completes.LdifChangeRecordWriter.writeChangeRecord(ModifyRequest change) -
Uses of ModifyRequest in org.opends.server.core
Methods in org.opends.server.core that return ModifyRequestConstructors in org.opends.server.core with parameters of type ModifyRequestModifierConstructorDescriptionModifyOperation(RequestContext context, LocalBackend<?> backend, ModifyRequest request, Consumer<ResponseStream> out) Creates a new modify operation. -
Uses of ModifyRequest in org.opends.server.loggers
Methods in org.opends.server.loggers with parameters of type ModifyRequestModifier and TypeMethodDescriptionvoidAccessLogPublisher.logModifyRequest(RequestContext context, ModifyRequest request) Writes a message to the access logger with information about the modify request.voidTextAccessLogPublisher.logModifyRequest(RequestContext context, ModifyRequest request) voidAccessLogPublisher.logModifyResult(RequestContext context, ModifyRequest request, Result result) Writes a message to the access logger with information about the modify result.voidTextAccessLogPublisher.logModifyResult(RequestContext context, ModifyRequest request, Result result) voidTextAuditLogPublisher.logModifyResult(RequestContext context, ModifyRequest request, Result result) -
Uses of ModifyRequest in org.opends.server.replication.protocol
Methods in org.opends.server.replication.protocol that return ModifyRequest