Interface InMemoryInterceptedSASLBindRequest

All Superinterfaces:
InMemoryInterceptedRequest

This class provides an API that can be used in the course of processing a SASL bind request via the InMemoryOperationInterceptor API.
  • Method Details

    • getRequest

      Retrieves the bind request to be processed.
      Returns:
      The bind request to be processed.
    • setRequest

      Replaces the bind request to be processed.
      Parameters:
      bindRequest - The bind request that should be processed instead of the one that was originally received from the client. It must not be null.