Package | Description |
---|---|
alluxio.security.group | |
alluxio.security.group.provider |
Modifier and Type | Class and Description |
---|---|
class |
CachedGroupMapping
Class to map user to groups.
|
Modifier and Type | Method and Description |
---|---|
static GroupMappingService |
GroupMappingService.Factory.get(AlluxioConfiguration conf)
Gets the cached groups mapping service being used to map user-to-groups.
|
Constructor and Description |
---|
CachedGroupMapping(GroupMappingService service,
long groupMappingCacheTimeoutMs)
Constructor with specified
GroupMappingService . |
Modifier and Type | Class and Description |
---|---|
class |
IdentityUserGroupsMapping
A simple implementation of
GroupMappingService that returns a group which is same name
with the given user name. |
class |
ShellBasedUnixGroupsMapping
A simple shell-based implementation of
GroupMappingService that exec's the groups
shell command to fetch the group memberships of a given user. |
Copyright © 2023. All Rights Reserved.