@PublicApi public interface GroupMappingService
GroupMappingService
allows for server to
get the various group memberships of a given user via the getGroups(String)
call, thus
ensuring a consistent user-to-groups mapping and protects against mapping inconsistencies between
servers and clients in an Alluxio cluster.Modifier and Type | Interface and Description |
---|---|
static class |
GroupMappingService.Factory
Factory for creating a new instance.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getGroups(String user)
Gets all various group memberships of a given user.
|
List<String> getGroups(String user) throws IOException
user
- user's nameIOException
Copyright © 2023. All Rights Reserved.