Part of lp.security View In Hierarchy
Few objects define LimitedView permission because it is only needed in cases where a user may know something about a private object. The default behaviour is to check if the user has launchpad.View permission; private objects must define their own launchpad.LimitedView checker to truly check the permission.
| Method | checkUnauthenticated | See IAuthorization.checkUnauthenticated. |
| Method | checkAuthenticated | Return True if the given person has the given permission. |
Inherited from AuthorizationBase:
| Method | __init__ | Undocumented |
| 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 |