Interface ContainerPermissions
public interface ContainerPermissions
This interface defines all the permissions used by the project kernel.container
- Version:
- $Id$
- Author:
- Nicolas Filotto
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PermissionAny component modifications have to be protected with this permissionstatic final PermissionAny operations applied on a container have to be protected with this permission
-
Field Details
-
MANAGE_CONTAINER_PERMISSION
Any operations applied on a container have to be protected with this permission -
MANAGE_COMPONENT_PERMISSION
Any component modifications have to be protected with this permission
-