Package io.jmix.ui.security
Class UiPermissionDescriptor
java.lang.Object
io.jmix.ui.security.UiPermissionDescriptor
Stores id of subcomponent and UI permission value which will be applied to this subcomponent
or ids of subcomponent and its action and UI permission value which will be applied to subcomponent's action.
-
Constructor Summary
ConstructorDescriptionUiPermissionDescriptor
(UiPermissionValue permissionValue, String screenId, String subComponentId) UiPermissionDescriptor
(UiPermissionValue permissionValue, String screenId, String actionHolderComponentId, String actionId) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
UiPermissionDescriptor
public UiPermissionDescriptor(UiPermissionValue permissionValue, String screenId, String subComponentId) -
UiPermissionDescriptor
public UiPermissionDescriptor(UiPermissionValue permissionValue, String screenId, String actionHolderComponentId, String actionId)
-
-
Method Details
-
getPermissionValue
-
getScreenId
-
getSubComponentId
-
getActionHolderComponentId
-
getActionId
-