springpython.security
index
/home/springpython/se-springpython-py/tags/springpython-1.0.0.GA/src/springpython/security/__init__.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.

 
Package Contents
       
cherrypy31
context (package)
intercept
providers (package)
userdetails (package)
vote
web

 
Classes
       
exceptions.Exception
SecurityException
AccessDeniedException
AuthenticationServiceException
AuthenticationException
AuthenticationCredentialsNotFoundException
BadCredentialsException
UsernameNotFoundException
DisabledException
LockedException

 
class AccessDeniedException(SecurityException)
    
Method resolution order:
AccessDeniedException
SecurityException
exceptions.Exception

Methods inherited from exceptions.Exception:
__getitem__(...)
__init__(...)
__str__(...)

 
class AuthenticationCredentialsNotFoundException(AuthenticationException)
    
Method resolution order:
AuthenticationCredentialsNotFoundException
AuthenticationException
SecurityException
exceptions.Exception

Methods inherited from exceptions.Exception:
__getitem__(...)
__init__(...)
__str__(...)

 
class AuthenticationException(SecurityException)
    
Method resolution order:
AuthenticationException
SecurityException
exceptions.Exception

Methods inherited from exceptions.Exception:
__getitem__(...)
__init__(...)
__str__(...)

 
class AuthenticationServiceException(AccessDeniedException)
    
Method resolution order:
AuthenticationServiceException
AccessDeniedException
SecurityException
exceptions.Exception

Methods inherited from exceptions.Exception:
__getitem__(...)
__init__(...)
__str__(...)

 
class BadCredentialsException(AuthenticationException)
    
Method resolution order:
BadCredentialsException
AuthenticationException
SecurityException
exceptions.Exception

Methods inherited from exceptions.Exception:
__getitem__(...)
__init__(...)
__str__(...)

 
class DisabledException(AuthenticationException)
    
Method resolution order:
DisabledException
AuthenticationException
SecurityException
exceptions.Exception

Methods inherited from exceptions.Exception:
__getitem__(...)
__init__(...)
__str__(...)

 
class LockedException(AuthenticationException)
    
Method resolution order:
LockedException
AuthenticationException
SecurityException
exceptions.Exception

Methods inherited from exceptions.Exception:
__getitem__(...)
__init__(...)
__str__(...)

 
class SecurityException(exceptions.Exception)
     Methods inherited from exceptions.Exception:
__getitem__(...)
__init__(...)
__str__(...)

 
class UsernameNotFoundException(BadCredentialsException)
    
Method resolution order:
UsernameNotFoundException
BadCredentialsException
AuthenticationException
SecurityException
exceptions.Exception

Methods inherited from exceptions.Exception:
__getitem__(...)
__init__(...)
__str__(...)