java.lang.Object
org.elasticsearch.xpack.security.authc.support.mapper.CompositeRoleMapper
All Implemented Interfaces:
UserRoleMapper

public class CompositeRoleMapper extends Object implements UserRoleMapper
A UserRoleMapper that composes one or more delegate role-mappers. During role resolution, each of the delegates is queried, and the individual results are merged into a single Set which includes all the roles from each mapper.