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