Class StaticPermissionModel
java.lang.Object
com.inductiveautomation.perspective.gateway.property.PropertyTreePermissionModel
com.inductiveautomation.perspective.gateway.property.StaticPermissionModel
Implementation of property tree privacy model that allows for static (hard-coded) configuration.
-
Field Summary
Fields inherited from class com.inductiveautomation.perspective.gateway.property.PropertyTreePermissionModel
ALLOW_ALL
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Stream<org.apache.commons.lang3.tuple.Pair<JsonPath,
PropertyAccess>> setPrivate
(String... paths) setProtected
(String... paths) Methods inherited from class com.inductiveautomation.perspective.gateway.property.PropertyTreePermissionModel
allowSync, allowWrite
-
Constructor Details
-
StaticPermissionModel
public StaticPermissionModel()
-
-
Method Details
-
setPrivate
-
setProtected
-
setSystem
-
getRestrictions
- Specified by:
getRestrictions
in classPropertyTreePermissionModel
-