Class CompositeGroupsMapping

java.lang.Object
org.apache.hadoop.security.CompositeGroupsMapping
All Implemented Interfaces:
Configurable, GroupMappingServiceProvider

@LimitedPrivate({"HDFS","MapReduce"}) @Evolving public class CompositeGroupsMapping extends Object implements GroupMappingServiceProvider, Configurable
An implementation of GroupMappingServiceProvider which composites other group mapping providers for determining group membership. This allows to combine existing provider implementations and composite a virtually new provider without customized development to deal with complex situation.