@InterfaceAudience.Private public class ACLConfigurationParser extends Object
| Constructor and Description | 
|---|
ACLConfigurationParser(org.apache.hadoop.conf.Configuration conf)  | 
ACLConfigurationParser(org.apache.hadoop.conf.Configuration conf,
                      boolean dagACLs)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addAllowedGroups(Map<ACLType,Set<String>> additionalAllowedGroups)  | 
void | 
addAllowedUsers(Map<ACLType,Set<String>> additionalAllowedUsers)  | 
Map<ACLType,Set<String>> | 
getAllowedGroups()  | 
Map<ACLType,Set<String>> | 
getAllowedUsers()  | 
Copyright © 2016 Apache Software Foundation. All rights reserved.