Class AllRoleMapperExpression
- java.lang.Object
-
- org.elasticsearch.client.security.support.expressiondsl.expressions.CompositeRoleMapperExpression
-
- org.elasticsearch.client.security.support.expressiondsl.expressions.AllRoleMapperExpression
-
- All Implemented Interfaces:
RoleMapperExpression,ToXContent,ToXContentObject
public final class AllRoleMapperExpression extends CompositeRoleMapperExpression
An expression that evaluates totrueif-and-only-if all its children evaluate totrue. An all expression with no children is alwaystrue.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAllRoleMapperExpression.Builder-
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
-
-
Field Summary
-
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
Method Summary
Modifier and Type Method Description static AllRoleMapperExpression.Builderbuilder()-
Methods inherited from class org.elasticsearch.client.security.support.expressiondsl.expressions.CompositeRoleMapperExpression
equals, getElements, getName, hashCode, toXContent
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject
isFragment
-
-
-
-
Method Detail
-
builder
public static AllRoleMapperExpression.Builder builder()
-
-