Class SecurityZoneAccessControlStrategy
java.lang.Object
com.inductiveautomation.ignition.gateway.dataroutes.AbstractAccessControlStrategy
com.inductiveautomation.ignition.gateway.dataroutes.AbstractGatewayAccessControlStrategy
com.inductiveautomation.ignition.gateway.dataroutes.SecurityZoneAccessControlStrategy
- All Implemented Interfaces:
AccessControlStrategy
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AccessControlStrategystatic final AccessControlStrategystatic final AccessControlStrategyFields inherited from class com.inductiveautomation.ignition.gateway.dataroutes.AbstractGatewayAccessControlStrategy
permissionTypeFields inherited from class com.inductiveautomation.ignition.gateway.dataroutes.AbstractAccessControlStrategy
EMPTY_SECURITY_LEVELSFields inherited from interface com.inductiveautomation.ignition.gateway.dataroutes.AccessControlStrategy
OPEN_ROUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetActor(RequestContext request) If the request has security zones, return an actor string that includes the zones and the remote address.protected com.google.common.collect.ImmutableCollection<SecurityLevelConfig>getSecurityLevels(RequestContext request) Methods inherited from class com.inductiveautomation.ignition.gateway.dataroutes.AbstractGatewayAccessControlStrategy
getRequiredPermissions, toStringMethods inherited from class com.inductiveautomation.ignition.gateway.dataroutes.AbstractAccessControlStrategy
canAccessMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.inductiveautomation.ignition.gateway.dataroutes.AccessControlStrategy
getWwwAuthenticateHeader, validate
-
Field Details
-
ZONE_ACCESS
-
ZONE_READ
-
ZONE_WRITE
-
-
Constructor Details
-
SecurityZoneAccessControlStrategy
-
-
Method Details
-
getSecurityLevels
protected com.google.common.collect.ImmutableCollection<SecurityLevelConfig> getSecurityLevels(RequestContext request) - Specified by:
getSecurityLevelsin classAbstractAccessControlStrategy- Returns:
- The security levels associated with the request.
-
getActor
If the request has security zones, return an actor string that includes the zones and the remote address.
-