java.lang.Object
org.elasticsearch.xpack.core.security.authc.support.mapper.ExpressionRoleMapping
All Implemented Interfaces:
Writeable, ToXContent, ToXContentObject

public class ExpressionRoleMapping extends Object implements ToXContentObject, Writeable
A representation of a single role-mapping for use in NativeRoleMappingStore. Logically, this represents a set of roles that should be applied to any user where a boolean expression evaluates to true.
See Also: