Part of lp.app.tests.test_security View In Hierarchy
| Method | __init__ | Undocumented |
Inherited from AuthorizationBase:
| Method | checkUnauthenticated | See IAuthorization.checkUnauthenticated. |
| Method | checkAuthenticated | Return True if the given person has the given permission. |
| 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 |