Part of canonical.launchpad.tests.test_security View In Hierarchy
| Method | checkAuthenticated | Return True if the given person has the given permission. |
| Method | checkUnauthenticated | See IAuthorization.checkUnauthenticated. |
Inherited from AuthorizationBase:
| Method | __init__ | Undocumented |
| Method | checkAccountAuthenticated | See IAuthorization.checkAccountAuthenticated. |
This method is implemented by security adapters that have not been updated to work in terms of IAccount.
| Returns | True or False. | |