Class AccessCombinerAllRequired
java.lang.Object
com.inductiveautomation.ignition.gateway.dataroutes.AccessCombinerAllRequired
- All Implemented Interfaces:
RouteAccessControl
Combines multiple route access controllers, requiring each of them to pass.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
canAccess
(RequestContext context) Return true if access is granted.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.inductiveautomation.ignition.gateway.dataroutes.RouteAccessControl
handleAccessDenied
-
Constructor Details
-
AccessCombinerAllRequired
-
-
Method Details
-
canAccess
Description copied from interface:RouteAccessControl
Return true if access is granted.- Specified by:
canAccess
in interfaceRouteAccessControl
-