Class UnbindOperation

java.lang.Object
org.opends.server.types.Operation
org.opends.server.core.UnbindOperation
All Implemented Interfaces:
PluginOperation, PostCommitOperation, PostOperationOperation, PostOperationUnbindOperation, PostResponseOperation, PreParseOperation, PreParseUnbindOperation

public final class UnbindOperation extends Operation implements PreParseUnbindOperation, PostOperationUnbindOperation
This class defines an operation that may be used to close the connection between the client and the Directory Server.
  • Constructor Details

    • UnbindOperation

      public UnbindOperation(RequestContext context, LocalBackend<?> backend, UnbindRequest request, Consumer<Response> out, ServerContext serverContext)
      Creates a new unbind operation.
      Parameters:
      context - The context.
      backend - The local backend in which this request is to be processed.
      request - The request.
      out - A consumer responsible for sending responses to the client.
      serverContext - the server context
  • Method Details