Part of canonical.launchpad.webapp.tests.test_authorization View In Hierarchy
| Method | __init__ | Undocumented |
| Method | checkUnauthenticated | See IAuthorization.checkUnauthenticated. |
| Method | checkAccountAuthenticated | See IAuthorization.checkAccountAuthenticated. |
Inherited from AuthorizationBase:
| Method | checkAuthenticated | Return True if the given person has the given permission. |
IAuthorization.checkUnauthenticated.
We record the call and then return False, arbitrarily chosen, to keep the policy from complaining.
IAuthorization.checkAccountAuthenticated.
We record the call and then return False, arbitrarily chosen, to keep the policy from complaining.