java.lang.Object
org.elasticsearch.xpack.core.security.authc.support.mapper.expressiondsl.FieldExpression
All Implemented Interfaces:
NamedWriteable, Writeable, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject, RoleMapperExpression

public final class FieldExpression extends Object implements RoleMapperExpression
An expression that evaluates to true if a field (map element) matches the provided values. A field expression may have more than one provided value, in which case the expression is true if any of the values are matched.