public class RangerStormAuthorizer extends Object implements org.apache.storm.security.auth.IAuthorizer
| Constructor and Description |
|---|
RangerStormAuthorizer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
permit(org.apache.storm.security.auth.ReqContext aRequestContext,
String aOperationName,
Map aTopologyConfigMap)
permit() method is invoked for each incoming Thrift request.
|
void |
prepare(Map aStormConfigMap)
Invoked once immediately after construction
|
public boolean permit(org.apache.storm.security.auth.ReqContext aRequestContext,
String aOperationName,
Map aTopologyConfigMap)
permit in interface org.apache.storm.security.auth.IAuthorizeraRequestContext - request context includes info aboutaOperationName - operation nameaTopologyConfigMap - configuration of targeted topologypublic void prepare(Map aStormConfigMap)
prepare in interface org.apache.storm.security.auth.IAuthorizeraStormConfigMap - Storm configurationCopyright © 2025 The Apache Software Foundation. All rights reserved.