| Package | Description |
|---|---|
| org.apache.tez.common.security |
| Modifier and Type | Method and Description |
|---|---|
static ACLType |
ACLType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ACLType[] |
ACLType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ACLType,Set<String>> |
ACLConfigurationParser.getAllowedGroups() |
Map<ACLType,Set<String>> |
ACLConfigurationParser.getAllowedUsers() |
| Modifier and Type | Method and Description |
|---|---|
void |
ACLConfigurationParser.addAllowedGroups(Map<ACLType,Set<String>> additionalAllowedGroups) |
void |
ACLConfigurationParser.addAllowedUsers(Map<ACLType,Set<String>> additionalAllowedUsers) |
Copyright © 2022 Apache Software Foundation. All rights reserved.