@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface InMemoryInterceptedModifyDNRequest extends InMemoryInterceptedRequest
InMemoryOperationInterceptor
API.Modifier and Type | Method and Description |
---|---|
ReadOnlyModifyDNRequest |
getRequest()
Retrieves the modify DN request to be processed.
|
void |
setRequest(ModifyDNRequest modifyDNRequest)
Replaces the modifyDN request to be processed.
|
getConnectedAddress, getConnectedPort, getConnectionID, getMessageID, getProperty, sendIntermediateResponse, sendUnsolicitedNotification, setProperty
@NotNull ReadOnlyModifyDNRequest getRequest()
void setRequest(@NotNull ModifyDNRequest modifyDNRequest)
modifyDNRequest
- The modify DN request that should be processed
instead of the one that was originally received
from the client. It must not be null
.