ApplicationPermissionRule (enum)
Whether the permission #ALLOW grants or #VETO denies access to an ApplicationFeature .
API
ApplicationPermissionRule.java
enum ApplicationPermissionRule {
ALLOW (1)
VETO (2)
String toString()
}
1 | ALLOW
The permission grants the ability to view/use the ApplicationFeature . |
2 | VETO
The permission prevents the ability to view/use the ApplicationFeature . |
Members
ALLOW
The permission grants the ability to view/use the ApplicationFeature .
The ApplicationPermissionMode determines whether the permission is to only view or also to use the ApplicationFeature .
VETO
The permission prevents the ability to view/use the ApplicationFeature .
The ApplicationPermissionMode determines whether the permission is to only view or also to use the ApplicationFeature .