public class AclLine extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AclLine.Action |
Modifier and Type | Field and Description |
---|---|
static String |
PROP_NODETYPES |
static String |
PROP_PATHS |
static String |
PROP_PRINCIPALS |
static String |
PROP_PRIVILEGES |
Constructor and Description |
---|
AclLine(AclLine.Action a) |
Modifier and Type | Method and Description |
---|---|
AclLine.Action |
getAction() |
List<String> |
getProperty(String name)
Return the named multi-value property, or an empty list
if not found.
|
void |
setProperty(String name,
List<String> values) |
String |
toString() |
public static final String PROP_PATHS
public static final String PROP_PRINCIPALS
public static final String PROP_PRIVILEGES
public static final String PROP_NODETYPES
public AclLine(AclLine.Action a)
public AclLine.Action getAction()
public List<String> getProperty(String name)
Copyright © 2017 The Apache Software Foundation. All rights reserved.