| Package | Description |
|---|---|
| org.apache.hadoop.security |
| Modifier and Type | Class | Description |
|---|---|---|
class |
CompositeGroupsMapping |
An implementation of
GroupMappingServiceProvider which
composites other group mapping providers for determining group membership. |
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 |
NullGroupsMapping |
This class provides groups mapping for
UserGroupInformation when the
user group information will not be used. |
class |
RuleBasedLdapGroupsMapping |
This class uses
LdapGroupsMapping for group lookup and applies the
rule configured on the group names. |
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 © 2008–2025 Apache Software Foundation. All rights reserved.