Class ClientPermissionModel
java.lang.Object
com.inductiveautomation.perspective.gateway.property.PropertyTreePermissionModel
com.inductiveautomation.perspective.gateway.property.ClientPermissionModel
Implementation of property tree privacy that understands the flags set for properties stored in prop configs
-
Field Summary
Fields inherited from class com.inductiveautomation.perspective.gateway.property.PropertyTreePermissionModel
ALLOW_ALL
-
Constructor Summary
ConstructorsConstructorDescriptionClientPermissionModel
(PropertyType scope, PropertyConfigCollection propertyConfigs) -
Method Summary
Modifier and TypeMethodDescriptionprotected Stream<org.apache.commons.lang3.tuple.Pair<JsonPath,
PropertyAccess>> Methods inherited from class com.inductiveautomation.perspective.gateway.property.PropertyTreePermissionModel
allowSync, allowWrite
-
Constructor Details
-
ClientPermissionModel
public ClientPermissionModel(@Nonnull PropertyType scope, @Nullable PropertyConfigCollection propertyConfigs)
-
-
Method Details
-
getRestrictions
- Specified by:
getRestrictions
in classPropertyTreePermissionModel
-