Part of lp.services.webapp.tests.test_authorization View In Hierarchy
| Method | __init__ | Undocumented |
| Method | checkUnauthenticated | See IAuthorization.checkUnauthenticated. |
| Method | checkAuthenticated | See IAuthorization.checkAuthenticated. |
Inherited from AuthorizationBase:
| Method | checkPermissionIsRegistered | Pass through to checkPermission. |
| Method | forwardCheckAuthenticated | Forward request to another security adapter. |
| Method | forwardCheckUnauthenticated | Forward request to another security adapter. |
| Method | _checkAndFetchNext | Undocumented |
IAuthorization.checkUnauthenticated.
We record the call and then return False, arbitrarily chosen, to keep the policy from complaining.
IAuthorization.checkAuthenticated.
We record the call and then return False, arbitrarily chosen, to keep the policy from complaining.