Changeset 6284 for TI12-security/trunk/NDGSecurity/python/ndg_security_server/ndg/security/server/wsgi/authz/result_handler/basic.py
- Timestamp:
- 11/01/10 15:37:50 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/NDGSecurity/python/ndg_security_server/ndg/security/server/wsgi/authz/result_handler/basic.py
r6271 r6284 26 26 is incorporated into the call stack by passing it in to a MultiHandler 27 27 instance. The MultiHandler is configured in the AuthorizationMiddlewareBase 28 class below. The MultiHandler is passed a checker method which determines 29 whether to allow access, or call this interface. The checker is 30 implemented in the AuthorizationHandler. See below ... 31 32 This class can be overridden to define custom behaviour for the access 33 denied response e.g. include an interface to enable users to register for 34 the dataset from which they have been denied access. See 35 AuthorizationMiddlewareBase pepResultHandler keyword. 28 class - see ndg.security.server.wsgi.authz. The MultiHandler is passed a 29 checker method which determines whether to allow access, or call this 30 interface. The checker is implemented in the PEPFilter. See 31 ndg.security.server.wsgi.authz 36 32 37 33 PEPResultHandlerMiddlewareBase (SessionMiddlewareBase) base class defines
Note: See TracChangeset
for help on using the changeset viewer.