Uses of Record Class
org.apache.camel.util.SecurityViolation
Packages that use SecurityViolation
-
Uses of SecurityViolation in org.apache.camel.util
Methods in org.apache.camel.util that return types with arguments of type SecurityViolationModifier and TypeMethodDescriptionstatic List<SecurityViolation> SecurityUtils.detectViolations(Map<String, Object> properties, BiPredicate<String, Object> secretDetector, UnaryOperator<String> policyResolver, Set<String> allowedKeys) Detect security policy violations in a set of configuration properties.