Exemplo n.º 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)
Exemplo n.º 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)
Exemplo n.º 3
0
 def __init__(self, config):
   RestBaseHandler.__init__(self, config)
   self.observable_controller = self.controller_factory(ObservableController)
Exemplo n.º 4
0
 def __init__(self, config):
     RestBaseHandler.__init__(self, config)
     self.events_controller = self.controller_factory(EventsController)
Exemplo n.º 5
0
 def __init__(self, config):
     RestBaseHandler.__init__(self, config)
     self.indicator_controller = self.controller_factory(
         IndicatorController)
Exemplo n.º 6
0
 def __init__(self, config):
     RestBaseHandler.__init__(self, config)
Exemplo n.º 7
0
 def __init__(self, config):
     RestBaseHandler.__init__(self, config)
     self.condition_controller = self.controller_factory(
         ConditionController)
Exemplo n.º 8
0
 def __init__(self, config):
   RestBaseHandler.__init__(self, config)
   self.process_controller = ProcessController(config)
Exemplo n.º 9
0
 def __init__(self, config):
     RestBaseHandler.__init__(self, config)
     self.group_controller = self.controller_factory(GroupController)
Exemplo n.º 10
0
 def __init__(self, config):
   RestBaseHandler.__init__(self, config)
   self.attribute_definition_controller = self.controller_factory(AttributeDefinitionController)
Exemplo n.º 11
0
 def __init__(self, config):
     RestBaseHandler.__init__(self, config)
     self.login_controller = self.controller_factory(LoginController)
     self.user_controller = self.controller_factory(UserController)
Exemplo n.º 12
0
 def __init__(self, config):
     RestBaseHandler.__init__(self, config)
     self.report_controller = self.controller_factory(ReportController)
Exemplo n.º 13
0
 def __init__(self, config):
     RestBaseHandler.__init__(self, config)
     self.sync_server_controller = self.controller_factory(
         SyncServerController)
Exemplo n.º 14
0
 def __init__(self, config):
     RestBaseHandler.__init__(self, config)
     self.mail_controller = self.controller_factory(MailController)
Exemplo n.º 15
0
 def __init__(self, config):
     RestBaseHandler.__init__(self, config)
     self.reference_controller = self.controller_factory(
         ReferencesController)
Exemplo n.º 16
0
 def __init__(self, config):
   RestBaseHandler.__init__(self, config)
   self.search_controller = self.controller_factory(SearchController)
Exemplo n.º 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)