Ejemplo n.º 1
0
 def httpContextFilter(self):
     filter = HttpSessionContextIntegrationFilter()
     filter.sessionStrategy = self.cherrypySessionStrategy()
     return filter
Ejemplo 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
Ejemplo 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
Ejemplo n.º 4
0
 def httpContextFilter(self):
     filter = HttpSessionContextIntegrationFilter()
     filter.sessionStrategy = self.cherrypySessionStrategy()
     return filter