Class ZoneTraitDescriptor.RequiredIfSetPredicate
- java.lang.Object
-
- com.inductiveautomation.ignition.gateway.authentication.securityzones.ZoneTraitDescriptor.RequiredIfSetPredicate
-
- All Implemented Interfaces:
com.google.common.base.Predicate<java.lang.Object>
,java.util.function.Predicate<java.lang.Object>
- Enclosing class:
- ZoneTraitDescriptor<T>
protected static class ZoneTraitDescriptor.RequiredIfSetPredicate extends java.lang.Object implements com.google.common.base.Predicate<java.lang.Object>
If the setting is true, the value must be true, otherwise true or false works. This is for restrictions like "must be secure", etc.
-
-
Constructor Summary
Constructors Constructor Description RequiredIfSetPredicate(boolean setting)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
apply(java.lang.Object input)
-