Esempio n. 1
0
 def httpContextFilter(self):
     filter = HttpSessionContextIntegrationFilter()
     filter.sessionStrategy = self.cherrypySessionStrategy()
     return filter
Esempio n. 2
0
 def httpSessionContextIntegrationFilter(self):
     """This filter is used to move SecurityContext to/from the HttpSession of the web requests."""
     filter = HttpSessionContextIntegrationFilter()
     filter.sessionStrategy = self.cherrypySessionStrategy()
     return filter
Esempio n. 3
0
 def httpSessionContextIntegrationFilter(self):
     """This filter is used to move SecurityContext to/from the HttpSession of the web requests."""
     filter = HttpSessionContextIntegrationFilter()
     filter.sessionStrategy = self.cherrypySessionStrategy()
     return filter
Esempio n. 4
0
 def httpContextFilter(self):
     filter = HttpSessionContextIntegrationFilter()
     filter.sessionStrategy = self.cherrypySessionStrategy()
     return filter