public class SimpleACLAuthorizer extends Object implements IAuthorizer
An authorization implementation that simply checks if a user is allowed to perform specific operations.
Modifier and Type | Field and Description |
---|---|
protected Set<String> |
_admins |
protected IGroupMappingServiceProvider |
_groupMappingProvider |
protected Set<String> |
_nimbusGroups |
protected Set<String> |
_nimbusUsers |
protected IPrincipalToLocal |
_ptol |
protected Set<String> |
_supervisorCommands |
protected Set<String> |
_supervisors |
protected Set<String> |
_topoCommands |
protected Set<String> |
_userCommands |
Constructor and Description |
---|
SimpleACLAuthorizer() |
Modifier and Type | Method and Description |
---|---|
boolean |
permit(ReqContext context,
String operation,
Map topology_conf)
permit() method is invoked for each incoming Thrift request
|
void |
prepare(Map conf)
Invoked once immediately after construction
|
protected IPrincipalToLocal _ptol
protected IGroupMappingServiceProvider _groupMappingProvider
public void prepare(Map conf)
Invoked once immediately after construction
prepare
in interface IAuthorizer
conf
- Storm configurationpublic boolean permit(ReqContext context, String operation, Map topology_conf)
permit() method is invoked for each incoming Thrift request
permit
in interface IAuthorizer
context
- request context includes info aboutoperation
- operation nametopology_conf
- configuration of targeted topologyCopyright © 2019 The Apache Software Foundation. All Rights Reserved.