Uses of Interface
org.apache.hadoop.security.GroupMappingServiceProvider

Packages that use GroupMappingServiceProvider
org.apache.hadoop.security   
 

Uses of GroupMappingServiceProvider in org.apache.hadoop.security
 

Classes in org.apache.hadoop.security that implement GroupMappingServiceProvider
 class JniBasedUnixGroupsMapping
          A JNI-based implementation of GroupMappingServiceProvider that invokes libC calls to get the group memberships of a given user.
 class JniBasedUnixGroupsNetgroupMapping
          A JNI-based implementation of GroupMappingServiceProvider that invokes libC calls to get the group memberships of a given user.
 class ShellBasedUnixGroupsMapping
          A simple shell-based implementation of GroupMappingServiceProvider that exec's the groups shell command to fetch the group memberships of a given user.
 class ShellBasedUnixGroupsNetgroupMapping
          A simple shell-based implementation of GroupMappingServiceProvider that exec's the groups shell command to fetch the group memberships of a given user.
 



Copyright © 2009 The Apache Software Foundation