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 AccessControlStrategy
static final AccessControlStrategy
static final AccessControlStrategy
Fields inherited from class com.inductiveautomation.ignition.gateway.dataroutes.AbstractGatewayAccessControlStrategy
permissionType
Fields inherited from class com.inductiveautomation.ignition.gateway.dataroutes.AbstractAccessControlStrategy
EMPTY_SECURITY_LEVELS
Fields 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, toString
Methods inherited from class com.inductiveautomation.ignition.gateway.dataroutes.AbstractAccessControlStrategy
canAccess
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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:
getSecurityLevels
in 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.
-