java.lang.Object
org.elasticsearch.client.security.support.expressiondsl.expressions.CompositeRoleMapperExpression
org.elasticsearch.client.security.support.expressiondsl.expressions.AnyRoleMapperExpression
All Implemented Interfaces:
RoleMapperExpression, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject

public final class AnyRoleMapperExpression extends CompositeRoleMapperExpression
An expression that evaluates to true if at least one of its children evaluate to true. An any expression with no children is never true.