Beispiel #1
0
 def check_authentication(self, params):
     #log.debug("[check_authentication] entering function")
     res = check_authentication(**params)
     response.status = 200
     response.content_type = "text/plain"
     #log.debug("[check_authentication] %s" % res)
     return res
Beispiel #2
0
 def check_authentication(self, params):
     #log.debug("[check_authentication] entering function")
     res = check_authentication(**params)
     response.status = 200
     response.content_type = "text/plain"
     #log.debug("[check_authentication] %s" % res)
     return res
Beispiel #3
0
 def check_authentication(self, params):
     res = check_authentication(**params)
     response.status = 200
     response.content_type = "text/plain"
     return res
Beispiel #4
0
 def check_authentication(self, params):
     res = check_authentication(**params)
     response.status = 200
     response.content_type = "text/plain"
     return res