Class AclLine
- java.lang.Object
-
- org.apache.sling.repoinit.parser.operations.AclLine
-
@ProviderType @Deprecated(since="2024-02-12") public class AclLine extends java.lang.Object
Deprecated.Usage of this deprecated API is not supported in AEM as a Cloud Service.A single "set ACL" or "remove ACL" line
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAclLine.ActionDeprecated.
-
Field Summary
Fields Modifier and Type Field Description static charID_DELIMINATORDeprecated.static java.lang.StringPATH_HOMEDeprecated.static java.lang.StringPATH_REPOSITORYDeprecated.static java.lang.StringPROP_NODETYPESDeprecated.static java.lang.StringPROP_PATHSDeprecated.static java.lang.StringPROP_PRINCIPALSDeprecated.static java.lang.StringPROP_PRIVILEGESDeprecated.static charSUBTREE_DELIMINATORDeprecated.
-
Constructor Summary
Constructors Constructor Description AclLine(AclLine.Action a)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description AclLine.ActiongetAction()Deprecated.java.util.List<java.lang.String>getProperty(java.lang.String name)Deprecated.Return the named multi-value property, or an empty list if not found.java.util.List<RestrictionClause>getRestrictions()Deprecated.voidsetProperty(java.lang.String name, java.util.List<java.lang.String> values)Deprecated.voidsetRestrictions(java.util.List<RestrictionClause> restrictions)Deprecated.java.lang.StringtoString()Deprecated.
-
-
-
Field Detail
-
PROP_PATHS
public static final java.lang.String PROP_PATHS
Deprecated.- See Also:
- Constant Field Values
-
PROP_PRINCIPALS
public static final java.lang.String PROP_PRINCIPALS
Deprecated.- See Also:
- Constant Field Values
-
PROP_PRIVILEGES
public static final java.lang.String PROP_PRIVILEGES
Deprecated.- See Also:
- Constant Field Values
-
PROP_NODETYPES
public static final java.lang.String PROP_NODETYPES
Deprecated.- See Also:
- Constant Field Values
-
PATH_REPOSITORY
public static final java.lang.String PATH_REPOSITORY
Deprecated.- See Also:
- Constant Field Values
-
PATH_HOME
public static final java.lang.String PATH_HOME
Deprecated.- See Also:
- Constant Field Values
-
ID_DELIMINATOR
public static final char ID_DELIMINATOR
Deprecated.- See Also:
- Constant Field Values
-
SUBTREE_DELIMINATOR
public static final char SUBTREE_DELIMINATOR
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AclLine
public AclLine(AclLine.Action a)
Deprecated.
-
-
Method Detail
-
getAction
public AclLine.Action getAction()
Deprecated.
-
getProperty
public java.util.List<java.lang.String> getProperty(java.lang.String name)
Deprecated.Return the named multi-value property, or an empty list if not found.- Parameters:
name- the property to get the value of- Returns:
- the value of the property.
-
setProperty
public void setProperty(java.lang.String name, java.util.List<java.lang.String> values)Deprecated.
-
setRestrictions
public void setRestrictions(java.util.List<RestrictionClause> restrictions)
Deprecated.
-
getRestrictions
public java.util.List<RestrictionClause> getRestrictions()
Deprecated.
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object
-
-