Package | Description |
---|---|
org.apache.hadoop.security |
Modifier and Type | Class and Description |
---|---|
class |
JniBasedUnixGroupsMapping
A JNI-based implementation of
GroupMappingServiceProvider
that invokes libC calls to get the group
memberships of a given user. |
class |
JniBasedUnixGroupsMappingWithFallback |
class |
JniBasedUnixGroupsNetgroupMapping
A JNI-based implementation of
GroupMappingServiceProvider
that invokes libC calls to get the group
memberships of a given user. |
class |
JniBasedUnixGroupsNetgroupMappingWithFallback |
class |
LdapGroupsMapping
An implementation of
GroupMappingServiceProvider which
connects directly to an LDAP server for determining group membership. |
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 © 2013 Apache Software Foundation. All rights reserved.