Class PERMISSION
java.lang.Object
de.uplanet.lucy.security.permission.PERMISSION
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Permission
The portal administration permission.static final AllPermission
The permission to perform all actions.static final Permission
The permission to access the Application Designer.static final Permission
The permission to access integration modules.static final Permission
The permission to access the Layout Designer.static final PortalPermission
The permission to publish scripts on the server.static final Permission
The permission to access the User Manager.static final Permission
The 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.
-