springpython.security.cherrypy3
index
/home/gturnquist/spring-python-1.2.x/src/springpython/security/cherrypy3.py

Copyright 2006-2008 SpringSource (http://springsource.com), All Rights Reserved
 
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
 
    http://www.apache.org/licenses/LICENSE-2.0
 
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

 
Modules
       
springpython.security.context.SecurityContextHolder
cherrypy
logging

 
Classes
       
__builtin__.object
CP3RedirectStrategy
springpython.security.web.FilterChainProxy(springpython.security.web.Filter, springpython.context.ApplicationContextAware)
CP3FilterChainProxy
springpython.security.web.SessionStrategy(__builtin__.object)
CP3SessionStrategy

 
class CP3FilterChainProxy(springpython.security.web.FilterChainProxy)
    
Method resolution order:
CP3FilterChainProxy
springpython.security.web.FilterChainProxy
springpython.security.web.Filter
springpython.context.ApplicationContextAware
__builtin__.object

Methods defined here:
__call__(self, environ=None, start_response=None)
__init__(self, filterInvocationDefinitionSource=None)

Methods inherited from springpython.security.web.Filter:
doNextFilter(self, environ, start_response)

Data descriptors inherited from springpython.security.web.Filter:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Methods inherited from springpython.context.ApplicationContextAware:
set_app_context(self, app_context)

 
class CP3RedirectStrategy(__builtin__.object)
     Methods defined here:
redirect(self, url)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
class CP3SessionStrategy(springpython.security.web.SessionStrategy)
    
Method resolution order:
CP3SessionStrategy
springpython.security.web.SessionStrategy
__builtin__.object

Methods defined here:
__init__(self)
getHttpSession(self, environ)
setHttpSession(self, key, value)

Data descriptors inherited from springpython.security.web.SessionStrategy:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)