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