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.common.xcontent.ToXContent,org.elasticsearch.common.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.-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAnyRoleMapperExpression.BuilderNested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.Params -
Field Summary
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS -
Method Summary
Modifier and Type Method Description static AnyRoleMapperExpression.Builderbuilder()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.common.xcontent.ToXContentObject
isFragment
-
Method Details
-
builder
-