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<String,Object> topoConf)
Invoked once immediately after construction.
|
void prepare(Map<String,Object> topoConf)
topoConf
- Storm configurationSet<String> getGroups(String user) throws IOException
user
- User's nameIOException
Copyright © 2023 The Apache Software Foundation. All rights reserved.