| Package | Description |
|---|---|
| org.apache.tez.common.security | |
| org.apache.tez.dag.api |
| Modifier and Type | Method and Description |
|---|---|
DAGAccessControls |
DAGAccessControls.setGroupsWithModifyACLs(Collection<String> groups)
Sets the list of groups with modify permissions on the DAG.
|
DAGAccessControls |
DAGAccessControls.setGroupsWithViewACLs(Collection<String> groups)
Sets the list of groups with view permissions on the DAG.
|
DAGAccessControls |
DAGAccessControls.setUsersWithModifyACLs(Collection<String> users)
Sets the list of users with modify permissions on the DAG.
|
DAGAccessControls |
DAGAccessControls.setUsersWithViewACLs(Collection<String> users)
Sets the list of users with view permissions on the DAG.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
HistoryACLPolicyManager.setupNonSessionACLs(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.yarn.api.records.ApplicationId applicationId,
DAGAccessControls dagAccessControls)
Not used currently.
|
Map<String,String> |
HistoryACLPolicyManager.setupSessionDAGACLs(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.yarn.api.records.ApplicationId applicationId,
String dagName,
DAGAccessControls dagAccessControls)
Take any necessary steps for setting up ACLs for a DAG that is submitted to a Session.
|
| Modifier and Type | Method and Description |
|---|---|
static DAGAccessControls |
DagTypeConverters.convertDAGAccessControlsFromProto(DAGProtos.ACLInfo aclInfo) |
DAGAccessControls |
DAG.getDagAccessControls() |
| Modifier and Type | Method and Description |
|---|---|
static DAGProtos.ACLInfo |
DagTypeConverters.convertDAGAccessControlsToProto(DAGAccessControls dagAccessControls) |
DAG |
DAG.setAccessControls(DAGAccessControls accessControls)
Set Access controls for the DAG.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.