Module org.elasticsearch.xcore
Package org.elasticsearch.xpack.core.security.authc.support.mapper.expressiondsl
package org.elasticsearch.xpack.core.security.authc.support.mapper.expressiondsl
-
ClassDescriptionAn expression that evaluates to
trueif-and-only-if all its children evaluate totrue.An expression that evaluates totrueif at least one of its children evaluate totrue.A negating expression.Represents the "model" object to be evaluated within aRoleMapperExpression.Parses the JSON (XContent) based boolean expression DSL into a tree ofRoleMapperExpressionobjects.An expression that evaluates totrueif a field (map element) matches the provided values.Implementations of this interface represent an expression over a simple object that resolves to a boolean value.