|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface InMemoryInterceptedSASLBindRequest
This class provides an API that can be used in the course of processing a
SASL bind request via the InMemoryOperationInterceptor API.
| Method Summary | |
|---|---|
GenericSASLBindRequest |
getRequest()
Retrieves the bind request to be processed. |
void |
setRequest(GenericSASLBindRequest bindRequest)
Replaces the bind request to be processed. |
| Methods inherited from interface com.unboundid.ldap.listener.interceptor.InMemoryInterceptedRequest |
|---|
getConnectedAddress, getConnectedPort, getConnectionID, getMessageID, getProperty, sendIntermediateResponse, sendUnsolicitedNotification, setProperty |
| Method Detail |
|---|
GenericSASLBindRequest getRequest()
void setRequest(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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||