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 TypeMethodDescriptionbooleancanAccess(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, waitMethods inherited from interface com.inductiveautomation.ignition.gateway.dataroutes.RouteAccessControl
handleAccessDenied
-
Constructor Details
-
AccessCombinerAllRequired
-
-
Method Details
-
canAccess
Description copied from interface:RouteAccessControlReturn true if access is granted.- Specified by:
canAccessin interfaceRouteAccessControl
-