Class PERMISSION
java.lang.Object
de.uplanet.lucy.security.permission.PERMISSION
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PermissionThe portal administration permission.static final AllPermissionThe permission to perform all actions.static final PermissionThe permission to access the Application Designer.static final PermissionThe permission to access integration modules.static final PermissionThe permission to access the Layout Designer.static final PortalPermissionThe permission to publish scripts on the server.static final PermissionThe permission to access the User Manager.static final PermissionThe permission to access the Workflow Designer. -
Method Summary
-
Field Details
-
ALL_PERMISSION
The permission to perform all actions. -
APPDESIGNER
The permission to access the Application Designer. -
LAYOUTDESIGNER
The permission to access the Layout Designer. -
WORKFLOWDESIGNER
The permission to access the Workflow Designer. -
USERMANAGER
The permission to access the User Manager. -
ADMIN
The portal administration permission. -
INTEGRATION
The permission to access integration modules. -
SCRIPT_DEPLOY
The permission to publish scripts on the server.
-