Uses of Interface
org.forgerock.opendj.ldap.messages.ModifyRequest
-
Packages that use ModifyRequest Package Description org.forgerock.opendj.io Classes and interfaces providing I/O functionality.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.forgerock.opendj.ldif Classes and interfaces for reading and writing LDIF.org.opends.server.api Contains a number of API declarations for use throughout the Directory Server.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.loggers Contains implementations of Directory Server access, error, and debug loggers.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. -
-
Uses of ModifyRequest in org.forgerock.opendj.io
Methods in org.forgerock.opendj.io with parameters of type ModifyRequest Modifier and Type Method Description voidLdapWriter. 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 ModifyRequest Modifier and Type Method Description static 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 ModifyRequest Modifier and Type Method Description ResultAbstractAsynchronousConnection. modify(ModifyRequest request)ResultAbstractConnectionWrapper. modify(ModifyRequest request)Modifies an entry in the Directory Server using the provided modify request.ResultConnection. modify(ModifyRequest request)Modifies an entry in the Directory Server using the provided modify request.default Single<Result>LdapClientSocket. modify(ModifyRequest request)Modifies an entry in the Directory Server using the provided modify request.LdapPromise<Result>AbstractConnection. modifyAsync(ModifyRequest request)LdapPromise<Result>AbstractConnectionWrapper. modifyAsync(ModifyRequest request)Asynchronously modifies an entry in the Directory Server using the provided modify request.LdapPromise<Result>AbstractConnectionWrapper. modifyAsync(ModifyRequest request, IntermediateResponseHandler intermediateResponseHandler)Asynchronously modifies an entry in the Directory Server using the provided modify request.LdapPromise<Result>AbstractSynchronousConnection. modifyAsync(ModifyRequest request, IntermediateResponseHandler intermediateResponseHandler)LdapPromise<Result>Connection. modifyAsync(ModifyRequest request)Asynchronously modifies an entry in the Directory Server using the provided modify request.LdapPromise<Result>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 ModifyRequest Modifier and Type Method Description ModifyRequestModifyRequest. addControl(Control control)ModifyRequestModifyRequest. addControls(Iterable<? extends Control> controls)ModifyRequestModifyRequest. addModification(Modification modification)Appends the provided modification to the list of modifications included with this modify request.ModifyRequestModifyRequest. 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.ModifyRequestModifyRequest. setName(String dn)Sets the distinguished name of the entry to be modified.ModifyRequestModifyRequest. setName(Dn dn)Sets the distinguished name of the entry to be modified.static ModifyRequestRequests. unmodifiableModifyRequest(ModifyRequest request)Creates an unmodifiable modify request of the provided request.Methods in org.forgerock.opendj.ldap.messages with parameters of type ModifyRequest Modifier and Type Method Description static ModifyRequestRequests. copyOfModifyRequest(ModifyRequest request)Creates a new modify request that is an exact copy of the provided request.static ModifyRequestRequests. unmodifiableModifyRequest(ModifyRequest request)Creates an unmodifiable modify request of the provided request.RAbstractRequestVisitor. visitRequest(P p, ModifyRequest request)RRequestVisitor. 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 ModifyRequest Modifier and Type Method Description voidRejectedChangeRecordListener. handleRejectedChangeRecord(ModifyRequest change, LocalizableMessage reason)Invoked when an attempt to modify an entry was rejected.abstract RChangeRecordVisitor. visitRequest(P p, ModifyRequest request)ChangeRecordWriterChangeRecordWriter. writeChangeRecord(ModifyRequest change)Writes aModifychange record.ConnectionChangeRecordWriterConnectionChangeRecordWriter. writeChangeRecord(ModifyRequest change)Writes the provided Modify request to the underlying connection, blocking until the request completes.LdifChangeRecordWriterLdifChangeRecordWriter. writeChangeRecord(ModifyRequest change) -
Uses of ModifyRequest in org.opends.server.api
Methods in org.opends.server.api with parameters of type ModifyRequest Modifier and Type Method Description protected Flowable<Response>TypedProtocolOpFilter. filterModify(org.forgerock.services.context.Context context, ModifyRequest request, RequestHandler next)Forwards the request to the next handler in the chain.protected Flowable<Response>TypedRequestFilter. filterModify(org.forgerock.services.context.Context context, ModifyRequest request, RequestHandler next)Filters modify requests and their responses.protected voidTypedProtocolOpFilter. filterModifyResponse(org.forgerock.services.context.Context context, ModifyRequest request, Response response)Implements the behavior for all the responses of a ModifyRequest.protected Flowable<Response>TypedRequestHandler. handleModify(org.forgerock.services.context.Context context, ModifyRequest request)Implements the specific behavior for all ModifyRequest.Flowable<Response>TypedRequestHandler. visitRequest(org.forgerock.services.context.Context context, ModifyRequest request) -
Uses of ModifyRequest in org.opends.server.core
Constructors in org.opends.server.core with parameters of type ModifyRequest Constructor Description ModifyOperation(org.forgerock.services.context.Context context, ModifyRequest modifyRequest)Creates a new modify operation with the provided information. -
Uses of ModifyRequest in org.opends.server.loggers
Methods in org.opends.server.loggers with parameters of type ModifyRequest Modifier and Type Method Description static voidAccessLogger. logModifyRequest(RequestContext context, ModifyRequest request)Writes a message to the access logger with information about the provided modify request.voidAccessLogPublisher. logModifyRequest(RequestContext context, ModifyRequest request)Writes a message to the access logger with information about the modify request.voidTextAccessLogPublisher. logModifyRequest(RequestContext context, ModifyRequest request)static voidAccessLogger. logModifyResult(RequestContext context, ModifyRequest request, Result result)Writes a message to the access logger with information about the provided modify result.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 Modifier and Type Method Description ModifyRequestModifyMsg. createRequest(Dn newDN)
-