Class AbstractGatewayAccessControlStrategy

java.lang.Object
com.inductiveautomation.ignition.gateway.dataroutes.AbstractAccessControlStrategy
com.inductiveautomation.ignition.gateway.dataroutes.AbstractGatewayAccessControlStrategy
All Implemented Interfaces:
AccessControlStrategy
Direct Known Subclasses:
ApiTokenManager.TokenAccessControl, SecurityZoneAccessControlStrategy, WebUiSession.WebUiSessionAccessControl

public abstract class AbstractGatewayAccessControlStrategy extends AbstractAccessControlStrategy
An access control strategy that understands how to map the PermissionType enum to the gateways' configured required permissions far that type.

In other words, if the access type is PermissionType.WRITE, this strategy will look up the permissions for the "Config" permissions in the gateway's system properties.