Part of lp.security View In Hierarchy
ISnapBase.Inherited from AnonymousAuthorization:
| Method | checkUnauthenticated | Any unauthorized user can see this object. |
| Method | checkAuthenticated | Any authorized user can see this object. |
Inherited from AuthorizationBase (via AnonymousAuthorization):
| 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 |