public class ShellBasedGroupsMapping extends Object implements IGroupMappingServiceProvider
Modifier and Type | Field and Description |
---|---|
TimeCacheMap<String,Set<String>> |
cachedGroups |
static org.slf4j.Logger |
LOG |
Constructor and Description |
---|
ShellBasedGroupsMapping() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getGroups(String user)
Returns list of groups for a user
|
void |
prepare(Map storm_conf)
Invoked once immediately after construction
|
public static final org.slf4j.Logger LOG
public TimeCacheMap<String,Set<String>> cachedGroups
public void prepare(Map storm_conf)
Invoked once immediately after construction
prepare
in interface IGroupMappingServiceProvider
storm_conf
- Storm configurationpublic Set<String> getGroups(String user) throws IOException
Returns list of groups for a user
getGroups
in interface IGroupMappingServiceProvider
user
- get groups for this userIOException
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.