request.operation_processor.general =================================== .. py:module:: request.operation_processor.general .. autoapi-nested-parse:: Carries out the requested operation after authentication and authorization. Module Contents --------------- .. py:class:: OperationProcessor Bases: :py:obj:`request.operation_processor.base.AbstractOperationProcessor`, :py:obj:`trustpoint.logger.LoggerMixin` Chooses the appropriate operation processor based on the context. .. py:method:: process_operation(context) Process the requested operation.