Пример #1
0
 def __init__(self, config):
     RestBaseHandler.__init__(self, config)
     self.observable_controller = self.controller_factory(
         ObservableController)
     self.relation_controller = self.controller_factory(RelationController)
     self.report_controller = self.controller_factory(ReportController)
     self.indicator_controller = self.controller_factory(
         IndicatorController)
     self.process_controller = self.controller_factory(ProcessController)
     self.server_controller = self.controller_factory(SyncServerController)
Пример #2
0
 def __init__(self, config):
     RestBaseHandler.__init__(self, config)
     self.observable_controller = self.controller_factory(
         ObservableController)
     self.attribute_controller = self.controller_factory(
         AttributeController)
     self.attribute_definition_controller = self.controller_factory(
         AttributeDefinitionController)
     self.object_definition_controller = self.controller_factory(
         ObjectDefinitionController)
     self.relations_controller = self.controller_factory(RelationController)
     self.conditions_controller = self.controller_factory(
         ConditionController)
Пример #3
0
 def __init__(self, config):
   RestBaseHandler.__init__(self, config)
   self.observable_controller = self.controller_factory(ObservableController)
Пример #4
0
 def __init__(self, config):
     RestBaseHandler.__init__(self, config)
     self.events_controller = self.controller_factory(EventsController)
Пример #5
0
 def __init__(self, config):
     RestBaseHandler.__init__(self, config)
     self.indicator_controller = self.controller_factory(
         IndicatorController)
Пример #6
0
 def __init__(self, config):
     RestBaseHandler.__init__(self, config)
Пример #7
0
 def __init__(self, config):
     RestBaseHandler.__init__(self, config)
     self.condition_controller = self.controller_factory(
         ConditionController)
Пример #8
0
 def __init__(self, config):
   RestBaseHandler.__init__(self, config)
   self.process_controller = ProcessController(config)
Пример #9
0
 def __init__(self, config):
     RestBaseHandler.__init__(self, config)
     self.group_controller = self.controller_factory(GroupController)
Пример #10
0
 def __init__(self, config):
   RestBaseHandler.__init__(self, config)
   self.attribute_definition_controller = self.controller_factory(AttributeDefinitionController)
Пример #11
0
 def __init__(self, config):
     RestBaseHandler.__init__(self, config)
     self.login_controller = self.controller_factory(LoginController)
     self.user_controller = self.controller_factory(UserController)
Пример #12
0
 def __init__(self, config):
     RestBaseHandler.__init__(self, config)
     self.report_controller = self.controller_factory(ReportController)
Пример #13
0
 def __init__(self, config):
     RestBaseHandler.__init__(self, config)
     self.sync_server_controller = self.controller_factory(
         SyncServerController)
Пример #14
0
 def __init__(self, config):
     RestBaseHandler.__init__(self, config)
     self.mail_controller = self.controller_factory(MailController)
Пример #15
0
 def __init__(self, config):
     RestBaseHandler.__init__(self, config)
     self.reference_controller = self.controller_factory(
         ReferencesController)
Пример #16
0
 def __init__(self, config):
   RestBaseHandler.__init__(self, config)
   self.search_controller = self.controller_factory(SearchController)
Пример #17
0
 def __init__(self, config):
     RestBaseHandler.__init__(self, config)
     self.sync_server_controller = self.controller_factory(
         SyncServerController)
     self.misp_adapter = MISPAdapter(config)
     self.ce1sus_adapter = Ce1susAdapter(config)