public interface IGroupMappingServiceProvider
Modifier and Type | Method and Description |
---|---|
Set<String> |
getGroups(String user)
Get all various group memberships of a given user.
|
void |
prepare(Map storm_conf)
Invoked once immediately after construction
|
void prepare(Map storm_conf)
Invoked once immediately after construction
storm_conf
- Storm configurationSet<String> getGroups(String user) throws IOException
Get all various group memberships of a given user. Returns EMPTY list in case of non-existing user
user
- User’s nameIOException
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.