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 |
---|---|
DAG |
DAG.setAccessControls(DAGAccessControls accessControls)
Set Access controls for the DAG.
|
Copyright © 2024 Apache Software Foundation. All rights reserved.