request.authorization.est ========================= .. py:module:: request.authorization.est .. autoapi-nested-parse:: Provides the 'EstAuthorization' class using the Composite pattern for modular EST authorization. Module Contents --------------- .. py:class:: EstOperationAuthorization(allowed_operations) Bases: :py:obj:`request.authorization.base.AuthorizationComponent`, :py:obj:`trustpoint.logger.LoggerMixin` Ensures the request is authorized for the specified operation. .. py:attribute:: allowed_operations .. py:method:: authorize(context) Authorize the request based on the operation type. .. py:class:: EstAuthorization(allowed_operations = None) Bases: :py:obj:`request.authorization.base.CompositeAuthorization` Composite authorization handler for EST requests.