Part of lp.security View In Hierarchy
| Method | checkAuthenticated | Only persons which can edit an LFA's parent can edit an LFA. |
Inherited from AuthorizationBase:
| Method | __init__ | Undocumented |
| Method | checkUnauthenticated | See IAuthorization.checkUnauthenticated. |
| 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 |
By default, a LibraryFileAlias does not know about its parent. Such aliases are never editable. Use an adapter to provide a parent object.
If a parent is known, users which can edit the parent can also edit properties of the LibraryFileAlias.