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

public final class AllExpression extends Object implements RoleMapperExpression
An expression that evaluates to true if-and-only-if all its children evaluate to true. An all expression with no children is always true.