@ProviderType
public class AclLine
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
AclLine.Action |
Modifier and Type | Field and Description |
---|---|
static char |
ID_DELIMINATOR |
static java.lang.String |
PATH_HOME |
static java.lang.String |
PATH_REPOSITORY |
static java.lang.String |
PROP_NODETYPES |
static java.lang.String |
PROP_PATHS |
static java.lang.String |
PROP_PRINCIPALS |
static java.lang.String |
PROP_PRIVILEGES |
static char |
SUBTREE_DELIMINATOR |
Constructor and Description |
---|
AclLine(AclLine.Action a) |
Modifier and Type | Method and Description |
---|---|
AclLine.Action |
getAction() |
java.util.List<java.lang.String> |
getProperty(java.lang.String name)
Return the named multi-value property, or an empty list if not found.
|
java.util.List<RestrictionClause> |
getRestrictions() |
void |
setProperty(java.lang.String name,
java.util.List<java.lang.String> values) |
void |
setRestrictions(java.util.List<RestrictionClause> restrictions) |
java.lang.String |
toString() |
public static final java.lang.String PROP_PATHS
public static final java.lang.String PROP_PRINCIPALS
public static final java.lang.String PROP_PRIVILEGES
public static final java.lang.String PROP_NODETYPES
public static final java.lang.String PATH_REPOSITORY
public static final java.lang.String PATH_HOME
public static final char ID_DELIMINATOR
public static final char SUBTREE_DELIMINATOR
public AclLine(AclLine.Action a)
public AclLine.Action getAction()
public java.util.List<java.lang.String> getProperty(java.lang.String name)
name
- the property to get the value ofpublic void setProperty(java.lang.String name, java.util.List<java.lang.String> values)
public void setRestrictions(java.util.List<RestrictionClause> restrictions)
public java.util.List<RestrictionClause> getRestrictions()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2022 The Apache Software Foundation. All rights reserved.