Interface ContainerPermissions
-
public interface ContainerPermissionsThis interface defines all the permissions used by the project kernel.container- Version:
- $Id$
- Author:
- Nicolas Filotto
-
-
Field Summary
Fields Modifier and Type Field Description static PermissionMANAGE_COMPONENT_PERMISSIONAny component modifications have to be protected with this permissionstatic PermissionMANAGE_CONTAINER_PERMISSIONAny operations applied on a container have to be protected with this permission
-
-
-
Field Detail
-
MANAGE_CONTAINER_PERMISSION
static final Permission MANAGE_CONTAINER_PERMISSION
Any operations applied on a container have to be protected with this permission
-
MANAGE_COMPONENT_PERMISSION
static final Permission MANAGE_COMPONENT_PERMISSION
Any component modifications have to be protected with this permission
-
-