Class AnyRoleMapperExpression
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
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.-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
org.elasticsearch.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.xcontent.ToXContent.MapParams, org.elasticsearch.xcontent.ToXContent.Params -
Field Summary
Fields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY_PARAMS -
Method Summary
Methods inherited from class org.elasticsearch.client.security.support.expressiondsl.expressions.CompositeRoleMapperExpression
equals, getElements, getName, hashCode, toXContentMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Method Details
-
builder
-