Package io.camunda.security.auth
Class MappingRuleMatcher
java.lang.Object
io.camunda.security.auth.MappingRuleMatcher
Matches mapping rules against claims by evaluating JSONPath expressions for each mapping rule.
Keeps a cache of compiled JSONPath expressions to avoid recompiling the same expressions multiple
times.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends MappingRuleMatcher.MappingRule>
Stream<T> matchingRules(Stream<T> mappingRules, Map<String, Object> claims)
-
Method Details
-
matchingRules
-