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 SummaryFields inherited from class com.inductiveautomation.perspective.gateway.property.PropertyTreePermissionModelALLOW_ALL
- 
Constructor SummaryConstructorsConstructorDescriptionClientPermissionModel(PropertyType scope, PropertyConfigCollection propertyConfigs) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected Stream<org.apache.commons.lang3.tuple.Pair<JsonPath,PropertyAccess>> Methods inherited from class com.inductiveautomation.perspective.gateway.property.PropertyTreePermissionModelallowSync, allowWrite
- 
Constructor Details- 
ClientPermissionModelpublic ClientPermissionModel(@Nonnull PropertyType scope, @Nullable PropertyConfigCollection propertyConfigs) 
 
- 
- 
Method Details- 
getRestrictions- Specified by:
- getRestrictionsin class- PropertyTreePermissionModel
 
 
-