def editConfig(self, defaultoperation, testoption, erroroption, target, confignode, targetnode=None):

		moduleReply = EasyModule.editConfig(self, defaultoperation, testoption, erroroption, target, confignode, targetnode)

		if target == C.RUNNING and (not moduleReply.isError()):
			self.rbacManager.refreshData(target)

		return moduleReply
Esempio n. 2
0
	def editConfig(self, defaultoperation, testoption, erroroption, target, confignode, targetnode=None):

		moduleReply = EasyModule.editConfig(self, defaultoperation, testoption, erroroption, target, confignode, targetnode)

		if target == C.RUNNING and (not moduleReply.isError()):
			self.rbacManager.refreshData(target)

		return moduleReply
Esempio n. 3
0
 def __init__(self, name, path, namespace, cacheLifetime, arguments):
     EasyModule.__init__(self, name, path, namespace, cacheLifetime)
     self.rbacManager = rbacManager.getInstance()
Esempio n. 4
0
 def __init__(self, name, path, namespace, cacheLifetime, parameters):
     EasyModule.__init__(self, name, path, namespace, cacheLifetime,
                         parameters)
	def __init__(self, name, path, namespace, cacheLifetime, arguments):
		EasyModule.__init__(self, name, path, namespace, cacheLifetime)
		self.rbacManager = rbacManager.getInstance()
Esempio n. 6
0
	def __init__(self, name, path, namespace, cacheLifetime, arguments):
		EasyModule.__init__(self, name, path, namespace, cacheLifetime)
		self.dataFile = C.YENCAP_HOME + "/Modules/Log_Module/log.xml"
Esempio n. 7
0
 def __init__(self, name, path, namespace, cacheLifetime, arguments):
     EasyModule.__init__(self, name, path, namespace, cacheLifetime)
     self.dataFile = C.YENCAP_HOME + "/Modules/Log_Module/log.xml"