Class RoleMapperExpressionParser


  • public final class RoleMapperExpressionParser
    extends Object
    Parses the JSON (XContent) based boolean expression DSL into a tree of RoleMapperExpression objects. Note: As this is client side parser, it mostly validates the structure of DSL being parsed it does not enforce rules like allowing "except" within "except" or "any" expressions.