Class MappingRuleMatcher

java.lang.Object
io.camunda.security.auth.MappingRuleMatcher

public final class MappingRuleMatcher extends Object
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.